summaryrefslogtreecommitdiff
path: root/classes/dlg.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-28 14:01:25 +0400
committerAndrew Dolgov <[email protected]>2013-03-28 14:01:25 +0400
commitfcef9eeae008bfb921614a55e6c3589a04ec06ec (patch)
tree152441ed13b6ea0c8946b79ca84b81ee88ead5ac /classes/dlg.php
parent0f2c475539037195fe7436ab327c6625fc894e23 (diff)
remove dialogNotice; tweak dialog appearance a bit
Diffstat (limited to 'classes/dlg.php')
-rw-r--r--classes/dlg.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index 23b9c78fa..e03489505 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -557,7 +557,7 @@ class Dlg extends Handler_Protected {
$url_path = htmlspecialchars($this->params[2]) . "&key=" . $key;
- print "<div class=\"dialogNotice\">" . __("You can view this feed as RSS using the following URL:") . "</div>";
+ print "<h2>".__("You can view this feed as RSS using the following URL:")."</h2>";
print "<div class=\"tagCloudContainer\">";
print "<a id='gen_feed_url' href='$url_path' target='_blank'>$url_path</a>";
@@ -628,9 +628,7 @@ class Dlg extends Handler_Protected {
$value = str_replace("<br/>", "\n", $value);
- print "<div class=\"dialogNotice\">";
- print T_sprintf("You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here. <a target=\"_blank\" class=\"visibleLink\" href=\"%s\">This file</a> can be used as a baseline.", "tt-rss.css");
- print "</div>";
+ print_notice(T_sprintf("You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here. <a target=\"_blank\" class=\"visibleLink\" href=\"%s\">This file</a> can be used as a baseline.", "tt-rss.css"));
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"op\" value=\"rpc\">";
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"method\" value=\"setpref\">";