Dispy - selecting any network and then switching back to "all networks"

didn't work.  Remove nets.tpl to make it use the default one.
This commit is contained in:
Thomas Willingham 2012-10-04 23:19:50 +01:00
parent ceb8b8b77f
commit d33abe2de9
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
<div id="nets-sidebar" class="widget">
<h3>$title</h3>
<div id="nets-desc">$desc</div>
<a href="$base" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a>
<ul class="nets-ul">
{{ for $nets as $net }}
<li><a href="$base?nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li>
{{ endfor }}
</ul>
</div>