[Rt-commit] rt branch, master, updated. rt-4.1.17-27-gb884d55

Alex Vandiver alexmv at bestpractical.com
Tue Jul 16 16:40:30 EDT 2013


The branch, master has been updated
       via  b884d556f7ab53f61225517f1891869e5d66f82e (commit)
      from  b9bc3b4ac01676daa07fc42273c1d1dfd3349a99 (commit)

Summary of changes:
 share/html/Admin/Scrips/Modify.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit b884d556f7ab53f61225517f1891869e5d66f82e
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Jul 16 15:33:14 2013 -0400

    <label>s work based on id="" not name=""

diff --git a/share/html/Admin/Scrips/Modify.html b/share/html/Admin/Scrips/Modify.html
index 1e3a94d..441b803 100644
--- a/share/html/Admin/Scrips/Modify.html
+++ b/share/html/Admin/Scrips/Modify.html
@@ -78,7 +78,7 @@
 
 <tr><td class="label"> </td><td>
 <input type="hidden" class="hidden" name="SetEnabled" value="1" />
-<input type="checkbox" class="checkbox" name="Enabled" value="1" <% $EnabledChecked |n%> />
+<input type="checkbox" class="checkbox" name="Enabled" id="Enabled" value="1" <% $EnabledChecked |n%> />
 <label for="Enabled"><&|/l&>Enabled (Unchecking this box disables this scrip)</&></label>
 </td></tr>
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list