Ignore:
Timestamp:
Dec 11, 2013, 12:15:15 PM (11 years ago)
Author:
chronos
Message:
  • Added: Pages should have set title which is used in HTML header to show title in web browser title bar.
Location:
trunk/Modules/Translation
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/Form.php

    r633 r636  
    5353        function Show()
    5454        {
     55                $this->Title = T('Translation');
    5556                $Action = '';
    5657    if(array_key_exists('action', $_GET)) $Action = $_GET['action'];
  • trunk/Modules/Translation/Progress.php

    r584 r636  
    6666  function Show()
    6767  {
     68        $this->Title = T('Progress');
    6869$LanguageList = GetLanguageList();
    6970
  • trunk/Modules/Translation/TranslationList.php

    r609 r636  
    245245                global $TranslationTree;
    246246       
    247                 $Output = $Filter['Output'];
     247          $Output = $Filter['Output'];
    248248       
    249249                $Output .= '<table class="BaseTable"><tr><th>Skupina</th><th>Počet</th></tr>';
     
    434434        function Show()
    435435        {
     436                $this->Title = T('Translation groups');
    436437                $Action = GetParameter('action', '');
    437438                if($Action == 'filter') $Output = $this->ShowMenu();
Note: See TracChangeset for help on using the changeset viewer.