From 7c2a9310c4104f51fcf56379dcc3511fa5bfae2d Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 2 Jan 2012 14:44:28 +0000 Subject: Use iframes for identity management --- skins/larry/templates/identities.html | 7 ++++--- skins/larry/templates/identityedit.html | 36 ++++++--------------------------- skins/larry/ui.js | 2 +- 3 files changed, 11 insertions(+), 34 deletions(-) (limited to 'skins') diff --git a/skins/larry/templates/identities.html b/skins/larry/templates/identities.html index 905bc100a..a48821871 100644 --- a/skins/larry/templates/identities.html +++ b/skins/larry/templates/identities.html @@ -20,12 +20,13 @@
- +
-
- +
+ +
diff --git a/skins/larry/templates/identityedit.html b/skins/larry/templates/identityedit.html index d31c4a6e7..2657c2d13 100644 --- a/skins/larry/templates/identityedit.html +++ b/skins/larry/templates/identityedit.html @@ -4,43 +4,19 @@ <roundcube:object name="pagetitle" /> - + - - -
- - - -
- -
-

-
- -
-
- -
-
- -

-
+
- -

- - -

-
- -
+
+
+ +
-
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 6729fa63a..c43198aa5 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -120,7 +120,7 @@ function rcube_mail_ui() new rcube_splitter({ id:'folderviewsplitter', p1:'#folderslist', p2:'#folder-details', orientation:'v', relative:true, start:305, min:150, size:12 }).init(); } - else if (rcmail.env.action.indexOf('identit') >= 0) { + else if (rcmail.env.action == 'identities') { new rcube_splitter({ id:'identviewsplitter', p1:'#identitieslist', p2:'#identity-details', orientation:'v', relative:true, start:305, min:150, size:12 }).init(); } -- cgit v1.2.3