]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #1328: Removed rows and cols from the installation textareas and added CSS...
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 1 Feb 2010 20:56:36 +0000 (20:56 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 1 Feb 2010 20:56:36 +0000 (20:56 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3895 36083f99-b078-4883-b0ff-0f9b5a30f544

views/failsafe/messages/sanitisation/htaccess.php
views/failsafe/messages/sanitisation/settings.php
views/failsafe/pageshells/pageshell.php

index e0eddacef1d817ddcca187ecc587b59f0671c453..7d065ec816b2c76a90e6e539322f5fcacdd52fae 100644 (file)
@@ -11,4 +11,4 @@
 
 echo autop(elgg_echo('installation:error:htaccess'));
 ?>
-<textarea cols="120" rows="30"><?php echo $vars['.htaccess']; ?></textarea>
\ No newline at end of file
+<textarea><?php echo $vars['.htaccess']; ?></textarea>
index 68e5cb285dbc680c845a162d55b64325c9478a8d..9fabe13a1f92159a3cf4e63c4d41df1abf375695 100644 (file)
@@ -13,7 +13,7 @@ if ($vars['settings.php']) {
        echo elgg_echo('installation:settings:dbwizard:savefail');
 ?>
 <div>
-       <textarea rows="50" cols="120"><?php echo $vars['settings.php']; ?></textarea>
+       <textarea><?php echo $vars['settings.php']; ?></textarea>
 </div>
 <?php
 } else {
index 7e9893e731d95080dbbde671f8902343bb06e35b..6cbefcdafce096801ade201e23960e702a80e658 100644 (file)
@@ -82,6 +82,8 @@ header('Content-type: text/html; charset=utf-8');
                        width:220px;
                }
                textarea {
+                       width: 100%;
+                       height: 100%;
                        font: 120% Arial, Helvetica, sans-serif;
                        border: solid 1px #cccccc;
                        padding: 5px;
@@ -151,4 +153,4 @@ header('Content-type: text/html; charset=utf-8');
                </p>
        </div>
        </body>
-</html>
\ No newline at end of file
+</html>