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
path: root/test
diff options
context:
space:
mode:
authorNisarg Jhaveri <nisargjhaveri@gmail.com>2015-06-23 15:36:42 +0300
committerNisarg Jhaveri <nisargjhaveri@gmail.com>2015-06-23 16:29:38 +0300
commit03acf47662644757ced408e29dab93afa903dcc6 (patch)
tree378e016e6c7d7ca9deba2f9246c9862dece26e70 /test
parentd946854846ae9da95b7b6fae74b409d355679ae9 (diff)
Make text and password fields in config forms smaller
The size of these field in config forms was a little too big and was causing some problems with navigation panel settings dialig box Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/libraries/PMA_FormDisplay_tpl_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libraries/PMA_FormDisplay_tpl_test.php b/test/libraries/PMA_FormDisplay_tpl_test.php
index a3355c0f89..93ecfc41b3 100644
--- a/test/libraries/PMA_FormDisplay_tpl_test.php
+++ b/test/libraries/PMA_FormDisplay_tpl_test.php
@@ -200,7 +200,7 @@ class PMA_FormDisplay_Tpl_Test extends PHPUnit_Framework_TestCase
);
$this->assertContains(
- '<input type="text" size="60" name="test/path" id="test/path" ' .
+ '<input type="text" size="40" name="test/path" id="test/path" ' .
'class="custom field-error" value="val" />',
$result
);