minor textarea fixes
This commit is contained in:
parent
c1ebb6cdf7
commit
fb8a032a6b
6 changed files with 6 additions and 6 deletions
|
@ -190,7 +190,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 : 100%' id=\"tags_str\"
|
style='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>";
|
||||||
|
|
|
@ -1827,7 +1827,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||||
}
|
}
|
||||||
print "</td></tr><tr><td colspan='2'>";
|
print "</td></tr><tr><td colspan='2'>";
|
||||||
print "<textarea
|
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")."\"
|
placeHolder=\"".__("Feeds to subscribe, One per line")."\"
|
||||||
dojoType=\"dijit.form.SimpleTextarea\" required=\"1\" name=\"feeds\"></textarea>";
|
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 "<table width='100%'><tr><td>";
|
||||||
print "<textarea dojoType=\"dijit.form.SimpleTextarea\"
|
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; };'
|
placeHolder='body#ttrssMain { font-size : 14px; };'
|
||||||
name='value'>$value</textarea>";
|
name='value'>$value</textarea>";
|
||||||
print "</td></tr></table>";
|
print "</td></tr></table>";
|
||||||
|
|
|
@ -162,7 +162,7 @@ class Mail extends Plugin {
|
||||||
|
|
||||||
print "</td></tr>";
|
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>";
|
name='content'>$content</textarea>";
|
||||||
|
|
||||||
print "</td></tr></table>";
|
print "</td></tr></table>";
|
||||||
|
|
|
@ -41,7 +41,7 @@ class Note extends Plugin {
|
||||||
|
|
||||||
print "<table width='100%'><tr><td>";
|
print "<table width='100%'><tr><td>";
|
||||||
print "<textarea dojoType=\"dijit.form.SimpleTextarea\"
|
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; };'
|
placeHolder='body#ttrssMain { font-size : 14px; };'
|
||||||
name='note'>$note</textarea>";
|
name='note'>$note</textarea>";
|
||||||
print "</td></tr></table>";
|
print "</td></tr></table>";
|
||||||
|
|
Loading…
Reference in a new issue