validator/share/templates/en_US feedback.tmpl,1.32,1.33

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

Modified Files:
	feedback.tmpl 
Log Message:
styling forms in feedback page

Index: feedback.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/feedback.tmpl,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- feedback.tmpl	28 Apr 2007 10:37:14 -0000	1.32
+++ feedback.tmpl	1 Jun 2007 03:44:20 -0000	1.33
@@ -81,11 +81,11 @@
         <input id="type-index" name="type-index" type="hidden" value="www-validator" />
         <input id="index-type" name="index-type" type="hidden" value="t" />
   <TMPL_IF NAME="errmsg_id">
-        <input name="keywords" type="text" size="33" maxlength="100" value="[VE][<TMPL_VAR NAME="errmsg_id" ESCAPE="URL">]" />
+        <input id="keywords" name="keywords" type="text" size="33" maxlength="100" value="[VE][<TMPL_VAR NAME="errmsg_id" ESCAPE="URL">]" />
   <TMPL_ELSE>
-        <input name="keywords" type="text" size="33" maxlength="100" value="" />
+        <input id="keywords" name="keywords" type="text" size="33" maxlength="100" value="" />
   </TMPL_IF>
-        <input type="submit" name="search" value="Search Mail Archives" />
+        <input type="submit" id="mailsearch" name="search" value="Search Mail Archives" />
       </p>
       </form>
 
@@ -157,8 +157,8 @@
       <p>You may also search the bug database directly:<br />
       <input name="short_desc_type" type="hidden" value="allwordssubstr" />
       <input name="product" type="hidden" value="Validator" />
-      <input name="short_desc" type="text" size="40" maxlength="100" value="" />
-      <input type="submit" name="search" value="Search Bug database" />
+      <input name="short_desc" id="short_desc" type="text" size="40" maxlength="100" value="" />
+      <input type="submit" name="search" id="bugsearch" value="Search Bug database" />
       </p>      
 </form>
 

Received on Friday, 1 June 2007 03:44:27 UTC