- "config"><?php printf (_('Maximum file size: %dMB'),
- jirafeau_get_max_upload_size () / (1024 *
- 1024));
- ?></p> <p><input type = "submit" value =
- "<?php echo _('Send'); ?>" /></p>
- <hr /><div id = "moreoptions"> <p><label><input type =
+ "config"><?php printf ('%s: %s', t('Maximum file size'),
+ jirafeau_get_max_upload_size ());
+ ?></p><p>
+ <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 =