summaryrefslogtreecommitdiffstats
path: root/templates/part.settings.php
blob: 5dac1f05aabaa899be1cf17206227be8b4abd3b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<fieldset class="personalblock">
        <legend><strong><?php p($l->t('Import / Export OPML')); ?></strong></legend>
        <input type="file" id="opml-upload" name="files[]" read-file/>
        <button title="<?php p($l->t('Import')); ?>" forward-click="{selector:'#opml-upload'}">
                <?php p($l->t('Import')); ?>
        </button>
        <a class="button"
                href="<?php print_unescaped(\OC_Helper::linkToRoute('news_export_opml')) ?>"
                title="<?php p($l->t('Export')); ?>"><?php p($l->t('Export')); ?></a>
</fieldset>
<fieldset class="personalblock">
        <legend><strong><?php p($l->t('Subscribelet')); ?></strong></legend>
        <p><?php print_unescaped($this->inc('part.subscribelet'));?>
        </p>
</fieldset>