summaryrefslogtreecommitdiffstats
path: root/templates/part.settings.php
blob: 38c51933f32665d94a3ea5e6d25c67df109ed7fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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'}">
		<?php p($l->t('Import')); ?>
	</button>
	<button ng-disabled="feeds.length==0" title="<?php p($l->t('Export')); ?>"
		ng-click="export()">
		<?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>