Changes adopted from version 0.5
This commit is contained in:
+21
-11
@@ -1,18 +1,26 @@
|
||||
[BLOCK nosearch]
|
||||
<table border="0">
|
||||
<table class="info">
|
||||
<tr>
|
||||
<td>
|
||||
<img src="images/comments.gif" title="{lang_comments}"> {lang_comments_search_nosearch}
|
||||
<td class="header">
|
||||
{lang_search}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
[BLOCK nosearch]
|
||||
<table class="info">
|
||||
<tr>
|
||||
<td class="value">
|
||||
<img src="image.php?icon=error" alt="{lang_comments}"> {lang_comments_search_nosearch}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
[END nosearch]
|
||||
|
||||
[BLOCK resultcount]
|
||||
<table border="0">
|
||||
<table class="info">
|
||||
<tr>
|
||||
<td>
|
||||
<b>{lang_search_results_found}: {resultcounter}</b>
|
||||
<td class="value">
|
||||
{lang_search_results_found} {resultcounter}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -21,20 +29,22 @@
|
||||
<p>
|
||||
|
||||
[BLOCK table AS asset]
|
||||
<table border="0">
|
||||
<table class="info">
|
||||
<tr>
|
||||
<td>
|
||||
<b>{item_name} {lang_search_found} ({counter}):</b>
|
||||
<td class="header">
|
||||
{item_name} ({counter})
|
||||
</td>
|
||||
</tr>
|
||||
[BLOCK row]
|
||||
<tr>
|
||||
<td>
|
||||
<td class="value">
|
||||
<a href="{item}view.php?{item}_id={id}">{name}</a>
|
||||
</td>
|
||||
</tr>
|
||||
[END row]
|
||||
</table>
|
||||
|
||||
<p>
|
||||
[END table]
|
||||
|
||||
[REUSE table AS location]
|
||||
|
||||
Reference in New Issue
Block a user