Changes adopted from version 0.4
This commit is contained in:
+14
-12
@@ -2,12 +2,24 @@
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<img src="images/warning.gif"> {lang_warning_search_nosearch}
|
||||
<img src="images/comments.gif" title="{lang_comments}"> {lang_comments_search_nosearch}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
[END nosearch]
|
||||
|
||||
[BLOCK resultcount]
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<b>{lang_search_results_found}: {resultcounter}</b>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
[END resultcount]
|
||||
|
||||
<p>
|
||||
|
||||
[BLOCK table AS asset]
|
||||
<table border="0">
|
||||
<tr>
|
||||
@@ -28,14 +40,4 @@
|
||||
[REUSE table AS location]
|
||||
[REUSE table AS node]
|
||||
[REUSE table AS subnet]
|
||||
[REUSE table AS vlan]
|
||||
|
||||
[BLOCK resultcount]
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<b>{lang_search_results_found}</b>: {resultcounter}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
[END resultcount]
|
||||
[REUSE table AS vlan]
|
||||
Reference in New Issue
Block a user