Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2011-05-04 02:52:37 +0400
committerMarc Delisle <marc@infomarc.info>2011-05-04 02:52:37 +0400
commitb2b1953db11219b5ac801ab58c3ecff2cfbb7f29 (patch)
tree5f477254cd08fea3f121eefce4725e33af6b70c0 /prefs_forms.php
parent90845aa8cbec8788c92e48090a214ff89a2309b3 (diff)
Start to replace warning level with error level
Diffstat (limited to 'prefs_forms.php')
-rw-r--r--prefs_forms.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/prefs_forms.php b/prefs_forms.php
index 40ea1719f1..22ffb4cf5b 100644
--- a/prefs_forms.php
+++ b/prefs_forms.php
@@ -74,7 +74,7 @@ if ($error) {
if ($form_display->hasErrors()) {
// form has errors
?>
- <div class="warning config-form">
+ <div class="error config-form">
<b><?php echo __('Cannot save settings, submitted form contains errors') ?></b>
<?php $form_display->displayErrors(); ?>
</div>
@@ -86,4 +86,4 @@ $form_display->display(true, true);
* Displays the footer
*/
require './libraries/footer.inc.php';
-?> \ No newline at end of file
+?>