|
Last change
on this file since 4121 was
4121,
checked in by thomasb, 3 years ago
|
|
List groups in address detail view and allow to subscribe/unsubscribe from there (#1486753)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
920 bytes
|
| Rev | Line | |
|---|
| [3] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 3 | <head> |
|---|
| 4 | <title><roundcube:object name="pagetitle" /></title> |
|---|
| [77] | 5 | <roundcube:include file="/includes/links.html" /> |
|---|
| [3] | 6 | </head> |
|---|
| 7 | <body class="iframe"> |
|---|
| 8 | |
|---|
| [524] | 9 | <div id="contact-title" class="boxtitle"><roundcube:object name="contactdetails" part="name" /></div> |
|---|
| [3] | 10 | |
|---|
| [3023] | 11 | <div id="contact-details" class="boxcontent"> |
|---|
| [4121] | 12 | <fieldset> |
|---|
| 13 | <legend><roundcube:label name="contactproperties" /></legend> |
|---|
| 14 | <roundcube:object name="contactdetails" /> |
|---|
| [3] | 15 | |
|---|
| [4121] | 16 | <p><br /><roundcube:button command="edit" type="input" class="button" label="editcontact" condition="!ENV:readonly" /></p> |
|---|
| 17 | </fieldset> |
|---|
| 18 | |
|---|
| 19 | <roundcube:if condition="ENV:groups" /> |
|---|
| 20 | <fieldset> |
|---|
| 21 | <legend><roundcube:label name="groups" /></legend> |
|---|
| 22 | <roundcube:object name="contactgroups" /> |
|---|
| 23 | </fieldset> |
|---|
| 24 | <roundcube:endif /> |
|---|
| 25 | |
|---|
| [3] | 26 | </div> |
|---|
| 27 | |
|---|
| 28 | </body> |
|---|
| 29 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.