summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-21 18:01:14 +0300
committerAndrew Dolgov <[email protected]>2010-11-21 18:01:14 +0300
commite12184804870f08a61f671a6d6afba32ffe93fca (patch)
tree396420a7f240a13c36fd8a0f0cdcc452cd2b4224 /modules/pref-feeds.php
parent9fe80bcdadfbc318c2f6e0ee1b8957b3275d0817 (diff)
rework OPML import process
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php15
1 files changed, 8 insertions, 7 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index 2b279d2d7..859b11ee9 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -601,12 +601,12 @@
print "</div>";
print "<div class='dlgButtons'>
- <input type=\"submit\" class=\"button\"
- onclick=\"return dijit.byId('feedEditDlg').execute()\"
- value=\"".__('Save')."\">
- <input type='submit' class='button'
- onclick=\"return dijit.byId('feedEditDlg').hide()\"
- value=\"".__('Cancel')."\">
+ <button dojoType=\"dijit.form.Button\"
+ onclick=\"return dijit.byId('feedEditDlg').execute()\">".
+ __('Save')."</button>
+ <button dojoType=\"dijit.form.Button\"
+ onclick=\"return dijit.byId('feedEditDlg').hide()\">".
+ __('Cancel')."</button>
</div>";
return;
@@ -1246,7 +1246,8 @@
print "</p>";
- print "<iframe name=\"upload_iframe\"
+ print "<iframe id=\"upload_iframe\"
+ name=\"upload_iframe\" onload=\"opmlImportComplete(this)\"
style=\"width: 400px; height: 100px; display: none;\"></iframe>";
print "<form style='display : block' target=\"upload_iframe\"