[geeklog-hg] geeklog: Fixed bug that failed to build a key word list in the a...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Sep 29 11:36:39 EDT 2012


changeset 8842:bf561252378b
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/bf561252378b
user: dengen
date: Sun Sep 30 00:33:16 2012 +0900
description:
Fixed bug that failed to build a key word list in the advanced search form

diffstat:

 public_html/layout/denim/search/searchform.thtml            |  2 +-
 public_html/layout/modern_curve/search/searchform.thtml     |  2 +-
 public_html/layout/professional_css/search/searchform.thtml |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r e6654e0d5a10 -r bf561252378b public_html/layout/denim/search/searchform.thtml
--- a/public_html/layout/denim/search/searchform.thtml	Sat Sep 29 22:41:43 2012 +0900
+++ b/public_html/layout/denim/search/searchform.thtml	Sun Sep 30 00:33:16 2012 +0900
@@ -11,7 +11,7 @@
         <input type="text" maxlength="35" value="{query}" name="query" id="advsearchform-query" class="size3"{xhtml}>
         <select name="keyType" id="advsearchform-keyType">
           <option value="phrase" {key_phrase_selected}>{lang_exact_phrase}</option>
-          <option value="all"   selected="selected" {key_all_selected}>{lang_all_words}</option>
+          <option value="all" {key_all_selected}>{lang_all_words}</option>
           <option value="any" {key_any_selected}>{lang_any_word}</option>
         </select>
         <label><input type="checkbox" value="true" name="title"{title_checked}{xhtml}>{lang_titles}</label>
diff -r e6654e0d5a10 -r bf561252378b public_html/layout/modern_curve/search/searchform.thtml
--- a/public_html/layout/modern_curve/search/searchform.thtml	Sat Sep 29 22:41:43 2012 +0900
+++ b/public_html/layout/modern_curve/search/searchform.thtml	Sun Sep 30 00:33:16 2012 +0900
@@ -12,7 +12,7 @@
         <br{xhtml}>
         <select name="keyType" id="advsearchform-keyType">
           <option value="phrase" {key_phrase_selected}>{lang_exact_phrase}</option>
-          <option value="all"   selected="selected" {key_all_selected}>{lang_all_words}</option>
+          <option value="all" {key_all_selected}>{lang_all_words}</option>
           <option value="any" {key_any_selected}>{lang_any_word}</option>
         </select>
         <span>
diff -r e6654e0d5a10 -r bf561252378b public_html/layout/professional_css/search/searchform.thtml
--- a/public_html/layout/professional_css/search/searchform.thtml	Sat Sep 29 22:41:43 2012 +0900
+++ b/public_html/layout/professional_css/search/searchform.thtml	Sun Sep 30 00:33:16 2012 +0900
@@ -11,7 +11,7 @@
         <input type="text" size="35" maxlength="35" value="{query}" name="query" id="advsearchform-query" class="text"{xhtml}>
         <select name="keyType" id="advsearchform-keyType">
           <option value="phrase" {key_phrase_selected}>{lang_exact_phrase}</option>
-          <option value="all"   selected="selected" {key_all_selected}>{lang_all_words}</option>
+          <option value="all" {key_all_selected}>{lang_all_words}</option>
           <option value="any" {key_any_selected}>{lang_any_word}</option>
         </select>
         <input type="checkbox" value="true" name="title"{title_checked}{xhtml}>{lang_titles}



More information about the geeklog-cvs mailing list