mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch '1746-Mejora-visual-en-el-popup-de-warning-en-el-header-dev' into 'develop'
Fixed messages in warning popup See merge request artica/pandorafms!1227
This commit is contained in:
commit
7b20e43141
@ -279,7 +279,7 @@ function ui_print_message ($message, $class = '', $attributes = '', $return = fa
|
|||||||
$output .= '</td>
|
$output .= '</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="color:#333">' . $text_message . '</td>
|
<td style="color:#333;padding-top:10px">' . $text_message . '</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>';
|
</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 get_pandora_error_for_header();
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
|
|
||||||
echo "<div class='modalokbutton cerrar'>
|
echo "<div class='modalokbutton cerrar' style='margin-top: 10px'>
|
||||||
<span class='modalokbuttontext close'>OK</span>
|
<span class='modalokbuttontext close'>OK</span>
|
||||||
</div>";
|
</div>";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user