[geeklog-cvs] geeklog: Fixed empty entries in the "Type" dropdown on the Advan...
geeklog-cvs at lists.geeklog.net
geeklog-cvs at lists.geeklog.net
Sat May 9 12:00:04 EDT 2009
details: http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/f3fa64601bb3
changeset: 7018:f3fa64601bb3
user: Dirk Haun <dirk at haun-online.de>
date: Sat May 09 17:59:54 2009 +0200
description:
Fixed empty entries in the "Type" dropdown on the Advanced Search page (part of bug #0000874)
diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
public_html/docs/history | 2 ++
public_html/layout/professional/search/searchform.thtml | 3 ---
diffs (25 lines):
diff -r 18130f0d6d24 -r f3fa64601bb3 public_html/docs/history
--- a/public_html/docs/history Sat May 09 17:48:14 2009 +0200
+++ b/public_html/docs/history Sat May 09 17:59:54 2009 +0200
@@ -11,6 +11,8 @@
+ Comment moderation and editable comments, by Jared Wenerd
Other changes:
+- Fixed empty entries in the "Type" dropdown on the Advanced Search page.
+ Requires an updated search/searchform.thtml template (part of bug #0000874)
- Ensure PLG_templateSetVars (and therefore CUSTOM_templateSetVars) is called
properly when the "Skip Preview" option is disabled (bug #0000880) [Dirk]
- Fixed handling of multi-byte encoded texts when limiting the content of feed
diff -r 18130f0d6d24 -r f3fa64601bb3 public_html/layout/professional/search/searchform.thtml
--- a/public_html/layout/professional/search/searchform.thtml Sat May 09 17:48:14 2009 +0200
+++ b/public_html/layout/professional/search/searchform.thtml Sat May 09 17:59:54 2009 +0200
@@ -32,9 +32,6 @@
<td class="alignright">{lang_type}:</td>
<td>
<select name="type">
- <option value="all" {type_all_selected}>{lang_all}</option>
- <option value="stories" {stories_selected}>{lang_stories}</option>
- <option value="comments" {comments_selected}>{lang_comments}</option>
{plugin_types}
</select>
</td>
More information about the geeklog-cvs
mailing list