Fixed messages in warning popup
This commit is contained in:
parent
b50e94097b
commit
c54090a614
|
@ -279,7 +279,7 @@ function ui_print_message ($message, $class = '', $attributes = '', $return = fa
|
|||
$output .= '</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="color:#333">' . $text_message . '</td>
|
||||
<td style="color:#333;padding-top:10px">' . $text_message . '</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>';
|
||||
|
|
|
@ -22,7 +22,7 @@ echo "<div style='overflow-y:auto;height:400px;min-height:400px;max-height:400px
|
|||
echo get_pandora_error_for_header();
|
||||
echo "</div>";
|
||||
|
||||
echo "<div class='modalokbutton cerrar'>
|
||||
echo "<div class='modalokbutton cerrar' style='margin-top: 10px'>
|
||||
<span class='modalokbuttontext close'>OK</span>
|
||||
</div>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue