[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes se... [dev_week]

Mason James szrj1m at yahoo.com
Thu Jul 5 05:32:13 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/07/05 03:32:13

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/barcodes: search.tmpl 

Log message:
	cal now right format

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/search.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2.2.7&r2=1.1.2.2.2.8

Patches:
Index: search.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/Attic/search.tmpl,v
retrieving revision 1.1.2.2.2.7
retrieving revision 1.1.2.2.2.8
diff -u -b -r1.1.2.2.2.7 -r1.1.2.2.2.8
--- search.tmpl	5 Jul 2007 02:10:06 -0000	1.1.2.2.2.7
+++ search.tmpl	5 Jul 2007 03:32:13 -0000	1.1.2.2.2.8
@@ -48,13 +48,9 @@
 		<input type="hidden" name="and_or" value="and" />
 		<input type="hidden" name="excluding" value="" />
 		<input type="hidden" name="operator" value="=" />
-<!--		<input type="text" name="value" id="dateaccessioned" /> -->
+	<input type="text" name="value" id="dateaccessioned" /> 
 
 
-
-
-
-<input type="text" name="date" id="f_date_c" readonly="0" />
 <img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" id="f_trigger_c"
      style="cursor: pointer; border: 1px solid red;"
      title="Date selector"
@@ -62,8 +58,8 @@
      onmouseout="this.style.background=''" />
 <script type="text/javascript">
     Calendar.setup({
-        inputField     :    "f_date_c",
-        ifFormat       :    "%B %e, %Y",
+        inputField     :    "dateaccessioned",
+      ifFormat : "%Y-%m-%d",
         button         :    "f_trigger_c",
         align          :    "Tl",
         singleClick    :    false
@@ -71,16 +67,6 @@
 </script>
 
 
-
-
-
-
-
-
-
-
-
-
 </td>
     </tr>
 





More information about the Koha-cvs mailing list