mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
UI Improvements - Plugins - Layout fixes #194
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
</div>
|
||||
|
||||
<?php
|
||||
if (isset($errors['snippets_empty_name'])) echo ' <span style="color:red">'.$errors['snippets_empty_name'].'</span>';
|
||||
if (isset($errors['snippets_exists'])) echo ' <span style="color:red">'.$errors['snippets_exists'].'</span>';
|
||||
if (isset($errors['snippets_empty_name'])) echo '<span class="error-message">'.$errors['snippets_empty_name'].'</span>';
|
||||
if (isset($errors['snippets_exists'])) echo '<span class="error-message">'.$errors['snippets_exists'].'</span>';
|
||||
?>
|
||||
|
||||
<br>
|
||||
|
Reference in New Issue
Block a user