Ignore:
Timestamp:
Mar 1, 2015, 3:38:19 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Removed generation of user level to images as files. Level images ware replaced by HTML progress bar.
  • Modified: User XP level and translated count is now calculated during every translation save operation rather then calculated in user list and group view page show.
  • Fixed: Wrong indentation in some files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/UserList.php

    r825 r826  
    11<?php
    2 
    3 include_once(dirname(__FILE__).'/../../img_level.php');
    42
    53class PageUserList extends Page
     
    86  {
    97    $this->Title = T('Translators');
    10     ImgLevelUpdate();
    11 
    128    $Output = '';
    139    if(array_key_exists('search', $_GET)) $_SESSION['search'] = $_GET['search'];
Note: See TracChangeset for help on using the changeset viewer.