From 5e9a4b02be26994e7d49a7d1ece7595a50b28c4b Mon Sep 17 00:00:00 2001 From: rub Date: Tue, 12 Dec 2006 06:17:53 +0000 Subject: Feature Issue ID 0000601: Filter all public pages with only recent elements Change stop icon. Add icon to menu. It's still a draft. Try this! Go to http://forum.phpwebgallery.net/viewtopic.php?id=9490 git-svn-id: http://piwigo.org/svn/trunk@1650 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/icon/stop_filter_mode.png | Bin 1127 -> 1083 bytes template/yoga/menubar.css | 10 ++++++++++ template/yoga/menubar.tpl | 6 ++++++ 3 files changed, 16 insertions(+) (limited to 'template/yoga') diff --git a/template/yoga/icon/stop_filter_mode.png b/template/yoga/icon/stop_filter_mode.png index 1ac3aa0e7..1ff012e96 100644 Binary files a/template/yoga/icon/stop_filter_mode.png and b/template/yoga/icon/stop_filter_mode.png differ diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index cfa1a2205..814f19a73 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -12,6 +12,16 @@ margin: 0; padding: 0; display: block; } +#menubar .buttonmenu { + margin: 0 2px; + width: auto; + padding: 0; + text-indent: 0; + list-style: none; + text-align: center; + float: right; +} + /* H2 properties copied here */ #menubar DT { font-weight: bold; /* default for h2 */ diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl index 6066d18d2..eecf72aac 100644 --- a/template/yoga/menubar.tpl +++ b/template/yoga/menubar.tpl @@ -13,6 +13,12 @@
+ + {lang:start_filter_mode_hint} + + + {lang:stop_filter_mode_hint} +
{lang:Categories}
{MENU_CATEGORIES_CONTENT} -- cgit v1.2.3