Browse Source

replacing " by ' to avoid the translator being troubled

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Paul POULAIN 17 years ago
committed by Joshua Ferraro
parent
commit
668de1eb90
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tmpl

2
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tmpl

@ -245,7 +245,7 @@
<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>

Loading…
Cancel
Save