Changeset 649
- Timestamp:
- Dec 14, 2013, 7:08:33 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r648 r649 6 6 // and system will need database update. 7 7 8 $Revision = 64 8; // Subversion revision8 $Revision = 649; // Subversion revision 9 9 $DatabaseRevision = 646; // Database structure revision 10 10 $ReleaseTime = '2013-12-14'; -
trunk/includes/system.php
r636 r649 365 365 { 366 366 $Output .= '<div id="menuitem-group'.$Group['Id'].'" onmouseover="show(\'group'.$Group['Id'].'\')" onmouseout="hide(\'group'.$Group['Id'].'\')">'. 367 '<a href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].'&action=filter').'">'. $Group['Name'].'</a></div>'.367 '<a href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].'&action=filter').'">'.str_replace(' ',' ',$Group['Name']).'</a></div>'. 368 368 '<div id="group'.$Group['Id'].'" class="hidden-menu-item" onmouseover="show(\'group'.$Group['Id'].'\')" onmouseout="hide(\'group'.$Group['Id'].'\')">'; 369 369 $Output .= ' <a title="Zde můžete začít překládat" href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].'&state=1&user=0&entry=&text=').'">Nepřeložené</a><br />'.
Note:
See TracChangeset
for help on using the changeset viewer.