1
0
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:
Jakub Vrana
2025-07-07 15:22:46 +02:00
parent 6dec0d63b0
commit 9a60d158f1

View File

@@ -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 != "") { ?>