Changed images in error login page because don't show with new style. Tiquet: #2233
This commit is contained in:
parent
9aecbd29cf
commit
aba3379d73
|
@ -155,8 +155,8 @@ echo '<div id="login_in">';
|
|||
if (isset($error_info)) {
|
||||
echo '<h1 id="log_title">' . $error_info['title'] . '</h1>';
|
||||
echo '<div id="error_buttons">';
|
||||
echo '<a href="index.php">' . html_print_image($config['homeurl'] . '/images/refresh.png', true, array('title' => __('Refresh')), false, true) . '</a>';
|
||||
echo '<a href="javascript: modal_alert_critical()">' . html_print_image($config['homeurl'] . '/images/help.png', true, array('title' => __('View details')), false, true) . '</a>';
|
||||
echo '<a href="index.php">' . html_print_image($config['homeurl'] . '/images/refresh_white.png', true, array('title' => __('Refresh')), false, true) . '</a>';
|
||||
echo '<a href="javascript: modal_alert_critical()">' . html_print_image($config['homeurl'] . '/images/help_white.png', true, array('title' => __('View details')), false, true) . '</a>';
|
||||
echo '</div>';
|
||||
echo '<div id="log_msg">';
|
||||
echo $error_info['message'];
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 397 B |
Binary file not shown.
After Width: | Height: | Size: 408 B |
Loading…
Reference in New Issue