diff options
author | Silvio <silvio@socioambiental.org> | 2018-07-03 16:06:52 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2018-07-03 16:06:52 -0300 |
commit | 9ce651b258c71140cf506036ea9a2aaab97f0038 (patch) | |
tree | 7336d6d0745ce3d08217ae5b356fbcf6655c28ac /timelinejs_embed.tpl.php | |
parent | a26e6e215648c02f96e342020289cbb1d1845ba9 (diff) | |
download | timelinejs-9ce651b258c71140cf506036ea9a2aaab97f0038.tar.gz timelinejs-9ce651b258c71140cf506036ea9a2aaab97f0038.tar.bz2 |
Increase embed code textarea rows
Diffstat (limited to 'timelinejs_embed.tpl.php')
-rw-r--r-- | timelinejs_embed.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timelinejs_embed.tpl.php b/timelinejs_embed.tpl.php index 3065acd..c69ccc2 100644 --- a/timelinejs_embed.tpl.php +++ b/timelinejs_embed.tpl.php @@ -1,3 +1,3 @@ <br /> <?php global $base_url; ?> -<?php print t('Embed code'); ?>: <textarea rows="1" style="width: 90%;"><iframe src="<?php print $base_url; ?>/<?php print $lang; ?>/node/<?php print $nid; ?>" height="600px" width="100%" allowfullscreen frameborder="0"></textarea> +<?php print t('Embed code'); ?>: <textarea rows="2" style="width: 90%;"><iframe src="<?php print $base_url; ?>/<?php print $lang; ?>/node/<?php print $nid; ?>" height="600px" width="100%" allowfullscreen frameborder="0"></textarea> |