From f645ce169e11339d45cbc0b5b4cf6154346fd4c7 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 15 Sep 2008 10:53:57 -0400 Subject: [PATCH] Redesign of the identities settings + add config option to disable multiple identities --- 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 f9f3436..1dc42d0 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><roundcube:button command="add" type="input" label="newidentity" class="button" /></p> +<p id="listbuttons"> +<roundcube:button command="add" type="input" label="newidentity" class="button" condition="config:multiple_identities:true" /> +</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" /> -- Gitblit v1.9.1