fix send button javascript

This commit is contained in:
Jerome Jutteau 2013-01-02 21:16:49 +01:00
parent d2c8c72cbd
commit 4b1444392b

View File

@ -144,6 +144,7 @@ if (!has_error () && $writable)
<input type = "submit" id='send' value ="<?php echo t('Send'); ?>"
onclick="
document.getElementById('send').value='<?php echo t ('Uploading ...'); ?>';
document.getElementById('send').submit ();
document.getElementById('send').disabled='true';
"/>
</p><hr /><div id = "moreoptions"> <p><label><input type =