Changeset 2076

Show
Ignore:
Timestamp:
04/24/08 23:19:01 (22 months ago)
Author:
bsmith
Message:

bugzid:79291 - Comment Settings: Missing field labels

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-36/tmpl/cms/cfg_comments.tmpl

    r1212 r2076  
    9090        help_page="blog_settings_feedback" 
    9191        help_section="accept_comments_from"> 
    92         <input type="checkbox" name="allow_comments" value="1" id="allow_comments" onclick="toggleHidden('commenting-policy'); toggleHidden('commenting-display-options'); return true"<mt:if name="allow_comments"> checked="checked"</mt:if> class="cb" /> <__trans phrase="If enabled, comments will be accepted."> 
     92        <input type="checkbox" name="allow_comments" value="1" id="allow_comments" onclick="toggleHidden('commenting-policy'); toggleHidden('commenting-display-options'); return true"<mt:if name="allow_comments"> checked="checked"</mt:if> class="cb" /> <label for="allow_comments"><__trans phrase="If enabled, comments will be accepted."></label> 
    9393    </mtapp:setting> 
    9494 
     
    120120        help_page="blog_settings_feedback" 
    121121        help_section="allow_html"> 
    122 <input type="checkbox" name="allow_comment_html" id="allow_comment_html" onclick="toggleSubPrefs(this);" value="1"<mt:if name="allow_comment_html"> checked="checked"</mt:if> class="cb" /> <__trans phrase="If enabled, users will be able to enter a limited set of HTML in their comments. If not, all HTML will be stripped out."> 
     122<input type="checkbox" name="allow_comment_html" id="allow_comment_html" onclick="toggleSubPrefs(this);" value="1"<mt:if name="allow_comment_html"> checked="checked"</mt:if> class="cb" /> <label for="allow_comment_html"><__trans phrase="If enabled, users will be able to enter a limited set of HTML in their comments. If not, all HTML will be stripped out."></label> 
    123123    </mtapp:setting> 
    124124 
     
    200200        help_page="blog_settings_feedback" 
    201201        help_section="autolink_urls"> 
    202 <input type="checkbox" value="1" name="autolink_urls" id="autolink_urls"<mt:if name="autolink_urls"> checked="checked"</mt:if> class="cb" /> <__trans phrase="If enabled, all non-linked URLs will be transformed into links to that URL.">  
     202<input type="checkbox" value="1" name="autolink_urls" id="autolink_urls"<mt:if name="autolink_urls"> checked="checked"</mt:if> class="cb" /> <label for="autolink_urls"><__trans phrase="If enabled, all non-linked URLs will be transformed into links to that URL."></label> 
    203203    </mtapp:setting> 
    204204 
     
    217217 
    218218    <mtapp:setting 
    219         id="capthca_provider" 
     219        id="captcha_provider" 
    220220        label="<__trans phrase="CAPTCHA Provider">"> 
    221221        <mt:if name="captcha_loop"> 
    222             <select name="captcha_provider"> 
     222            <select name="captcha_provider" id="captcha_provider"> 
    223223            <option value="none"><__trans phrase="none"></option> 
    224224            <mt:loop name="captcha_loop">