summaryrefslogtreecommitdiff
path: root/skins/larry
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-04-18 16:53:12 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-04-18 16:53:12 +0200
commit9429087f67d5babe32ff496eadca52788e9f2547 (patch)
treec112d83ba8a0a853509ef68e4792f78293da698c /skins/larry
parent26b5200322dbb1b52333f7e2db1c303ef0ace1f4 (diff)
Add multi-folder search capabilities to classic skin (#1485234)
Diffstat (limited to 'skins/larry')
-rw-r--r--skins/larry/mail.css4
-rw-r--r--skins/larry/templates/mail.html4
2 files changed, 2 insertions, 6 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 34ce789d0..b9f24b8d0 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -518,10 +518,6 @@ table.messagelist.fixedcopy {
width: 135px;
}
-.messagelist tr td.folder {
- width: 135px;
-}
-
.messagelist tr td.hidden {
display: none;
}
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html
index 2f6fbe28c..1e4a3ce8c 100644
--- a/skins/larry/templates/mail.html
+++ b/skins/larry/templates/mail.html
@@ -127,7 +127,7 @@
<li><label><input type="checkbox" name="s_mods[]" value="bcc" id="s_mod_bcc" onclick="UI.set_searchmod(this)" /> <span><roundcube:label name="bcc" /></span></label></li>
<li><label><input type="checkbox" name="s_mods[]" value="body" id="s_mod_body" onclick="UI.set_searchmod(this)" /> <span><roundcube:label name="body" /></span></label></li>
<li><label><input type="checkbox" name="s_mods[]" value="text" id="s_mod_text" onclick="UI.set_searchmod(this)" /> <span><roundcube:label name="msgtext" /></span></label></li>
- <li class="separator" id=""><label><roundcube:label name="searchscope" /></label></li>
+ <li class="separator"><label><roundcube:label name="searchscope" /></label></li>
<li><label><input type="radio" name="s_scope" value="base" id="s_scope_base" onclick="UI.set_searchscope(this)" /> <span><roundcube:label name="currentfolder" /></span></label></li>
<li><label><input type="radio" name="s_scope" value="sub" id="s_scope_sub" onclick="UI.set_searchscope(this)" /> <span><roundcube:label name="subfolders" /></span></label></li>
<li><label><input type="radio" name="s_scope" value="all" id="s_scope_all" onclick="UI.set_searchscope(this)" /> <span><roundcube:label name="allfolders" /></span></label></li>
@@ -145,7 +145,7 @@
<ul class="toolbarmenu" id="mailboxoptionsmenu">
<li><roundcube:button command="expunge" type="link" label="compact" classAct="active" /></li>
<li><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li>
- <li><roundcube:button name="messageimport" type="link" class="active" label="importmessages" onclick="UI.show_uploadform()" /></li>
+ <li><roundcube:button command="import-messages" name="messageimport" type="link" classAct="active" label="importmessages" onclick="if(rcmail.command_enabled('import-messages'))UI.show_uploadform();return false" /></li>
<li><roundcube:button command="folders" task="settings" type="link" label="managefolders" classAct="active" /></li>
<roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" />
</ul>