summaryrefslogtreecommitdiff
path: root/classes/pref/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-11 14:25:41 +0300
committerAndrew Dolgov <[email protected]>2018-12-11 14:25:41 +0300
commitdaa43e05727d4cd4d7b261a5be3faefab4263dcd (patch)
tree6409a5a95d042928c3fa071ace9d28e6669311d1 /classes/pref/prefs.php
parent7a98105960dcbb53b4a221e2337ac7d1c955bd92 (diff)
use codeflask for user css editor
Diffstat (limited to 'classes/pref/prefs.php')
-rw-r--r--classes/pref/prefs.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index 4af0bef33..7494bc610 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -993,12 +993,7 @@ class Pref_Prefs extends Handler_Protected {
print_hidden("method", "setpref");
print_hidden("key", "USER_STYLESHEET");
- print "<table width='100%'><tr><td>";
- print "<textarea dojoType=\"dijit.form.SimpleTextarea\"
- style='font-size : 12px; width : 98%; height: 200px;'
- placeHolder='body#ttrssMain { font-size : 14px; };'
- name='value'>$value</textarea>";
- print "</td></tr></table>";
+ print "<div class='panel' id='user-css-editor'>$value</div>";
print "<div class='dlgButtons'>";
print "<button dojoType=\"dijit.form.Button\"