Revision: 43534
Author:   aaron
Date:     2008-11-15 03:02:23 +0000 (Sat, 15 Nov 2008)

Log Message:
-----------
Kludge box into place

Modified Paths:
--------------
    trunk/extensions/Configure/Configure.page.php

Modified: trunk/extensions/Configure/Configure.page.php
===================================================================
--- trunk/extensions/Configure/Configure.page.php       2008-11-15 02:55:18 UTC 
(rev 43533)
+++ trunk/extensions/Configure/Configure.page.php       2008-11-15 03:02:23 UTC 
(rev 43534)
@@ -798,7 +798,7 @@
                        if( !$allowed ){
                                return "<pre>" . htmlspecialchars( ( is_array( 
$default ) ? implode( "\n", $default ) : $default ) ) . "\n</pre>";
                        }
-                       $text = "<textarea id='wp{$conf}' name='wp{$conf}' 
cols='30' rows='8'>";
+                       $text = "<textarea id='wp{$conf}' name='wp{$conf}' 
cols='30' rows='8' style='width: 95%;'>";
                        if( is_array( $default ) )
                                $text .= implode( "\n", $default );
                        $text .= "</textarea>\n";



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to