diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-22 15:24:39 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-22 15:24:39 +0000 |
| commit | a5d1e6f6ff83ac74fdebe355ff223dccd367a738 (patch) | |
| tree | af6cb04940000e60d3aad889c5354b7e6a18d807 /roundcubemail/skins/default/templates | |
| parent | a3a8725e7dd22c3dec00138ea22e54e4e4804ed4 (diff) | |
List groups in address detail view and allow to subscribe/unsubscribe from there (#1486753)
git-svn-id: https://svn.roundcube.net/trunk@4121 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates')
| -rw-r--r-- | roundcubemail/skins/default/templates/showcontact.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/showcontact.html b/roundcubemail/skins/default/templates/showcontact.html index be663a78b..a6819f376 100644 --- a/roundcubemail/skins/default/templates/showcontact.html +++ b/roundcubemail/skins/default/templates/showcontact.html @@ -9,9 +9,20 @@ <div id="contact-title" class="boxtitle"><roundcube:object name="contactdetails" part="name" /></div> <div id="contact-details" class="boxcontent"> -<roundcube:object name="contactdetails" /> +<fieldset> + <legend><roundcube:label name="contactproperties" /></legend> + <roundcube:object name="contactdetails" /> + + <p><br /><roundcube:button command="edit" type="input" class="button" label="editcontact" condition="!ENV:readonly" /></p> +</fieldset> + +<roundcube:if condition="ENV:groups" /> +<fieldset> + <legend><roundcube:label name="groups" /></legend> + <roundcube:object name="contactgroups" /> +</fieldset> +<roundcube:endif /> -<p><br /><roundcube:button command="edit" type="input" class="button" label="editcontact" condition="!ENV:readonly" /></p> </div> </body> |
