validator/share/templates/en_US table.tmpl,1.31,1.32

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv1860/share/templates/en_US

Modified Files:
	table.tmpl 
Log Message:
basic styling for the instructions along the file upload box in results

Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- table.tmpl	12 Sep 2007 06:09:40 -0000	1.31
+++ table.tmpl	13 Sep 2007 03:46:50 -0000	1.32
@@ -46,8 +46,9 @@
 <TMPL_IF NAME="is_upload">
   <th><label title="Choose a Local File to Upload and Validate" for="uploaded_file">File</label>:</th>
   <td colspan="2">
-    <p>If you wish to re-validate an uploaded file, please select it again here:</p>
+    
     <input type="file" id="uploaded_file" name="uploaded_file" size="30" />
+    <p class="revalidate_instructions">Use the file selection box above if you wish to re-validate the uploaded file <TMPL_VAR NAME="file_uri" ESCAPE="HTML"></p>
   </td>
   
 <TMPL_ELSE>

Received on Thursday, 13 September 2007 03:47:26 UTC