aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/nets.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/diabook-blue/nets.tpl')
-rw-r--r--view/theme/diabook-blue/nets.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook-blue/nets.tpl b/view/theme/diabook-blue/nets.tpl
index 5addf38b1..637b7a04d 100644
--- a/view/theme/diabook-blue/nets.tpl
+++ b/view/theme/diabook-blue/nets.tpl
@@ -3,9 +3,9 @@
<div id="nets-desc">$desc</div>
<ul class="nets-ul">
- <li class="tool"><a style="text-decoration: none;" href="$base" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a></li>
+ <li class="tool {{ if $sel_all }}selected{{ endif }}"><a style="text-decoration: none;" href="$base" class="nets-link nets-all">$all</a></li>
{{ for $nets as $net }}
- <li class="tool"><a href="$base?nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li>
+ <li class="tool {{ if $net.selected }}selected{{ endif }}"><a href="$base?nets=$net.ref" class="nets-link nets-selected">$net.name</a></li>
{{ endfor }}
</ul>
</div>