Bug 5549 : added dropdown for new rule
authorElliott Davis <tdavis@uttyler.edu>
Tue, 18 Oct 2011 09:11:57 +0000 (09:11 +0000)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 20 Mar 2012 00:30:39 +0000 (13:30 +1300)
koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt

index 702e994..bbe29bc 100644 (file)
@@ -153,7 +153,12 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
                     </td>
                     <td><input name="maxissueqty" size="3" /></td>
                     <td><input name="issuelength" size="3" /> </td>
-                    <td><input name="lengthunit"  size="6" /> </td>
+                    <td>
+                     <select>
+                       <option value="days" selected>Days</option>
+                       <option value="hours">Hours</option>
+                     </select>
+                   </td>
                     <td><select name="hardduedatecompare">
                            <option value="-1">Before</option>
                            <option value="0">Exactly on</option>