From 222afe2caa357d6d31efdef87e2444d3e042880d Mon Sep 17 00:00:00 2001 From: rub Date: Sun, 10 Dec 2006 22:48:32 +0000 Subject: Feature Issue ID 0000601: Filter all public pages with only recent elements It's a draft of the feature witch allows to show only recent elements. Development are not finished. Queries and special pages (best rates, tags, etc.) are not modified. Only main php files about images and categories are ok. Before to continue, I prefer to determinate a solution between modify cache implementation or hide counters. Go to http://forum.phpwebgallery.net/viewtopic.php?pid=50015#p50015 git-svn-id: http://piwigo.org/svn/trunk@1648 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/icon/start_filter_mode.png | Bin 0 -> 1064 bytes template/yoga/icon/stop_filter_mode.png | Bin 0 -> 1127 bytes template/yoga/index.tpl | 7 +++++++ 3 files changed, 7 insertions(+) create mode 100644 template/yoga/icon/start_filter_mode.png create mode 100644 template/yoga/icon/stop_filter_mode.png (limited to 'template/yoga') diff --git a/template/yoga/icon/start_filter_mode.png b/template/yoga/icon/start_filter_mode.png new file mode 100644 index 000000000..3d81a4d2e Binary files /dev/null and b/template/yoga/icon/start_filter_mode.png differ diff --git a/template/yoga/icon/stop_filter_mode.png b/template/yoga/icon/stop_filter_mode.png new file mode 100644 index 000000000..1ac3aa0e7 Binary files /dev/null and b/template/yoga/icon/stop_filter_mode.png differ diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index 0eb4baa8e..cb04162fe 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -27,6 +27,13 @@
  • (?)
  • + +
  • {lang:start_filter_mode_hint}
  • + + +
  • {lang:stop_filter_mode_hint}
  • + +
  • {lang:mode_normal_hint}
  • -- cgit v1.2.3