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/Translation/Form.php

    r821 r826  
    203203          $Output .= '</td></tr>';
    204204
    205           //todo javascript
     205          // TODO: javascript
    206206
    207207          $Output .= '<script src="'.$this->System->Link('/style/jquery.js').'"></script>'.
     
    238238
    239239              $Output .= '<br/><table class="BaseTable">'.
    240               '<tr><th>Překladač:</th><th>Nepřeložené</th><th>Přeložené</th>';
     240              '<tr><th>Google překladač:</th><th>Nepřeložené</th><th>Přeložené</th>';
    241241              foreach($TranslationTree[$GroupId]['Items'] as $Index => $TextItem)
    242242                if($TextItem['Visible'] == 1)
     
    245245                      '<td>'.$LineAJ[$TextItem['Column']].'</td>'.
    246246                      '<td>'.GetTranslateGoogle($LineAJ[$TextItem['Column']]).'</td></tr>';
    247 
    248247
    249248              $Output .= '</table>';
Note: See TracChangeset for help on using the changeset viewer.