mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
fixed visual error
This commit is contained in:
parent
823bf52372
commit
f5ceb2384e
@ -322,8 +322,8 @@ function ui_print_message($message, $class='', $attributes='', $return=false, $t
|
|||||||
class="info_box '.$id.' '.$class.' textodialogo" style="'.$force_style.'">
|
class="info_box '.$id.' '.$class.' textodialogo" style="'.$force_style.'">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="icon icon_ui" rowspan="2" >'.html_print_image($icon_image, true, false, false, false, false).'</td>
|
<td class="icon icon_ui" rowspan="2" >'.html_print_image($icon_image, true, false, false, false, false).'</td>
|
||||||
<td class="title" class="pandora_upper pdd_t_10px"><b>'.$text_title.'</b></td>
|
<td class="title pandora_upper pdd_t_10px"><b>'.$text_title.'</b></td>
|
||||||
<td class="icon" class="right pdd_r_3px">';
|
<td class="icon right pdd_r_3px">';
|
||||||
if (!$no_close_bool) {
|
if (!$no_close_bool) {
|
||||||
// Use the no_meta parameter because this image is only in
|
// Use the no_meta parameter because this image is only in
|
||||||
// the base console.
|
// the base console.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user