]> git.p6c8.net - jirafeau.git/commitdiff
Send button changes while uploading
authorJerome Jutteau <mojo@couak.net>
Mon, 31 Dec 2012 15:39:40 +0000 (16:39 +0100)
committerJerome Jutteau <mojo@couak.net>
Mon, 31 Dec 2012 15:52:01 +0000 (16:52 +0100)
index.php
lib/lang/fr.php

index 62588aa3383b2d65e3ff0b8053a5a9c70e6b6f5a..660c18e9b109698daeeebf99321d40b7edaff394 100644 (file)
--- a/index.php
+++ b/index.php
@@ -141,9 +141,13 @@ if (!has_error () && $writable)
         "config"><?php printf ('%s: %dMB', t('Maximum file size'),
                                jirafeau_get_max_upload_size () / (1024 *
                                                                   1024));
-    ?></p> <p><input type = "submit" value =
-        "<?php echo t('Send'); ?>" /></p>
-        <hr /><div id = "moreoptions"> <p><label><input type =
+    ?></p><p>
+    <input type = "submit" id='send' value ="<?php echo t('Send'); ?>"
+    onclick="
+        document.getElementById('send').value='<?php echo t ('Uploading ...'); ?>';
+        document.getElementById('send').disabled='true';
+    "/>
+    </p><hr /><div id = "moreoptions"> <p><label><input type =
         "checkbox" name =
         "one_time_download" /><?php echo t('One time download');
     ?></label></p><br/><p><label for = "input_key"
index 58bbc956e8662837d847a7d35c82ca0182775dbb..6b807bf2240f18663e0cf165b021c5785c47612d 100755 (executable)
@@ -22,6 +22,7 @@ $tr = array (
              'Jirafeau, your web file repository' => 'Jirafeau, votre dépot de fichiers',
              'Upload a file' => 'Envoyer un fichier',
              'Send' => 'Envoyer',
+             'Uploading ...' => 'Envoie ...',
              'One time download' => 'Téléchargement unique',
              'Password' => 'Mot de passe',
              'Time limit' => 'Limite de temps',

patrick-canterino.de