Ignore:
Timestamp:
May 4, 2014, 4:23:56 PM (10 years ago)
Author:
mistic100
Message:

add 'guest_only' option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/EasyCaptcha/template/admin.tpl

    r26068 r28345  
    119119  <ul>
    120120    <li>
     121      <b><label for="guest_only">{'Only for unauthenticated users'|translate}</label></b>
     122      <input type="checkbox" name="guest_only" id="guest_only" {if $easycaptcha.guest_only}checked{/if}>
     123    </li>
     124    <li>
    121125      <b>{'Activate on'|translate}</b>
    122126      <select name="activate_on[]" multiple>
Note: See TracChangeset for help on using the changeset viewer.