[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en circ/circu...

Joshua Ferraro jmf at liblime.com
Sat Mar 10 00:49:09 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Joshua Ferraro <kados>	07/03/09 23:49:09

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/circ: circulation.tmpl 
	koha-tmpl/intranet-tmpl/prog/en/includes: menu-circ.inc 

Log message:
	fixing validation

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl?cvsroot=koha&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menu-circ.inc?cvsroot=koha&r1=1.3&r2=1.4

Patches:
Index: circ/circulation.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- circ/circulation.tmpl	9 Mar 2007 14:47:39 -0000	1.9
+++ circ/circulation.tmpl	9 Mar 2007 23:49:09 -0000	1.10
@@ -1,16 +1,15 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Circulation
-<!-- TMPL_IF Name="borrowernumber" -->
-: Issuing to <!-- TMPL_VAR name="surname" -->, <!-- TMPL_VAR name="firstname" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha &rsaquo; Circulation
+<!-- TMPL_IF NAME="borrowernumber" -->
+&rsaquo; Issuing to <!-- TMPL_VAR name="surname" -->, <!-- TMPL_VAR name="firstname" -->
 (<!-- TMPL_VAR NAME="cardnumber" -->)
 <!-- /TMPL_IF -->
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE NAME="menus.inc" -->
 <!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
-
 <!-- TMPL_IF NAME="borrowernumber" -->
     <h1>Issues</h1>
 <!-- TMPL_ELSE -->
-    <h1>Circulation issues</h1>
+    <h1>Circulation &rsaquo; Issues</h1>
 <!-- /TMPL_IF -->
 
 <!--  INITIAL BLOC : PARAMETERS & BORROWER INFO -->
@@ -114,7 +113,7 @@
 
     <p>
     <label for="findborrower">Enter borrower card number or partial last name: </label>
-    <input name="findborrower" type="text" size="40";/>
+    <input id="findborrower" name="findborrower" type="text" size="40"/>
     </p>
 
     <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
@@ -860,7 +859,7 @@
     *  This function activate the numlayer div.
     */
     function active(numlayer){
-        for (i=0; i <= 1 ; i++ ) {
+        for (i=0; i &lt;= 1 ; i++ ) {
             var tab;
             try{
                 tab = document.getElementById(i+'XX');

Index: includes/menu-circ.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menu-circ.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- includes/menu-circ.inc	9 Mar 2007 14:47:39 -0000	1.3
+++ includes/menu-circ.inc	9 Mar 2007 23:49:09 -0000	1.4
@@ -1,4 +1,5 @@
 <div id="submenu">
+    <ul>
     <li>
     <a href="/cgi-bin/koha/circ/circulation.pl">Issues</a>
     <a href="/cgi-bin/koha/circ/returns.pl">Returns</a>
@@ -16,6 +17,7 @@
     <a href="/cgi-bin/koha/circ/branchoverdues.pl">Claims</a>
     Daily <a href="/cgi-bin/koha/circ/stats.pl?time=yesterday">Reconciliation</a>
     </li>
+    </ul>
 </div>
 
 <div id="main">





More information about the Koha-cvs mailing list