]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
increase the rows for textarea
authorBanana <mail@bananas-playground.net>
Sun, 30 May 2021 08:53:15 +0000 (10:53 +0200)
committerBanana <mail@bananas-playground.net>
Sun, 30 May 2021 08:53:15 +0000 (10:53 +0200)
webclient/view/default/manageentry/field-textarea.html

index afba135d95c245d7c9650fc4f8dffc1c3f6ba56e..d5da701d9391221c46dfdc7ef1fcb37518ca30e7 100644 (file)
@@ -3,7 +3,7 @@
        <div class="uk-form-controls">
                <textarea class="uk-textarea" autocomplete="off"
                        id="<?php echo $field['identifier']; ?>"
-               rows="8"
+               rows="10"
                        name="fdata[<?php echo $field['identifier']; ?>]"><?php echo Summoner::ifset($TemplateData['editData'], $field['identifier']); ?></textarea>
                <?php if(Summoner::ifset($field,'bulkedit')) { ?>
                <select class="uk-select" name="fdata[additionalEditOption][<?php echo $field['identifier']; ?>]">