add css class or id to elements without

This commit is contained in:
plopoyop
2014-09-10 09:14:36 +02:00
parent a126d99b3c
commit 40d176cc24
2 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>