summaryrefslogtreecommitdiffstats
path: root/templates/part.settings.php
blob: 436a575ebcb6f6055392538fc6cdc62dc4ed6b0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<fieldset class="personalblock">
	<legend><strong><?php p($l->t('Import / Export OPML')); ?></strong></legend>
	<input type="file" id="opml-upload" name="import" 
			oc-read-file="import($fileContent)"/>
	<button title="<?php p($l->t('Import')); ?>" 
		oc-forward-click="{selector:'#opml-upload'}"
		class="opml-icon">
		<?php p($l->t('Import')); ?>
	</button>
	<button ng-disabled="feeds.length==0" title="<?php p($l->t('Export')); ?>"
		ng-click="export()"
		class="opml-icon">
		<?php p($l->t('Export')); ?>
	</button>
</fieldset>
<fieldset class="personalblock">
	<legend><strong><?php p($l->t('Subscribelet')); ?></strong></legend>
	<p><?php print_unescaped($this->inc('part.subscribelet'));?>
	</p>
</fieldset>