Ignore:
Timestamp:
Jan 19, 2016, 11:10:33 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Translation groups sorted by localized name again.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/System.php

    r854 r855  
    452452    while($Group = $DbResult->fetch_assoc())
    453453    {
     454      $Groups[T($Group['Name'])] = $Group;
     455    }
     456    ksort($Groups);
     457    foreach($Groups as $Group)
     458    {
    454459      $Output .= '<div id="menuitem-group'.$Group['Id'].'" onmouseover="show(\'group'.$Group['Id'].'\')" onmouseout="hide(\'group'.$Group['Id'].'\')">'.
    455460        '<a href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].
Note: See TracChangeset for help on using the changeset viewer.