From 6769ba767005b8adc93a077c04eb745502b01238 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 06 Oct 2010 02:48:19 -0400
Subject: [PATCH] - Improve tabs to fixed width and add tabs in identities info (#1486974)

---
 skins/default/templates/editidentity.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/skins/default/templates/editidentity.html b/skins/default/templates/editidentity.html
index 576a0d8..24c37a6 100644
--- a/skins/default/templates/editidentity.html
+++ b/skins/default/templates/editidentity.html
@@ -41,12 +41,13 @@
 
 <div class="boxcontent">
 <roundcube:object name="identityform" size="40" textareacols="60" textarearows="6" />
-
-<p><br />
+<p>
 <roundcube:button command="delete" type="input" class="button" label="delete" condition="env:action=='edit-identity'" style="margin-right:0.5em" />
 <roundcube:button command="save" type="input" class="button mainaction" label="save" />
 </p>
 </div>
+<script type="text/javascript">rcube_init_tabs('identity-details')</script>
+
 </div>
 
 </div>

--
Gitblit v1.9.1