replacing " by ' to avoid the translator being troubled
authorPaul POULAIN <paul.poulain@biblibre.com>
Fri, 4 Jan 2008 11:20:48 +0000 (12:20 +0100)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 5 Jan 2008 00:02:49 +0000 (18:02 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tmpl

index 9dd5a08..c487937 100644 (file)
         <p>
         <label for="available-items">Only items currently available</label> <input type="checkbox" id="available-items" name="limit" value="available" /></p>
         <p>
-        <label for="branchloop">Individual Libraries:</label><select name="limit" id="branchloop" onchange="if(this.value != ""){document.getElementById("categoryloop").disabled=true;} else {document.getElementById("categoryloop").disabled=false;}">
+        <label for="branchloop">Individual Libraries:</label><select name="limit" id="branchloop" onchange='if(this.value != ""){document.getElementById("categoryloop").disabled=true;} else {document.getElementById("categoryloop").disabled=false;}'>
         <option value="">All Libraries</option>
         <!-- TMPL_LOOP NAME="branchloop" -->
         <option value="homebranch:<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="branchname" --></option>