mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:45:55 +00:00
minor textarea fixes
This commit is contained in:
@@ -190,7 +190,7 @@ class Article extends Handler_Protected {
|
||||
print "<table width='100%'><tr><td>";
|
||||
|
||||
print "<textarea dojoType=\"dijit.form.SimpleTextarea\" rows='4'
|
||||
style='font-size : 12px; width : 100%' id=\"tags_str\"
|
||||
style='font-size : 12px; width : 98%' id=\"tags_str\"
|
||||
name='tags_str'>$tags_str</textarea>
|
||||
<div class=\"autocomplete\" id=\"tags_choices\"
|
||||
style=\"display:none\"></div>";
|
||||
|
||||
@@ -1827,7 +1827,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
}
|
||||
print "</td></tr><tr><td colspan='2'>";
|
||||
print "<textarea
|
||||
style='font-size : 12px; width : 100%; height: 200px;'
|
||||
style='font-size : 12px; width : 98%; height: 200px;'
|
||||
placeHolder=\"".__("Feeds to subscribe, One per line")."\"
|
||||
dojoType=\"dijit.form.SimpleTextarea\" required=\"1\" name=\"feeds\"></textarea>";
|
||||
|
||||
|
||||
@@ -975,7 +975,7 @@ class Pref_Prefs extends Handler_Protected {
|
||||
|
||||
print "<table width='100%'><tr><td>";
|
||||
print "<textarea dojoType=\"dijit.form.SimpleTextarea\"
|
||||
style='font-size : 12px; width : 100%; height: 200px;'
|
||||
style='font-size : 12px; width : 98%; height: 200px;'
|
||||
placeHolder='body#ttrssMain { font-size : 14px; };'
|
||||
name='value'>$value</textarea>";
|
||||
print "</td></tr></table>";
|
||||
|
||||
@@ -162,7 +162,7 @@ class Mail extends Plugin {
|
||||
|
||||
print "</td></tr>";
|
||||
|
||||
print "<tr><td colspan='2'><textarea dojoType=\"dijit.form.SimpleTextarea\" style='font-size : 12px; width : 100%' rows=\"20\"
|
||||
print "<tr><td colspan='2'><textarea dojoType=\"dijit.form.SimpleTextarea\" style='font-size : 12px; width : 98%' rows=\"20\"
|
||||
name='content'>$content</textarea>";
|
||||
|
||||
print "</td></tr></table>";
|
||||
|
||||
@@ -41,7 +41,7 @@ class Note extends Plugin {
|
||||
|
||||
print "<table width='100%'><tr><td>";
|
||||
print "<textarea dojoType=\"dijit.form.SimpleTextarea\"
|
||||
style='font-size : 12px; width : 100%; height: 100px;'
|
||||
style='font-size : 12px; width : 98%; height: 100px;'
|
||||
placeHolder='body#ttrssMain { font-size : 14px; };'
|
||||
name='note'>$note</textarea>";
|
||||
print "</td></tr></table>";
|
||||
|
||||
Reference in New Issue
Block a user