Ignore:
Timestamp:
Jul 26, 2011 1:21:26 PM (22 months ago)
Author:
thomasb
Message:

Always show address book name if multiple books are configured; fix styling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/default/templates/contactedit.html

    r4424 r4969  
    1111<div id="contact-details" class="boxcontent"> 
    1212<form name="editform" method="post" action="./"> 
     13  <roundcube:if condition="strlen(env:sourcename)" /> 
     14    <div id="sourcename"><roundcube:label name="addressbook" />: <roundcube:var name="env:sourcename" /></div> 
     15  <roundcube:endif /> 
    1316  <div id="contactphoto"> 
    1417    <roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" /> 
Note: See TracChangeset for help on using the changeset viewer.