phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] tts/templates/base search.xsl


From: Dave Hall
Subject: [Phpgroupware-cvs] tts/templates/base search.xsl
Date: Fri, 22 Dec 2006 01:44:32 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    tts
Changes by:     Dave Hall <skwashd>     06/12/22 01:44:32

Modified files:
        templates/base : search.xsl 

Log message:
        comment out the bits that aren't working yet

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tts/templates/base/search.xsl?cvsroot=phpgroupware&r1=1.2&r2=1.3

Patches:
Index: search.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/tts/templates/base/search.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- search.xsl  21 Dec 2006 00:06:13 -0000      1.2
+++ search.xsl  22 Dec 2006 01:44:32 -0000      1.3
@@ -1,4 +1,5 @@
        <xsl:template match="search">
+       <!-- not working yet 
                <div>
                        <form action="{url/simple_action}" method="post">
                                <fieldset>
@@ -21,7 +22,9 @@
                                </fieldset>
                        </form>
                </div>
+               -->
 
+               <!-- still working on this too
                <div>
                        <form action="{url/saved}" method="post">
                                <fieldset id="tts_saved_searches">
@@ -34,7 +37,7 @@
                                </fieldset>
                        </form>
                </div>
-
+               -->
 
                <div>
                        <form action="{url/advanced}" method="post">
@@ -61,7 +64,7 @@
                                        <h2><xsl:value-of 
select="lang/search_criteria" /></h2>
                                        <div id="tts_search_adv_criteria"></div>
 
-                                       <input type="submit" 
name="tts_search_save" id="tts_search_save" value="Save" 
onclick="saveAdvSearch(); return false;" />
+                                       <!--<input type="submit" 
name="tts_search_save" id="tts_search_save" value="Save" 
onclick="saveAdvSearch(); return false;" />-->
                                        <input type="submit" 
name="tts_search_cancel" id="tts_search_cancel" value="Cancel" 
onclick="window.location='http://google.com';"/>
                                        <input type="submit" 
name="tts_search_ok" id="tts_search_ok" value="{lang/search}" 
onclick="submitAdvSearch(); return false;"/>
                                </fieldset>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]