Return to dijit.form.Button for VL upload form
authorberick <berick@esilibrary.com>
Fri, 20 May 2011 17:23:08 +0000 (13:23 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 6 Jul 2011 18:50:53 +0000 (14:50 -0400)
Otherwise the form is not correctly POSTed

Open-ILS/web/templates/default/vandelay/inc/upload.tt2

index 40aae32..b432252 100644 (file)
@@ -88,7 +88,7 @@
             <td colspan='5'>
                 <span id="vl-file-label">&vandelay.file.to.upload;</span>
                 <input size='48' style='border:1px solid #888;' type="file" name="marc_upload"/>
-                <span style='margin-left:10px;'><button onclick="batchUpload()">&vandelay.upload;</button></span>
+                <span style='margin-left:10px;'><button dojoType="dijit.form.Button" onclick="batchUpload()">&vandelay.upload;</button></span>
             </td>
         </tr>
     </table>