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>
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 {
width:220px;
}
textarea {
+ width: 100%;
+ height: 100%;
font: 120% Arial, Helvetica, sans-serif;
border: solid 1px #cccccc;
padding: 5px;
</p>
</div>
</body>
-</html>
\ No newline at end of file
+</html>