Ignore:
Timestamp:
Sep 23, 2012, 11:34:30 AM (12 years ago)
Author:
mistic100
Message:

feature 2754: Add "Email" field for user comments + mandatory "Author"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/configuration.tpl

    r17675 r18164  
    226226        <input type="checkbox" name="comments_validation" {if ($comments.comments_validation)}checked="checked"{/if}>
    227227        {'Validation'|@translate}
     228      </label>
     229    </li>
     230   
     231    <li>
     232      <label>
     233        <input type="checkbox" name="comments_author_mandatory" {if ($comments.comments_author_mandatory)}checked="checked"{/if}>
     234        {'Username is mandatory'|@translate}
     235      </label>
     236    </li>
     237   
     238    <li>
     239      <label>
     240        <input type="checkbox" name="comments_email_mandatory" {if ($comments.comments_email_mandatory)}checked="checked"{/if}>
     241        {'Email address is mandatory'|@translate}
    228242      </label>
    229243    </li>
Note: See TracChangeset for help on using the changeset viewer.