1
0
Fork 0
mirror of https://github.com/silentsakky/zarafa-webapp-passwd synced 2026-08-05 15:03:17 +02:00

Instead of adding a button in top bar, create a settings category to change password

some restructuring of files
This commit is contained in:
Saket Patel 2013-10-17 02:18:24 +05:30
commit 72304986fc
6 changed files with 25 additions and 237 deletions

View file

@ -6,7 +6,7 @@
<name>Passwd</name>
<title>Password Changer Plugin</title>
<author>Saket Patel</author>
<authorURL>http://www.zarafa.com</authorURL>
<authorURL>https://github.com/silentsakky</authorURL>
<description>Change your password from zarafa webapp</description>
</info>
<config>
@ -36,14 +36,12 @@
<clientfile load="release">js/passwd.js</clientfile>
<clientfile load="debug">js/passwd-debug.js</clientfile>
<clientfile load="source">js/PasswdPlugin.js</clientfile>
<clientfile load="source">js/PasswdContentPanel.js</clientfile>
<clientfile load="source">js/PasswdPanel.js</clientfile>
<clientfile load="source">js/settings/SettingsPasswdCategory.js</clientfile>
<clientfile load="source">js/settings/SettingsPasswdWidget.js</clientfile>
<clientfile load="source">js/settings/PasswdPanel.js</clientfile>
<clientfile load="source">js/data/PasswdResponseHandler.js</clientfile>
<clientfile load="source">js/ABOUT.js</clientfile>
</client>
<!-- <resources>
<resourcefile load="release">resources/css/passwd.css</resourcefile>
</resources> -->
</files>
</component>
</components>