summaryrefslogtreecommitdiff
path: root/classes/dlg.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-21 14:09:51 +0400
committerAndrew Dolgov <[email protected]>2012-08-21 14:09:51 +0400
commit23d2471c925ed31228e68210e7a55c836234645e (patch)
treeed61e74884f00cf72da42127e8794efa4c65532e /classes/dlg.php
parent9da07c8ad232bb0d6ea8e74a7fb84cf5832aff44 (diff)
expand error messages in subscribeToFeed(), provide proper error message
when URL download failed (refs #489)
Diffstat (limited to 'classes/dlg.php')
-rw-r--r--classes/dlg.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index 7e68c9e69..008518a8a 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -250,6 +250,11 @@ class Dlg extends Handler_Protected {
print "<div class=\"dlgSec\">".__("Feed")."</div>";
print "<div class=\"dlgSecCont\">";
+ print "<div style='float : right'>
+ <img style='display : none'
+ id='feed_add_spinner' src='".
+ theme_image($this->link, 'images/indicator_white.gif')."'></div>";
+
print "<input style=\"font-size : 16px; width : 20em;\"
placeHolder=\"".__("Feed URL")."\"
dojoType=\"dijit.form.ValidationTextBox\" required=\"1\" name=\"feed\" id=\"feedDlg_feedUrl\">";