Ignore:
Timestamp:
Jun 22, 2014, 1:41:47 PM (10 years ago)
Author:
mistic100
Message:

feature 3095: add "comments_enable_website" param + GUI

File:
1 edited

Legend:

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

    r25709 r28764  
    270270        <input type="checkbox" name="comments_email_mandatory" {if ($comments.comments_email_mandatory)}checked="checked"{/if}>
    271271        {'Email address is mandatory'|@translate}
     272      </label>
     273    </li>
     274
     275    <li>
     276      <label>
     277        <input type="checkbox" name="comments_enable_website" {if ($comments.comments_enable_website)}checked="checked"{/if}>
     278        {'Allow users to add a link to their website'|translate}
    272279      </label>
    273280    </li>
Note: See TracChangeset for help on using the changeset viewer.