diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-17 08:44:44 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-17 08:44:44 +0000 |
| commit | b77e53679e0bcb0c68909470dc80071dfc2ea61d (patch) | |
| tree | 09abbc79b32095a2fc263762cc90e2f38113cd83 /roundcubemail | |
| parent | c814f7770c7aabd6d82f01d4bc7e7869f1d7cff1 (diff) | |
- Added groupoptions container
git-svn-id: https://svn.roundcube.net/trunk@4862 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/skins/default/templates/addressbook.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/templates/addressbook.html b/roundcubemail/skins/default/templates/addressbook.html index f9675ad74..f0df02e7a 100644 --- a/roundcubemail/skins/default/templates/addressbook.html +++ b/roundcubemail/skins/default/templates/addressbook.html @@ -61,6 +61,7 @@ <ul> <li><roundcube:button command="group-rename" label="rename" classAct="active" /></li> <li><roundcube:button command="group-delete" label="delete" classAct="active" /></li> + <roundcube:container name="groupoptions" id="groupoptionsmenu" /> </ul> </div> |
