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