diff options
| author | 2024-05-30 23:36:42 +0200 | |
|---|---|---|
| committer | 2024-05-30 23:36:42 +0200 | |
| commit | 5b197b8130efed7953f42cde0cbd2217b7fb0dbe (patch) | |
| tree | 3d0312d501bf1bb4184d650f3ae81fa47582d5d5 /app/views/helpers/feed/update.phtml | |
| parent | be0e271fd5680945f6123131ecd803f051eb3a6e (diff) | |
Improved: Button to export OMPL of a category (#6519)
* Update update.phtml
* fixed
* Update app/views/helpers/category/update.phtml
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update update.phtml
* do it for feed too
* Update update.phtml
* Minor whitespace
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/views/helpers/feed/update.phtml')
| -rw-r--r-- | app/views/helpers/feed/update.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml index 125e28253..43ed78b44 100644 --- a/app/views/helpers/feed/update.phtml +++ b/app/views/helpers/feed/update.phtml @@ -765,7 +765,7 @@ </fieldset> </form> - + <h2><?= _t('sub.feed.maintenance.title') ?></h2> <div class="form-group"> <div class="group-controls"> @@ -791,7 +791,7 @@ <div class="form-group"> <label class="group-name"><?= _t('sub.feed.export-as-opml.label') ?></label> <div class="group-controls"> - <a class="btn btn-important" href="<?= _url('index', 'opml', 'get', 'f_'.$this->feed->id()) ?>" download="<?= 'f_'.$this->feed->id()?> <?= $this->feed->name(true) ?>.opml.xml"> + <a class="btn btn-important" href="<?= _url('index', 'opml', 'get', 'f_' . $this->feed->id()) ?>" download="f_<?= $this->feed->id() ?> <?= $this->feed->name(true) ?>.opml.xml"> <?= _t('sub.feed.export-as-opml.download') ?> </a> <p class="help"><?= _i('help') ?> <?= _t('sub.feed.export-as-opml.help') ?></p> |
