Ignore:
Timestamp:
Sep 15, 2008 10:53:57 AM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
dd7c8ca
Parents:
3e1e775
Message:

Redesign of the identities settings + add config option to disable multiple identities

File:
1 edited

Legend:

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

    rb89d5a8 rf645ce1  
    1414<div id="identities-list"> 
    1515<roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" /> 
     16</div> 
    1617 
    17 <p><roundcube:button command="add" type="input" label="newidentity" class="button" /></p> 
     18<p id="listbuttons"> 
     19<roundcube:button command="add" type="input" label="newidentity" class="button" condition="config:multiple_identities:true" /> 
     20</p> 
     21 
     22<div id="identity-details"> 
     23  <div style="margin:10px auto; text-align:center"> 
     24  <img src="/images/rcube_watermark.png" width="245" height="245" alt="RoundCube" /> 
     25  </div> 
    1826</div> 
    1927 
Note: See TracChangeset for help on using the changeset viewer.