mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 22:56:46 +02:00
Increase routine textarea size
This commit is contained in:
@@ -62,7 +62,7 @@ if (isset($_GET["function"])) {
|
|||||||
</table>
|
</table>
|
||||||
<?php echo script("editFields();"); ?>
|
<?php echo script("editFields();"); ?>
|
||||||
</div>
|
</div>
|
||||||
<p><?php textarea("definition", $row["definition"]); ?>
|
<p><?php textarea("definition", $row["definition"], 20); ?>
|
||||||
<p>
|
<p>
|
||||||
<input type="submit" value="<?php echo lang('Save'); ?>">
|
<input type="submit" value="<?php echo lang('Save'); ?>">
|
||||||
<?php if ($PROCEDURE != "") { ?>
|
<?php if ($PROCEDURE != "") { ?>
|
||||||
|
Reference in New Issue
Block a user