Report#62: Search box is still diplayed if search is disabled in board config - reported by Christian_N

This commit is contained in:
Kevin
2008-02-09 23:45:11 +00:00
parent 9a2a5a6b2a
commit 1d53127c2c
4 changed files with 6 additions and 2 deletions

View File

@@ -15,7 +15,9 @@
</tr>
<tr class="row1">
<td>
<!-- IF S_DISPLAY_SEARCH -->
<a href="{U_SEARCH}">{L_SEARCH}</a>
<!-- ENDIF -->
</td>
</tr>
<!-- IF not S_USER_LOGGED_IN -->

View File

@@ -52,7 +52,7 @@ small, .small {
<!-- INCLUDE portal/block/clock.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_PORTALSEARCH -->
<!-- IF S_DISPLAY_PORTALSEARCH and S_DISPLAY_SEARCH -->
<!-- INCLUDE portal/block/search.html -->
<!-- ENDIF -->