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

@@ -9,7 +9,9 @@
<strong>{L_M_CONTENT}</strong>
<ul>
<li><a href="{U_INDEX}">{L_INDEX}</a></li>
<!-- IF S_DISPLAY_SEARCH -->
<li><a href="{U_SEARCH}">{L_SEARCH}</a></li>
<!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN -->
<li><a href="{U_REGISTER}">{L_REGISTER}</a></li>
<!-- ENDIF -->

View File

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

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 -->