diff options
Diffstat (limited to 'skins/default/templates/identities.html')
-rw-r--r-- | skins/default/templates/identities.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/skins/default/templates/identities.html b/skins/default/templates/identities.html index f9f3436ef..1dc42d0ea 100644 --- a/skins/default/templates/identities.html +++ b/skins/default/templates/identities.html @@ -13,8 +13,16 @@ <div id="identities-list"> <roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" /> +</div> + +<p id="listbuttons"> +<roundcube:button command="add" type="input" label="newidentity" class="button" condition="config:multiple_identities:true" /> +</p> -<p><roundcube:button command="add" type="input" label="newidentity" class="button" /></p> +<div id="identity-details"> + <div style="margin:10px auto; text-align:center"> + <img src="/images/rcube_watermark.png" width="245" height="245" alt="RoundCube" /> + </div> </div> <roundcube:include file="/includes/settingscripts.html" /> |