Changeset 5328 for trunk/admin


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

Feature 1533: admincan activate/deactivate user customization.

Location:
trunk/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r5304 r5328  
    5252    'rate_anonymous',
    5353    'email_admin_on_new_user',
     54    'allow_user_customization',
    5455   );
    5556
  • 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.