Changeset 262:19e6d732a7d0
- Timestamp:
- 05/14/11 09:38:19 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/auth.php
r259 r262 336 336 '</fieldset>'. 337 337 338 '<p><a href="auth.php">'.__('Back to login screen').'</a></p>'; 338 '<div id="issue">'. 339 '<p><a href="auth.php">'.__('Back to login screen').'</a></p></div>'; 339 340 } 340 341 elseif ($change_pwd) … … 392 393 echo 393 394 '</fieldset>'. 394 '<p id="cookie_help" >'.__('You must accept cookies in order to use the private area.').'</p>';395 '<p id="cookie_help" class="error">'.__('You must accept cookies in order to use the private area.').'</p>'; 395 396 396 397 echo '<div id="issue">';
Note: See TracChangeset
for help on using the changeset viewer.