Ignore:
Timestamp:
Oct 28, 2010 3:10:11 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
77327e2
Parents:
022bcd1
Message:
  • Plugin API: added 'contact_form' hook
  • Re-designed contact frame using Tabs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/default/templates/showcontact.html

    rcb7d32e ra79417d  
    44<title><roundcube:object name="pagetitle" /></title> 
    55<roundcube:include file="/includes/links.html" /> 
     6<script type="text/javascript" src="/functions.js"></script> 
    67</head> 
    78<body class="iframe"> 
    89 
    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> 
    1111<div id="contact-details" class="boxcontent"> 
    12 <fieldset> 
    13   <legend><roundcube:label name="contactproperties" /></legend> 
    1412  <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> 
    2616</div> 
     17<script type="text/javascript">rcube_init_tabs('contact-details')</script> 
    2718 
    2819</body> 
Note: See TracChangeset for help on using the changeset viewer.