Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2016-08-24 20:16:49 +0300
committerAleksander Machniak <alec@alec.pl>2016-08-24 20:16:49 +0300
commit80919e1cf5aa46c2a6ed0393aa8971cc99590a83 (patch)
tree42f615e81e56d76a962ba7ddc1369b3ff06b388c /skins
parent873e0353cf36f0dd42a2a150593a8694d88d707e (diff)
Added Search button in quick search menus (#5312)
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/styles.css7
-rw-r--r--skins/larry/templates/addressbook.html1
-rw-r--r--skins/larry/templates/mail.html1
3 files changed, 9 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index a9a60dcce..4080f3c92 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -2290,6 +2290,13 @@ table.quota-info td.root {
border-top: 0;
}
+.popupmenu > .buttons {
+ border-top: 1px solid #5a5a5a;
+ height: 25px;
+ padding-top: 5px;
+ text-align: center;
+}
+
ul.toolbarmenu,
ul.toolbarmenu ul,
#rcmKSearchpane ul {
diff --git a/skins/larry/templates/addressbook.html b/skins/larry/templates/addressbook.html
index 7f358f51d..554a7a4bd 100644
--- a/skins/larry/templates/addressbook.html
+++ b/skins/larry/templates/addressbook.html
@@ -54,6 +54,7 @@
<li role="menuitem"><label><input type="checkbox" name="s_mods[]" value="email" id="s_mod_email" onclick="UI.set_searchmod(this)" /> <span><roundcube:label name="email" /></span></label></li>
<li role="menuitem"><label><input type="checkbox" name="s_mods[]" value="*" id="s_mod_all" onclick="UI.set_searchmod(this)" /> <span><roundcube:label name="allfields" /></span></label></li>
</ul>
+ <div class="buttons"><a class="button" href="#" onclick="if (rcmail.command('search')) UI.show_popup('searchmenu',false)"><roundcube:label name="search" /></a></div>
</div>
</div>
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html
index 7fe2d0721..a5de02c22 100644
--- a/skins/larry/templates/mail.html
+++ b/skins/larry/templates/mail.html
@@ -59,6 +59,7 @@
<li role="menuitem"><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 role="menuitem"><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>
</ul>
+ <div class="buttons"><a class="button" href="#" onclick="if (rcmail.command('search')) UI.show_popup('searchmenu',false)"><roundcube:label name="search" /></a></div>
</div>
</div>