r9457 - in apps/gobi/trunk/code: Global Page/skins

[email protected]
Newsgroups gmane.comp.java.helma.cvs
Message-ID <[email protected]>
Author: hannes
Date: 2008-12-22 10:55:02 +0100 (Mon, 22 Dec 2008)
New Revision: 9457

Modified:
   apps/gobi/trunk/code/Global/Messages.js
   apps/gobi/trunk/code/Page/skins/upload.skin
Log:
Improve upload form layout and wording.

Details at http://dev.helma.org/trac/helma/changeset/9457

Modified: apps/gobi/trunk/code/Global/Messages.js
===================================================================
--- apps/gobi/trunk/code/Global/Messages.js	2008-12-19 15:28:16 UTC (rev 9456)
+++ apps/gobi/trunk/code/Global/Messages.js	2008-12-22 09:55:02 UTC (rev 9457)
@@ -45,7 +45,7 @@
     history_delete_button: "Delete version diff",
     history_delete_ask: "Are you sure you want to delete the diff for this change?",
     history_delete_confirm: "Version info has been deleted.",
-    upload_label_name: "Rename to:",
+    upload_label_name: "Rename:",
     upload_label_file: "File:",
     upload_button: "Upload File",
     upload_exists: "A file named '$1' already exists in this page, please choose a different name!",
@@ -137,7 +137,7 @@
     history_delete_button: "Versionsinfo löschen",
     history_delete_ask: "Sind Sie sicher, dass Sie die Diffs dieser Version löschen wollen?",
     history_delete_confirm: "Die Versionsdaten wurde gelöscht.",
-    upload_label_name: "Umbenennen zu:",
+    upload_label_name: "Umbenennen:",
     upload_label_file: "File:",
     upload_button: "File Hochladen",
     upload_exists: "Ein File mit dem Namen '$1' existiert bereits in dieser Seite!",

Modified: apps/gobi/trunk/code/Page/skins/upload.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/upload.skin	2008-12-19 15:28:16 UTC (rev 9456)
+++ apps/gobi/trunk/code/Page/skins/upload.skin	2008-12-22 09:55:02 UTC (rev 9457)
@@ -1,10 +1,13 @@
 <form method="post" enctype="multipart/form-data"
       action="<% this.href action='attach.upload' %>">
 
-<div><% msg name='upload_label_file' %></div>
-<div><input type="file" size="30" name="file"></div>
-<div><% msg name='upload_label_name' %></div>
-<div><input size="30" name="name"></div>
+<table><tr>
+<td><% msg name='upload_label_file' %></td>
+<td style="padding-left: 1em;"><% msg name='upload_label_name' %></td>
+</tr><tr>
+<td><input type="file" size="28" name="file"></td>
+<td style="padding-left: 1em;"><input size="18" name="name"></td>
+</tr></table>
 
 <p><input type="submit" name="upload" value="<% msg name='upload_button' %>"></p>
 </form>

_______________________________________________
Helma-CVS mailing list
[email protected]
http://helma.org/mailman/listinfo/helma-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.