more room for query in multi-table query generator

This commit is contained in:
Marc Delisle
2008-08-21 16:32:39 +00:00
parent 480cd6126a
commit 994555d79f

View File

@@ -638,7 +638,7 @@ foreach ($tbl_names as $key => $val) {
<fieldset> <fieldset>
<legend><?php echo sprintf($strQueryOnDb, PMA_getDbLink($db)); ?> <legend><?php echo sprintf($strQueryOnDb, PMA_getDbLink($db)); ?>
</legend> </legend>
<textarea cols="30" name="sql_query" id="textSqlquery" <textarea cols="80" name="sql_query" id="textSqlquery"
rows="<?php echo ($numTableListOptions > 30) ? '15' : '7'; ?>" rows="<?php echo ($numTableListOptions > 30) ? '15' : '7'; ?>"
dir="<?php echo $text_dir; ?>"> dir="<?php echo $text_dir; ?>">
<?php <?php