1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

edit tags dialog: fix height

This commit is contained in:
Andrew Dolgov 2017-01-04 10:40:09 +03:00
parent 8de58e1798
commit 8b8568e9a3

View File

@ -209,7 +209,7 @@ class Article extends Handler_Protected {
print "<table width='100%'><tr><td>"; print "<table width='100%'><tr><td>";
print "<textarea dojoType=\"dijit.form.SimpleTextarea\" rows='4' print "<textarea dojoType=\"dijit.form.SimpleTextarea\" rows='4'
style='font-size : 12px; width : 98%' id=\"tags_str\" style='height : 100px; font-size : 12px; width : 98%' id=\"tags_str\"
name='tags_str'>$tags_str</textarea> name='tags_str'>$tags_str</textarea>
<div class=\"autocomplete\" id=\"tags_choices\" <div class=\"autocomplete\" id=\"tags_choices\"
style=\"display:none\"></div>"; style=\"display:none\"></div>";