Changeset 901 for trunk/Modules/User/UserPage.php
- Timestamp:
- Feb 17, 2021, 9:27:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/UserPage.php
r895 r901 73 73 } else $Actions .= call_user_func($Action).'<br/>'; 74 74 } 75 $Output .= '<div class="Cent red"><table id="MainTable"><tr><td style="vertical-align:top;">';75 $Output .= '<div class="Centered"><table id="MainTable"><tr><td style="vertical-align:top;">'; 76 76 $Output .= $this->Panel('Nabídka uživatele', $Actions); 77 77 $Output .= '</td><td style="vertical-align:top;">'; … … 106 106 $Form->OnSubmit = '?Action=Login'; 107 107 $Output .= $Form->ShowEditForm(); 108 $Output .= '<div class="Cent red"><a href="?Action=UserRegister">Registrovat se</a> '.108 $Output .= '<div class="Centered"><a href="?Action=UserRegister">Registrovat se</a> '. 109 109 '<a href="?Action=PasswordRecovery">Obnova zapomenutého hesla</a></div>'; 110 110 } else … … 125 125 $Form->Values['Password'] = ''; 126 126 $Output .= $Form->ShowEditForm(); 127 $Output .= '<div class="Cent red"><a href="?Action=UserRegister">Registrovat se</a> '.127 $Output .= '<div class="Centered"><a href="?Action=UserRegister">Registrovat se</a> '. 128 128 '<a href="?Action=PasswordRecovery">Obnova zapomenutého hesla</a></div>'; 129 129 } else { 130 //$Output .= '<div class="Cent red">Za 5 sekund budete přesměrováni na <a href="?Action=UserMenu">nabídku uživatele</a></div>';130 //$Output .= '<div class="Centered">Za 5 sekund budete přesměrováni na <a href="?Action=UserMenu">nabídku uživatele</a></div>'; 131 131 //Header('refresh:5;url=?Action=UserMenu'); 132 132 Header('Location: ?Action=UserMenu');
Note:
See TracChangeset
for help on using the changeset viewer.