Ignore:
Timestamp:
Oct 19, 2006, 2:41:07 AM (18 years ago)
Author:
rvelices
Message:

feature 564: logs in the history table each user login
feature 562: possibility to log page visits for any combination of
administrators/users/guests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/configuration.tpl

    r1491 r1565  
    3636
    3737    <li>
    38       <span class="property">{lang:History}</span>
    39       <label><input type="radio" class="radio" name="log" value="true" {general.HISTORY_YES} />{lang:Yes}</label>
    40       <label><input type="radio" class="radio" name="log" value="false" {general.HISTORY_NO} />{lang:No}</label>
    41     </li>
    42 
    43     <li>
    4438      <span class="property">{lang:Lock gallery}</span>
    4539      <label><input type="radio" class="radio" name="gallery_locked" value="true" {general.GALLERY_LOCKED_YES} />{lang:Yes}</label>
    4640      <label><input type="radio" class="radio" name="gallery_locked" value="false" {general.GALLERY_LOCKED_NO} />{lang:No}</label>
    4741    </li>
    48    
     42
    4943    <li>
    5044      <span class="property">{lang:Rating}</span>
     
    5751      <label><input type="radio" class="radio" name="rate_anonymous" value="true" {general.RATE_ANONYMOUS_YES} />{lang:Yes}</label>
    5852      <label><input type="radio" class="radio" name="rate_anonymous" value="false" {general.RATE_ANONYMOUS_NO} />{lang:No}</label>
     53    </li>
     54
     55    <li>
     56      <fieldset>
     57        <legend>{lang:History}</legend>
     58        <ul>
     59          <li>
     60            <label><span class="property">{lang:Users}</span><input type="checkbox" name="log" {general.HISTORY_USERS} /></label>
     61          </li>
     62
     63          <li>
     64            <label><span class="property">{lang:user_status_admin}</span><input type="checkbox" name="history_admin" {general.HISTORY_ADMIN} /></label>
     65          </li>
     66
     67          <li>
     68            <label><span class="property">{lang:Guests}</span><input type="checkbox" name="history_guest" {general.HISTORY_GUEST} /></label>
     69          </li>
     70
     71          <li>
     72            <label><span class="property">{lang:Login history}</span><input type="checkbox" name="login_history" {general.LOGIN_HISTORY} /></label>
     73          </li>
     74        </ul>
     75      </fieldset>
    5976    </li>
    6077  </ul>
Note: See TracChangeset for help on using the changeset viewer.