diff options
| author | 2013-03-13 20:20:03 +0100 | |
|---|---|---|
| committer | 2013-03-13 20:20:03 +0100 | |
| commit | f597b8d1c9a97776f64c573157d04fc9832734d6 (patch) | |
| tree | effaa76bfe3e40af72ae1d4a153d8e1d505422a1 /app/views/index/index.phtml | |
| parent | 8c72acbacb8fd4da39d505e8ac52e7e0cceed418 (diff) | |
Amélioration design navigation en liste + diverses ajouts design
Diffstat (limited to 'app/views/index/index.phtml')
| -rw-r--r-- | app/views/index/index.phtml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml index 22cc84828..995e6738a 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -52,14 +52,10 @@ <?php $this->entryPaginator->render ('pagination.phtml', 'page'); ?> </div> <?php } else { ?> -<div class="table"> - <div class="nothing"> - <p> - Il n'y a aucun flux à afficher. - <?php if (Session::param ('mode', 'all') == 'not_read') { ?> - <a class="print_all" href="<?php echo Url::display (array ('a' => 'changeMode', 'params' => array ('mode' => 'all'))); ?>">Afficher tous les articles ?</a> - <?php } ?> - </p> - </div> +<div class="alert"> + <span class="alert-head">Il n'y a aucun flux à afficher.</span> + <?php if (Session::param ('mode', 'all') == 'not_read') { ?> + <a class="print_all" href="<?php echo Url::display (array ('a' => 'changeMode', 'params' => array ('mode' => 'all'))); ?>">Afficher tous les articles ?</a> + <?php } ?> </div> <?php } ?> |
