diff options
| author | 2013-11-15 17:26:22 +0100 | |
|---|---|---|
| committer | 2013-11-15 17:26:22 +0100 | |
| commit | c805b031481d5b53b0f5f9d6d39bc83911709834 (patch) | |
| tree | 673938de8b4c681e9b0e7e96d04c3da574c2572e /app | |
| parent | 147b3fdda4d95c217ee3923930587d1dc1bd97ee (diff) | |
Corrige style bigMarkAsRead
Corrige problème héritage de style pour bigMarkAsRead.
Plus détails
Diffstat (limited to 'app')
| -rwxr-xr-x | app/views/helpers/pagination.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/helpers/pagination.phtml b/app/views/helpers/pagination.phtml index 9cd877f82..0b0d2f5ba 100755 --- a/app/views/helpers/pagination.phtml +++ b/app/views/helpers/pagination.phtml @@ -12,13 +12,13 @@ <?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 } elseif ($markReadUrl) { ?> - <a class="bigMarkAsRead" href="<?php echo $markReadUrl; ?>"> + <a id="bigMarkAsRead" href="<?php echo $markReadUrl; ?>"> <?php echo Translate::t ('nothing_to_load'); ?><br /> <span class="bigTick">✔</span><br /> <?php echo Translate::t ('mark_all_read'); ?> </a> <?php } else { ?> - <a class="bigMarkAsRead" href="."> + <a id="bigMarkAsRead" href="."> <?php echo Translate::t ('nothing_to_load'); ?><br /> </a> <?php } ?> |
