summaryrefslogtreecommitdiffstats
path: root/templates/part.importdialog.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.importdialog.php')
-rw-r--r--templates/part.importdialog.php13
1 files changed, 7 insertions, 6 deletions
diff --git a/templates/part.importdialog.php b/templates/part.importdialog.php
index 921f21aaf..399bbf578 100644
--- a/templates/part.importdialog.php
+++ b/templates/part.importdialog.php
@@ -1,6 +1,7 @@
-<div id="import_dialog" title="<?php echo $l->t("Import feeds from OPML file"); ?>">
-<table width="100%" style="border: 0;">
-<tr>
-dialog
-</tr>
-</table> \ No newline at end of file
+<div id="import_dialog" title="<?php echo $l->t("Settings"); ?>">
+<dl>
+ <dt>Import</dt>
+ <dd>Upload opml file <input type="text" name="opml_file" id="opml_file" placeholder="<?php echo $l->t('.opml file');?>" /><input type="submit" value="<?php echo $l->t('Import feeds');?>" /></dd>
+ <dt>Export</dt>
+ <dd></dd>
+</dl> \ No newline at end of file