Sha256: 6bc8ca1e4adad470ea94854f635c546265febf098f5e2e6aade1b33cf7161074
Contents?: true
Size: 511 Bytes
Versions: 13
Compression:
Stored size: 511 Bytes
Contents
Compass.ErpApp.Widgets.ResetPassword = { addResetPassword:function(){ Ext.getCmp('knitkitCenterRegion').addContentToActiveCodeMirror('<%= render_widget :reset_password, :params => {:login_url => "/login"}%>'); } } Compass.ErpApp.Widgets.AvailableWidgets.push({ name:'Reset Password', iconUrl:'/images/icons/edit/edit_48x48.png', onClick:Compass.ErpApp.Widgets.ResetPassword.addResetPassword, about:"This widget creates a form to submit for a user's password to be reset." });
Version data entries
13 entries across 13 versions & 1 rubygems