summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-23 10:43:53 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-23 10:43:53 -0400
commit27df8ca4628457e2fca13a64125152469dab33bb (patch)
treed93d9f6d2249fc7898bf201bfb28ebe7d443cbe3 /templates
parent2580eb06003aa3827106c9a5eb78348c333dabc8 (diff)
dialog for opml importing
Diffstat (limited to 'templates')
-rw-r--r--templates/part.importdialog.php6
-rw-r--r--templates/settings.php10
2 files changed, 13 insertions, 3 deletions
diff --git a/templates/part.importdialog.php b/templates/part.importdialog.php
new file mode 100644
index 000000000..921f21aaf
--- /dev/null
+++ b/templates/part.importdialog.php
@@ -0,0 +1,6 @@
+<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
diff --git a/templates/settings.php b/templates/settings.php
index bb82c9754..29cd6f42c 100644
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -1,8 +1,12 @@
<form id="news">
<fieldset class="personalblock">
<strong>News</strong><br />
- <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');?>" />
- <br />
+ <dl>
+ <dt>Import</dt>
+ <dd><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>
</fieldset>
+ <div id="dialog_holder"></div>
</form>