[geeklog-hg] geeklog: Added missing hidden variables used in the search block...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Jun 8 15:57:59 EDT 2015


changeset 9605:a764295893ed
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/a764295893ed
user: Tom
date: Mon Jun 08 15:57:35 2015 -0400
description:
Added missing hidden variables used in the search block in the denim theme

diffstat:

 public_html/layout/denim/leftblocks.thtml |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (23 lines):

diff -r db9a526e3116 -r a764295893ed public_html/layout/denim/leftblocks.thtml
--- a/public_html/layout/denim/leftblocks.thtml	Thu Jun 04 19:17:07 2015 +0200
+++ b/public_html/layout/denim/leftblocks.thtml	Mon Jun 08 15:57:35 2015 -0400
@@ -13,18 +13,10 @@
                 <input type="text" size="15" maxlength="255" value="{button_search}" name="query"
                   onfocus="if (this.value == '{button_search}') this.value = ''"
                   onblur="if (this.value == '') this.value = '{button_search}'"{xhtml}>
-              </div>
-              <!--
-              <div class="searchform">
-                <input type="text" class="search" size="16" maxlength="255" value="{button_search}" name="query"
-                  onfocus="if (this.value == '{button_search}') this.value = ''"
-                  onblur="if (this.value == '') this.value = '{button_search}'"{xhtml}>
-                <button type="submit" value="{button_search}" class="uk-button" style="display:none;">{button_search}</button>
                 <input type="hidden" value="all" name="type"{xhtml}>
                 <input type="hidden" value="all" name="keyType"{xhtml}>
-                <input type="hidden" value="search" name="mode"{xhtml}>
+                <input type="hidden" value="search" name="mode"{xhtml}>                  
               </div>
-              -->
               <div class="navi">
                 <a href="{site_url}/search.php">{button_advsearch}</a>
               </div>



More information about the geeklog-cvs mailing list