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

-
- -
-
- -
-
- -

-
+
- -

- - -

-
- -
+
+
+ +
-
diff --git a/roundcubemail/skins/larry/ui.js b/roundcubemail/skins/larry/ui.js index 6729fa63a..c43198aa5 100644 --- a/roundcubemail/skins/larry/ui.js +++ b/roundcubemail/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