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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-07-22 09:06:19 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-22 09:06:19 +0300
commit487e1a8fa1e2b9fb30b64e3cf82e96196f5ce39e (patch)
treecf2030beb44c2aaa292a43efb5eeb890a180f848 /js/messages.php
parent61640fc48832715cc46624c1705e3a51579036ca (diff)
Fix floating. Fix styles for reported errors. Move inputs inside the form
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/js/messages.php b/js/messages.php
index d43376ebc3..917e6d6650 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -572,14 +572,15 @@ $js_messages['strTooManyInputs'] = __(
$js_messages['phpErrorsFound'] = '<div class="error">'
. __('Some errors have been detected on the server!')
- . '<div>'
+ . '<br/>'
. __('Please look at the bottom of this window.')
+ . '<div>'
. '<input id="pma_ignore_errors_popup" type="submit" value="'
. __('Ignore')
- . '" style="float: right; margin: 20px;">'
+ . '" class="floatright" style="margin-top: 20px;">'
. '<input id="pma_ignore_all_errors_popup" type="submit" value="'
. __('Ignore All')
- . '" style="float: right; margin: 20px;">'
+ . '" class="floatright" style="margin-top: 20px;">'
. '</div></div>';
$js_messages['phpErrorsBeingSubmitted'] = '<div class="error">'