Changes adopted from version 0.5

This commit is contained in:
2023-02-13 10:42:09 +01:00
parent faf5f368f5
commit 76ccecca7f
198 changed files with 10261 additions and 5068 deletions
+21 -11
View File
@@ -1,18 +1,26 @@
[BLOCK nosearch]
<table border="0">
<table class="info">
<tr>
<td>
<img src="images/comments.gif" title="{lang_comments}">&nbsp;{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}">&nbsp;{lang_comments_search_nosearch}
</td>
</tr>
</table>
[END nosearch]
[BLOCK resultcount]
<table border="0">
<table class="info">
<tr>
<td>
<b>{lang_search_results_found}:&nbsp;{resultcounter}</b>
<td class="value">
{lang_search_results_found}&nbsp;{resultcounter}
</td>
</tr>
</table>
@@ -21,20 +29,22 @@
<p>
[BLOCK table AS asset]
<table border="0">
<table class="info">
<tr>
<td>
<b>{item_name}&nbsp;{lang_search_found}&nbsp;({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]