summaryrefslogtreecommitdiff
path: root/classes/dlg.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-12 08:22:00 +0300
committerAndrew Dolgov <[email protected]>2021-02-12 08:22:00 +0300
commit83b0738b04d1af07614164d66f8aa11d2465f539 (patch)
treeb283daba7d8d3917a2ecb9366771161a42eb483b /classes/dlg.php
parent3134d71b8faa96326e1cf11b949343952155c837 (diff)
opml import: no more iframe, use client dialog
Diffstat (limited to 'classes/dlg.php')
-rw-r--r--classes/dlg.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index f62a42b4d..4240ad222 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -13,28 +13,6 @@ class Dlg extends Handler_Protected {
return false;
}
- function importOpml() {
- print_notice("If you have imported labels and/or filters, you might need to reload preferences to see your new data.");
-
- print "<div class='panel panel-scrollable'>";
-
- $opml = new OPML($_REQUEST);
-
- $opml->opml_import($_SESSION["uid"]);
-
- print "</div>";
-
- print "<footer class='text-center'>";
- print "<button dojoType='dijit.form.Button'
- onclick=\"dijit.byId('opmlImportDlg').execute()\">".
- __('Close this window')."</button>";
- print "</footer>";
-
- print "</div>";
-
- //return;
- }
-
function printTagCloud() {
print "<div class='panel text-center'>";