Changeset 192 for trunk/includes/global.php
- Timestamp:
- May 10, 2009, 1:37:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r191 r192 130 130 131 131 echo('<strong>Překladové skupiny:</strong><br /><div id="TranslationMenu">'); 132 if(Licence(LICENCE_USER)) echo ('<a title="Všechny překlady, které jste přeložil" href="'.$Config['Web']['BaseURL'].'TranslationList.php?user='.$_SESSION['UserID'].'&action=userall">Všechny moje texty</a><br /><br />'); 132 if(Licence(LICENCE_USER)) { 133 echo ('<a title="Všechny překlady, které jste přeložil" href="'.$Config['Web']['BaseURL'].'TranslationList.php?user='.$_SESSION['UserID'].'&action=userall">Všechny moje texty</a><br />'); 134 echo ('<a title="Všechny překlady, které jste rozepsal a nedokončil" href="'.$Config['Web']['BaseURL'].'TranslationList.php?user='.$_SESSION['UserID'].'&not&action=userall">Rozpracované texty</a>'); 135 //TODO: počet nedokončených 136 echo ('<br /><br />'); 137 } 133 138 foreach($TranslationTree as $Group) 134 139 {
Note:
See TracChangeset
for help on using the changeset viewer.