summaryrefslogtreecommitdiffstats
path: root/templates/settings.php
blob: 29cd6f42c1bc65171314c7caef4a2f3d297db301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<form id="news">
	<fieldset class="personalblock">
		<strong>News</strong><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>