diff options
| author | 2019-10-27 17:34:55 +0100 | |
|---|---|---|
| committer | 2019-10-27 17:34:55 +0100 | |
| commit | 571fb31af819ad2c53ee9cabccc0eeb62b915ae9 (patch) | |
| tree | 4b57072a04fdb0a10876aeed76add0f06376775e /app/views/subscription/bookmarklet.phtml | |
| parent | 4b5474c87e6c1976428cff224e9a4d51deca40b9 (diff) | |
Add a warning message for Firefox user (#2606)
From version 63 and onwards, Firefox has removed the ability to add subscription
services. This is a warning for deprecation on the subscription tools page.
See #2100
Diffstat (limited to 'app/views/subscription/bookmarklet.phtml')
| -rw-r--r-- | app/views/subscription/bookmarklet.phtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/subscription/bookmarklet.phtml b/app/views/subscription/bookmarklet.phtml index 385ce8cea..e6f311f58 100644 --- a/app/views/subscription/bookmarklet.phtml +++ b/app/views/subscription/bookmarklet.phtml @@ -8,6 +8,9 @@ <?= _t('sub.bookmarklet.documentation') ?> <legend><?= _t('sub.firefox.title') ?></legend> + <p class="alert alert-warn"> + <?= _t('sub.firefox.obsolete_63', $this->default_category->name()) ?> + </p> <p><?= _t('sub.firefox.documentation') ?></p> <pre>browser.contentHandlers.types.number.uri → <?= Minz_Url::display(array('c' => 'feed', 'a' => 'add'), 'html', true) ?>&url_rss=%s</pre> |
