diff options
| author | 2016-10-29 13:11:37 +0200 | |
|---|---|---|
| committer | 2016-10-29 13:11:37 +0200 | |
| commit | 00f446d1557165cba90d0d3ec17404d3fdce84cd (patch) | |
| tree | 4ec6a8553f12226da35418467a9a4fa0a627e5ec /app/views | |
| parent | a7301a43faeb391138478cb462493c3e025296ea (diff) | |
Disable "mark all as read" before confirmation script is loaded
https://github.com/FreshRSS/FreshRSS/issues/1342
Diffstat (limited to 'app/views')
| -rwxr-xr-x | app/views/helpers/pagination.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/pagination.phtml b/app/views/helpers/pagination.phtml index eb3114fcd..893451af9 100755 --- a/app/views/helpers/pagination.phtml +++ b/app/views/helpers/pagination.phtml @@ -27,7 +27,7 @@ </a> <?php } elseif ($url_mark_read) { ?> <button id="bigMarkAsRead" - class="as-link <?php echo FreshRSS_Context::$user_conf->reading_confirm ? 'confirm' : ''; ?>" + class="as-link <?php echo FreshRSS_Context::$user_conf->reading_confirm ? 'confirm" disabled="disabled' : ''; ?>" form="mark-read-pagination" formaction="<?php echo Minz_Url::display($url_mark_read); ?>" type="submit"> |
