Changeset 569 for trunk/Modules/User


Ignore:
Timestamp:
Aug 21, 2013, 9:49:36 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Changed some pages names to without .php names.
Location:
trunk/Modules/User
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/Options.php

    r547 r569  
    3939                $Output .= '  <fieldset><legend>Překladatelský tým</legend>';
    4040                $DbResult = $this->Database->query('SELECT `Id`, `Name` FROM `Team`');
    41                 $Output .= '<a href="team.php?action=create">Vytvořit tým</a><br />'.
    42                                 '<a href="team.php?action=leave">Opustit tým</a><br />'.
    43                                 '<br /><form action="team.php" method="get">'.
     41                $Output .= '<a href="team/?action=create">Vytvořit tým</a><br />'.
     42                                '<a href="team/?action=leave">Opustit tým</a><br />'.
     43                                '<br /><form action="team/" method="get">'.
    4444                                '<input type="hidden" name="action" value="gointeam"/>'.
    4545                                '<select name="id">';
  • trunk/Modules/User/Profile.php

    r563 r569  
    133133                'Počet přeložených: <a href="TranslationList.php?user='.$UserLine['ID'].'&amp;state=2&group=0" title="Zobrazit Všechny jeho přeložené texty"><strong>'.$UserLine['TranslatedCount'].'</strong></a><br />';
    134134                if($UserLine['TeamName'] != '')
    135                         $Output .= 'Člen týmu: <a href="team.php?action=team&amp;id='.$UserLine['Team'].'"><strong>'.$UserLine['TeamName'].'</strong></a><br />';
     135                        $Output .= 'Člen týmu: <a href="team/?action=team&amp;id='.$UserLine['Team'].'"><strong>'.$UserLine['TeamName'].'</strong></a><br />';
    136136                $Output .= '<fieldset><legend>Text profilu:</legend>'.str_replace("\n", '<br/>', $UserLine['Info']).'</fieldset><br/>';
    137137       
Note: See TracChangeset for help on using the changeset viewer.