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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.