summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-03-31 14:53:02 +0000
committerthomascube <thomas@roundcube.net>2010-03-31 14:53:02 +0000
commit3baa72a62fc69dda8306674da6d150efbf2cd55b (patch)
tree55b07dc6eebaf0510575f376f1e4664246f8ef69 /skins
parent4cdc70941d5d25f47f920c6ba62035d2e6978454 (diff)
Implement group renaming/deleting + use more consistent names for commands and actions (#1486587)
Diffstat (limited to 'skins')
-rw-r--r--skins/default/templates/addressbook.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html
index f47931502..d1455f34b 100644
--- a/skins/default/templates/addressbook.html
+++ b/skins/default/templates/addressbook.html
@@ -41,15 +41,15 @@
<roundcube:object name="groupslist" id="contactgroupslist" />
</div>
<div id="directoylistbuttons">
- <roundcube:button command="add-group" type="link" title="newcontactgroup" class="buttonPas addgroup" classAct="button addgroup" content=" " />
+ <roundcube:button command="group-create" type="link" title="newcontactgroup" class="buttonPas addgroup" classAct="button addgroup" content=" " />
<roundcube:button name="groupactions" id="groupactionslink" type="link" title="groupactions" class="button groupactions" onclick="rcmail_ui.show_groupmenu();return false" content=" " />
</div>
</div>
<div id="groupoptionsmenu" class="popupmenu">
<ul>
- <li><roundcube:button command="rename-group" label="rename" classAct="active" /></li>
- <li><roundcube:button command="delete-group" label="delete" classAct="active" /></li>
+ <li><roundcube:button command="group-rename" label="rename" classAct="active" /></li>
+ <li><roundcube:button command="group-delete" label="delete" classAct="active" /></li>
</ul>
</div>