diff options
| author | 2013-08-25 00:14:01 +0200 | |
|---|---|---|
| committer | 2013-08-25 13:08:53 +0200 | |
| commit | 2eea5bbdeb24636aafa2808273eefa362c452b57 (patch) | |
| tree | 1f5a018d415c1bd5512d8cb7472b7fa31280279d /app/views/helpers/pagination.phtml | |
| parent | 31a6a13268023a2db5eba2445ee6c7db4a6d9623 (diff) | |
Big area mark as read
Added a big area to mark all as read below the list of articles
Diffstat (limited to 'app/views/helpers/pagination.phtml')
| -rwxr-xr-x | app/views/helpers/pagination.phtml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/helpers/pagination.phtml b/app/views/helpers/pagination.phtml index 80c0976ad..0018a951e 100755 --- a/app/views/helpers/pagination.phtml +++ b/app/views/helpers/pagination.phtml @@ -10,7 +10,11 @@ <?php $params[$getteur] = $this->next; ?> <a id="load_more" href="<?php echo Url::display (array ('c' => $c, 'a' => $a, 'params' => $params)); ?>"><?php echo Translate::t ('load_more'); ?></a> <?php } else { ?> - <?php echo Translate::t ('nothing_to_load'); ?> + <div class="bigMarkAsRead"> + <p><?php echo Translate::t ('nothing_to_load'); ?></p> + <p class="bigTick">✔</p> + <p><?php echo Translate::t ('mark_all_read'); ?></p> + </div> <?php } ?> </li> </ul> |
