projects
/
evergreen
/
equinox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac6b7b8
)
Return to dijit.form.Button for VL upload form
author
berick
<berick@esilibrary.com>
Fri, 20 May 2011 17:23:08 +0000
(13:23 -0400)
committer
berick
<berick@esilibrary.com>
Fri, 20 May 2011 17:23:08 +0000
(13:23 -0400)
Otherwise the form is not correctly POSTed
Open-ILS/web/templates/default/vandelay/inc/upload.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/web/templates/default/vandelay/inc/upload.tt2
b/Open-ILS/web/templates/default/vandelay/inc/upload.tt2
index
40aae32
..
b432252
100644
(file)
--- a/
Open-ILS/web/templates/default/vandelay/inc/upload.tt2
+++ b/
Open-ILS/web/templates/default/vandelay/inc/upload.tt2
@@
-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>