Ignore:
Timestamp:
Mar 25, 2010, 12:24:01 AM (14 years ago)
Author:
patdenice
Message:

Feature 1533: admincan activate/deactivate user customization.

File:
1 edited

Legend:

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

    r5304 r5328  
    6565        <span class="property">{'Allow user registration'|@translate}</span>
    6666        <input type="checkbox" name="allow_user_registration" {if ($main.allow_user_registration)}checked="checked"{/if}>
     67      </label>
     68    </li>
     69
     70    <li>
     71      <label>
     72        <span class="property">{'Allow user customization'|@translate}</span>
     73        <input type="checkbox" name="allow_user_customization" {if ($main.allow_user_customization)}checked="checked"{/if}>
    6774      </label>
    6875    </li>
Note: See TracChangeset for help on using the changeset viewer.