]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed text box display width.
authorvyshane <vyshane>
Mon, 15 Jan 2007 08:02:10 +0000 (08:02 +0000)
committervyshane <vyshane>
Mon, 15 Jan 2007 08:02:10 +0000 (08:02 +0000)
admin/report/simpletest/index.php

index a67e525afb4b3e198636b34e5b272767924ace59..6646985d63393c9d556908434ab29a13bd15ffd6 100644 (file)
@@ -98,7 +98,7 @@ echo '<p>'; print_checkbox('showsearch', 1, $showsearch, get_string('showsearch'
 echo '<p>'; print_checkbox('thorough', 1, $thorough, get_string('thorough', $langfile)); echo '</p>';
 echo '<p>';
     echo '<label for="path">', get_string('onlytest', $langfile), '</label> ';
-    echo '<input type="text" id="path" name="path" value="', $displaypath, '" size="60" />';
+    echo '<input type="text" id="path" name="path" value="', $displaypath, '" size="40" />';
 echo '</p>';
 echo '<input type="submit" value="' . get_string('runtests', $langfile) . '" />';
 echo '</fieldset>';