Changeset a79417d in github for skins/default/templates/showcontact.html
- Timestamp:
- Oct 28, 2010 3:10:11 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 77327e2
- Parents:
- 022bcd1
- File:
-
- 1 edited
-
skins/default/templates/showcontact.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/templates/showcontact.html
rcb7d32e ra79417d 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <script type="text/javascript" src="/functions.js"></script> 6 7 </head> 7 8 <body class="iframe"> 8 9 9 <div id="contact-title" class="boxtitle"><roundcube:object name="contactdetails" part="name" /></div> 10 10 <div id="contact-title" class="boxtitle"><roundcube:label name="contactproperties" /></div> 11 11 <div id="contact-details" class="boxcontent"> 12 <fieldset>13 <legend><roundcube:label name="contactproperties" /></legend>14 12 <roundcube:object name="contactdetails" /> 15 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 13 <p> 14 <roundcube:button command="edit" type="input" class="button" label="editcontact" condition="!ENV:readonly" /> 15 </p> 26 16 </div> 17 <script type="text/javascript">rcube_init_tabs('contact-details')</script> 27 18 28 19 </body>
Note: See TracChangeset
for help on using the changeset viewer.
