diff options
| author | 2014-09-11 15:36:28 +0200 | |
|---|---|---|
| committer | 2014-09-11 15:36:28 +0200 | |
| commit | 094450ca942b14fdeab69ad05e4d9b9ef1cc7f9e (patch) | |
| tree | ea4ca0177a3f6b1b056ff9200ca4c943880c8654 /app | |
| parent | 4989302447b23d76429ad98d93900e3e1350bb06 (diff) | |
| parent | 40d176cc247f03a3b95fcf0389de8858e577b7cb (diff) | |
Merge pull request #612 from plopoyop/dev
add css class or id to elements without
Diffstat (limited to 'app')
| -rw-r--r-- | app/layout/aside_flux.phtml | 2 | ||||
| -rw-r--r-- | app/layout/nav_menu.phtml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml index 357aa1cd3..9688a3273 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -4,7 +4,7 @@ <ul class="categories"> <?php if ($this->loginOk) { ?> <li> - <div class="stick"> + <div class="stick configure-feeds"> <a class="btn btn-important" href="<?php echo _url ('configure', 'feed'); ?>"><?php echo Minz_Translate::t ('subscription_management'); ?></a> <a class="btn btn-important" href="<?php echo _url ('configure', 'categorize'); ?>" title="<?php echo Minz_Translate::t ('categories_management'); ?>"><?php echo FreshRSS_Themes::icon('category-white'); ?></a> </div> diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index 7cd15c1a3..c69f95959 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -7,7 +7,7 @@ <?php } ?> <?php if ($this->loginOk) { ?> - <div class="stick"> + <div id="nav_menu_actions" class="stick"> <?php $url_state = $this->url; @@ -269,7 +269,7 @@ $url_order = $this->url; $url_order['params']['order'] = $order; ?> - <a class="btn" href="<?php echo Minz_Url::display ($url_order); ?>" title="<?php echo Minz_Translate::t ($title); ?>"> + <a id="toggle-order" class="btn" href="<?php echo Minz_Url::display ($url_order); ?>" title="<?php echo Minz_Translate::t ($title); ?>"> <?php echo FreshRSS_Themes::icon($icon); ?> </a> |
