summaryrefslogtreecommitdiff
path: root/skins/default/templates
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-10-22 15:24:39 +0000
committerthomascube <thomas@roundcube.net>2010-10-22 15:24:39 +0000
commitcb7d32ebdd1c783f201e2f3fa6c52f1fafdc6fcf (patch)
treef82963865616671696c87c3ff5a4ca577941bf7c /skins/default/templates
parent6a16031d043ab1a3999ecae6181ecb50cb6f1636 (diff)
List groups in address detail view and allow to subscribe/unsubscribe from there (#1486753)
Diffstat (limited to 'skins/default/templates')
-rw-r--r--skins/default/templates/showcontact.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/skins/default/templates/showcontact.html b/skins/default/templates/showcontact.html
index be663a78b..a6819f376 100644
--- a/skins/default/templates/showcontact.html
+++ b/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>