implement smart search tab selection, and Node search

This commit is contained in:
Oliver Gorwits
2012-01-08 01:10:37 +00:00
parent 54d6422894
commit fc672f0524
10 changed files with 206 additions and 16 deletions

View File

@@ -14,7 +14,7 @@
[% FOREACH method IN col.key.split('\.') %]
[% SET val = val.$method %]
[% END %]
<td><a class="nd_linkcell" href="[% hyperlink(row) %]">[% val %]</a></td>
<td><a class="nd_linkcell nd_stealthlink" href="[% hyperlink(row) %]">[% val %]</a></td>
[% END %]
</tr>
[% END %]