diff options
| author | Nils Adermann <naderman@naderman.de> | 2007-08-23 13:41:34 +0000 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2007-08-23 13:41:34 +0000 |
| commit | 35b45cdff1ad3a91f0e36853c721c7ec6472490c (patch) | |
| tree | b5783c7d7d430d5f2b52b7b0f8725755d93be811 /phpBB/styles | |
| parent | 382fe7cab41182eb0fe852de9736beaa153132b3 (diff) | |
| download | forums-35b45cdff1ad3a91f0e36853c721c7ec6472490c.tar forums-35b45cdff1ad3a91f0e36853c721c7ec6472490c.tar.gz forums-35b45cdff1ad3a91f0e36853c721c7ec6472490c.tar.bz2 forums-35b45cdff1ad3a91f0e36853c721c7ec6472490c.tar.xz forums-35b45cdff1ad3a91f0e36853c721c7ec6472490c.zip | |
- added an option to specify a port for the LDAP server
- restricted access to "Recent searches" to admins who are allowed to configure search [Bug #14085]
git-svn-id: file:///svn/phpbb/trunk@8064 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/search_body.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/search_body.html | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/search_body.html b/phpBB/styles/prosilver/template/search_body.html index 95390c2545..f785fcf50a 100644 --- a/phpBB/styles/prosilver/template/search_body.html +++ b/phpBB/styles/prosilver/template/search_body.html @@ -91,6 +91,7 @@ </form> +<!-- IF .recentsearch --> <div class="forumbg"> <div class="inner"><span class="corners-top"><span></span></span> @@ -116,5 +117,6 @@ <span class="corners-bottom"><span></span></span></div> </div> +<!-- ENDIF --> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/subsilver2/template/search_body.html b/phpBB/styles/subsilver2/template/search_body.html index a914e5f38d..82cb691c10 100644 --- a/phpBB/styles/subsilver2/template/search_body.html +++ b/phpBB/styles/subsilver2/template/search_body.html @@ -50,6 +50,7 @@ <br clear="all" /> + <!-- IF .recentsearch --> <table class="tablebg" width="100%" cellspacing="1"> <tr> <th colspan="2">{L_RECENT_SEARCHES}</th> @@ -68,6 +69,7 @@ </table> <br clear="all" /> + <!-- ENDIF --> </div> |
