diff options
| author | 2022-10-03 16:26:53 +0200 | |
|---|---|---|
| committer | 2022-10-03 16:26:53 +0200 | |
| commit | a9d4c789311ee54f10ff2b483ad8804bd1de5286 (patch) | |
| tree | 05bb3977c5aa2fe1a328866657f818cca8441e3a /app/views | |
| parent | 3b54f8cd8196728df14590bfb1560dd4f6aaf685 (diff) | |
Improved: Subscription Management: Show the position number (#4679)
* the code
* improvement
* fix doubled parameter
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/subscription/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml index f056214d2..71bf5b429 100644 --- a/app/views/subscription/index.phtml +++ b/app/views/subscription/index.phtml @@ -34,7 +34,7 @@ ?> <div class="box"> <div class="box-title"> - <a class="configure open-slider" href="<?= _url('subscription', 'category', 'id', $cat->id()) ?>"><?= _i('configure') ?></a> + <a class="configure open-slider" href="<?= _url('subscription', 'category', 'id', $cat->id()) ?>" data-cat-position="<?= $cat->attributes('position') ?>"><?= _i('configure') ?></a> <?= $cat->name() ?> <?php if ($cat->kind() == FreshRSS_Category::KIND_DYNAMIC_OPML) { echo _i('opml-dyn'); } ?> </div> |
