Changeset 846 for trunk/Modules/Forum/Forum.php
- Timestamp:
- Jan 15, 2016, 10:24:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Forum/Forum.php
r838 r846 199 199 $Output .= '<form action="?Thread='.$_GET['Thread'].'" method="post">'. 200 200 '<fieldset><legend>'.T('New Forum Message').'</legend>'. 201 'Uživatel: ';201 T('User').': '; 202 202 if($this->System->User->Licence(LICENCE_USER)) $Output .= '<b>'.$this->System->User->Name.'</b><br />'; 203 203 else $Output .= '<input type="text" name="user" /><br />'; … … 218 218 $Output .= '<form action="?" method="post">'. 219 219 '<fieldset><legend>'.T('New thread').'</legend>'. 220 'Uživatel: ';220 T('User').': '; 221 221 if($this->System->User->Licence(LICENCE_USER)) $Output .= '<b>'.$this->System->User->Name.'</b><br />'; 222 222 else $Output .= '<input type="text" name="user" /><br />';
Note:
See TracChangeset
for help on using the changeset viewer.