- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Mar 2007 06:54:50 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv13630/share/templates/en_US
Modified Files:
table.tmpl
Log Message:
After using the HEAD validator for a while, I can't say I am convinced
that putting the revalidation options behind a toggle is useful.
Reverting.
Also styling revalidate button and options a little
Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- table.tmpl 1 Mar 2007 02:52:56 -0000 1.25
+++ table.tmpl 15 Mar 2007 06:54:48 -0000 1.26
@@ -88,9 +88,8 @@
</table>
<TMPL_UNLESS NAME="is_upload">
- <div id="revalidate_button"><input type="submit" value="Revalidate" title="Validate this document again" /></div>
- <fieldset id="revalidate_opts" class="alttoggle closed">
- <legend class="toggletext">More Options</legend>
+ <fieldset id="revalidate_opts">
+ <legend>Options</legend>
<table class="header">
<tr>
@@ -137,6 +136,7 @@
<p class="moreinfo">
<a href="docs/users.html#Options">Help</a> on the options is available.
</p>
+ <div id="revalidate_button" class="submit_button"><input type="submit" value="Revalidate" title="Validate this document again" /></div>
</fieldset>
Received on Thursday, 15 March 2007 06:55:00 UTC