more appropriate usage of vars and template tokens in before and before_template

This commit is contained in:
Oliver Gorwits
2013-02-09 15:27:25 +00:00
parent 6671032952
commit 367bd6f858
11 changed files with 162 additions and 151 deletions

View File

@@ -17,12 +17,12 @@
<tr>
<th>
<a class="nd_linkcell"
href="[% vars.search_device %]&vendor=[% platform.vendor %]">
href="[% search_device %]&vendor=[% platform.vendor %]">
[% platform.vendor %]</a>
</th>
<th>
<a class="nd_linkcell"
href="[% vars.search_device %]&model=[% platform.model %]">
href="[% search_device %]&model=[% platform.model %]">
[% platform.model %]</a>
</th>
<th>[% platform.get_column('count') %]</th>
@@ -48,7 +48,7 @@
<th>[% release.os %]</th>
<th>
<a class="nd_linkcell"
href="[% vars.search_device %]&os_ver=[% release.os_ver %]">
href="[% search_device %]&os_ver=[% release.os_ver %]">
[% release.os_ver %]</a>
</th>
<th>[% release.get_column('count') %]</th>