[Rt-commit] r11676 - in rt/branches/3.8-TESTING/html: Elements

ruz at bestpractical.com ruz at bestpractical.com
Thu Apr 10 16:46:44 EDT 2008


Author: ruz
Date: Thu Apr 10 16:46:43 2008
New Revision: 11676

Modified:
   rt/branches/3.8-TESTING/html/Elements/SelectOwner
   rt/branches/3.8-TESTING/html/Ticket/Elements/Reminders

Log:
* there is must element with id=xxx for <label for="xxx">
  Thanks to Jason Long

Modified: rt/branches/3.8-TESTING/html/Elements/SelectOwner
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/SelectOwner	(original)
+++ rt/branches/3.8-TESTING/html/Elements/SelectOwner	Thu Apr 10 16:46:43 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<select name="<%$Name%>">
+<select name="<%$Name%>" id="<%$Name%>">
 %if ($DefaultValue) {
 <option <% !$Default ? "SELECTED" : '' %> value=""><%$DefaultLabel%></option>
 %}

Modified: rt/branches/3.8-TESTING/html/Ticket/Elements/Reminders
==============================================================================
--- rt/branches/3.8-TESTING/html/Ticket/Elements/Reminders	(original)
+++ rt/branches/3.8-TESTING/html/Ticket/Elements/Reminders	Thu Apr 10 16:46:43 2008
@@ -127,7 +127,7 @@
 <tr class="input-row">
 <td class="label"><label class="horizontal" for="NewReminder-Subject" ><&|/l&>Subject</&>:</label></td>
 <td class="value">
-<input type="text" size="15" name="NewReminder-Subject" />
+<input type="text" size="15" name="NewReminder-Subject" id="NewReminder-Subject" />
 </td>
 </tr>
 <tr class="input-row">


More information about the Rt-commit mailing list