Fix for Bug 2120, "
authorOwen Leonard <oleonard@myacpl.org>
Thu, 22 May 2008 14:50:19 +0000 (09:50 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 27 May 2008 11:42:56 +0000 (06:42 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl

index 2ff691a..d71a36c 100644 (file)
@@ -268,7 +268,13 @@ function Dopop(link) {
             <fieldset>
        <legend>Check In</legend>
             <label for="barcode">Enter item barcode: </label>
+                       <!-- TMPL_IF NAME="exemptfine" -->
+                       <input name="barcode" id="barcode" size="14" class="focus alert"/>
+                       <!-- TMPL_ELSIF NAME="dropboxmode"-->
+                       <input name="barcode" id="barcode" size="14" class="focus alert"/>
+                       <!-- TMPL_ELSE -->
                        <input name="barcode" id="barcode" size="14" class="focus"/>
+                       <!-- /TMPL_IF -->
             <input type="submit" class="submit" value="Submit" />
             <!-- TMPL_LOOP Name="inputloop" -->
                 <input type="hidden" name="ri-<!-- TMPL_VAR Name="counter" -->" value="<!-- TMPL_VAR Name="barcode" -->" />