[geeklog-hg] geeklog: Bound the 'for' attribute of the <label> tag and the 'i...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Aug 9 13:24:38 EDT 2012


changeset 8790:3022bff6da1d
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/3022bff6da1d
user: dengen
date: Fri Aug 10 02:22:55 2012 +0900
description:
Bound the 'for' attribute of the <label> tag and the 'id' attribute of the related element

diffstat:

 public_html/layout/denim/admin/story/storyeditor_advanced.thtml            |  2 +-
 public_html/layout/modern_curve/admin/story/storyeditor_advanced.thtml     |  2 +-
 public_html/layout/modern_curve/preferences/commentblock.thtml             |  2 +-
 public_html/layout/professional_css/admin/story/storyeditor_advanced.thtml |  2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r e47809f9d598 -r 3022bff6da1d public_html/layout/denim/admin/story/storyeditor_advanced.thtml
--- a/public_html/layout/denim/admin/story/storyeditor_advanced.thtml	Fri Aug 10 02:21:23 2012 +0900
+++ b/public_html/layout/denim/admin/story/storyeditor_advanced.thtml	Fri Aug 10 02:22:55 2012 +0900
@@ -49,7 +49,7 @@
       <dt><label for="admin-storyeditor_advanced-draft_flag">{lang_draft}</label></dt>
       <dd><input type="checkbox" {is_checked} name="draft_flag" id="admin-storyeditor_advanced-draft_flag"{xhtml}></dd>
 
-      <dt><label for="admin-storyeditor_advanced-postmode">{lang_postmode}</label></dt>
+      <dt><label for="sel_editmode">{lang_postmode}</label></dt>
       <dd>
         <select {change_editormode} name="postmode" id="sel_editmode">
           {post_options}
diff -r e47809f9d598 -r 3022bff6da1d public_html/layout/modern_curve/admin/story/storyeditor_advanced.thtml
--- a/public_html/layout/modern_curve/admin/story/storyeditor_advanced.thtml	Fri Aug 10 02:21:23 2012 +0900
+++ b/public_html/layout/modern_curve/admin/story/storyeditor_advanced.thtml	Fri Aug 10 02:22:55 2012 +0900
@@ -49,7 +49,7 @@
       <dt><label for="admin-storyeditor_advanced-draft_flag">{lang_draft}</label></dt>
       <dd><input type="checkbox" {is_checked} name="draft_flag" id="admin-storyeditor_advanced-draft_flag"{xhtml}></dd>
 
-      <dt><label for="admin-storyeditor_advanced-postmode">{lang_postmode}</label></dt>
+      <dt><label for="sel_editmode">{lang_postmode}</label></dt>
       <dd>
         <select {change_editormode} name="postmode" id="sel_editmode">
           {post_options}
diff -r e47809f9d598 -r 3022bff6da1d public_html/layout/modern_curve/preferences/commentblock.thtml
--- a/public_html/layout/modern_curve/preferences/commentblock.thtml	Fri Aug 10 02:21:23 2012 +0900
+++ b/public_html/layout/modern_curve/preferences/commentblock.thtml	Fri Aug 10 02:22:55 2012 +0900
@@ -17,7 +17,7 @@
     <dd>{sortorder_selector}</dd>
 
     <dt><label for="commentlimit">{lang_commentlimit}</label></dt>
-    <dd><input type="text" size="5" maxlength="5" value="{commentlimit_value}" name="commentlimit" id="displayprefs-commentlimit" class="text"{xhtml}></dd>
+    <dd><input type="text" size="5" maxlength="5" value="{commentlimit_value}" name="commentlimit" id="commentlimit" class="text"{xhtml}></dd>
   </dl>
 </fieldset>
 
diff -r e47809f9d598 -r 3022bff6da1d public_html/layout/professional_css/admin/story/storyeditor_advanced.thtml
--- a/public_html/layout/professional_css/admin/story/storyeditor_advanced.thtml	Fri Aug 10 02:21:23 2012 +0900
+++ b/public_html/layout/professional_css/admin/story/storyeditor_advanced.thtml	Fri Aug 10 02:22:55 2012 +0900
@@ -49,7 +49,7 @@
       <dt><label for="admin-storyeditor_advanced-draft_flag">{lang_draft}</label></dt>
       <dd><input type="checkbox" {is_checked} name="draft_flag" id="admin-storyeditor_advanced-draft_flag"{xhtml}></dd>
 
-      <dt><label for="admin-storyeditor_advanced-postmode">{lang_postmode}</label></dt>
+      <dt><label for="sel_editmode">{lang_postmode}</label></dt>
       <dd>
         <select {change_editormode} name="postmode" id="sel_editmode">
           {post_options}



More information about the geeklog-cvs mailing list