diff options
| author | 2013-11-28 19:56:54 +0100 | |
|---|---|---|
| committer | 2013-11-28 19:56:54 +0100 | |
| commit | d48f0d65cc7edce97566dd6375c4b8a919ebc913 (patch) | |
| tree | 006ab32830900e96400b3bf562140d1dea3d23b1 /app | |
| parent | 3f63195c5f2a5dcb1d11b974dd2357b161e377c5 (diff) | |
| parent | 2ed84f57ce4b9f321d4f0cce95d5f08306a4816d (diff) | |
Merge branch 'dev' into print
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/helpers/view/normal_view.phtml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/app/views/helpers/view/normal_view.phtml b/app/views/helpers/view/normal_view.phtml index 1a977bafe..0a03ea15a 100644 --- a/app/views/helpers/view/normal_view.phtml +++ b/app/views/helpers/view/normal_view.phtml @@ -85,6 +85,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { } ?> </div> + <ul class="horizontal-list bottom"><?php if (!login_is_conf ($this->conf) || is_logged ()) { if ($this->conf->bottomlineRead ()) { @@ -111,7 +112,10 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { ?> <div class="dropdown"> <div id="dropdown-share-<?php echo $item->id ();?>" class="dropdown-target"></div> - <?php echo RSSThemes::icon('share'); ?> <a class="dropdown-toggle" href="#dropdown-share-<?php echo $item->id ();?>"><?php echo Translate::t ('share'); ?></a> + <a class="dropdown-toggle" href="#dropdown-share-<?php echo $item->id ();?>"> + <?php echo RSSThemes::icon('share'); ?> + <?php echo Translate::t ('share'); ?> + </a> <ul class="dropdown-menu"> <li class="dropdown-close"><a href="#close">❌</a></li> @@ -175,7 +179,10 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { <li class="item"> <div class="dropdown"> <div id="dropdown-tags-<?php echo $item->id ();?>" class="dropdown-target"></div> - <?php echo RSSThemes::icon('tag'); ?> <a class="dropdown-toggle" href="#dropdown-tags-<?php echo $item->id ();?>"><?php echo Translate::t ('related_tags'); ?></a> + <a class="dropdown-toggle" href="#dropdown-tags-<?php echo $item->id ();?>"> + <?php echo RSSThemes::icon('tag'); ?> + <?php echo Translate::t ('related_tags'); ?> + </a> <ul class="dropdown-menu"> <li class="dropdown-close"><a href="#close">❌</a></li> <?php foreach($tags as $tag) { ?> |
