Changeset 569 for trunk/Modules/User/Options.php
- Timestamp:
- Aug 21, 2013, 9:49:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/Options.php
r547 r569 39 39 $Output .= ' <fieldset><legend>Překladatelský tým</legend>'; 40 40 $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">'. 44 44 '<input type="hidden" name="action" value="gointeam"/>'. 45 45 '<select name="id">';
Note:
See TracChangeset
for help on using the changeset viewer.