summaryrefslogtreecommitdiffstats
path: root/templates/part.settings.php
blob: 99d870cce33761035b3ab4c1bc2b45ba178a0c12 (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')); ?>" trigger-click>
                <?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>