diff options
author | Nils Adermann <naderman@naderman.de> | 2006-02-12 18:35:16 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2006-02-12 18:35:16 +0000 |
commit | 3f323153b5f201dd7954c7f4ba6da53c98defcd0 (patch) | |
tree | fa07669d00941192fc548b294a68c007e153c96c /phpBB/styles/subSilver/template/search_body.html | |
parent | 107297f1e68a3b0b3ca021ecab261615a5d1d986 (diff) | |
download | forums-3f323153b5f201dd7954c7f4ba6da53c98defcd0.tar forums-3f323153b5f201dd7954c7f4ba6da53c98defcd0.tar.gz forums-3f323153b5f201dd7954c7f4ba6da53c98defcd0.tar.bz2 forums-3f323153b5f201dd7954c7f4ba6da53c98defcd0.tar.xz forums-3f323153b5f201dd7954c7f4ba6da53c98defcd0.zip |
- new default result mode: posts
- make use of f_search permission
git-svn-id: file:///svn/phpbb/trunk@5552 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/search_body.html')
-rw-r--r-- | phpBB/styles/subSilver/template/search_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/search_body.html b/phpBB/styles/subSilver/template/search_body.html index c0eac4241d..668edef756 100644 --- a/phpBB/styles/subSilver/template/search_body.html +++ b/phpBB/styles/subSilver/template/search_body.html @@ -33,7 +33,7 @@ <td class="row1"><b class="genmed">{L_RESULT_SORT}: </b></td> <td class="row2" nowrap="nowrap">{S_SELECT_SORT_KEY}<br /><input type="radio" name="sd" value="a" /> <span class="genmed">{L_SORT_ASCENDING}</span><br /><input type="radio" name="sd" value="d" checked="checked" /> <span class="genmed">{L_SORT_DESCENDING}</span></td> <td class="row1" nowrap="nowrap"><b class="genmed">{L_DISPLAY_RESULTS}: </b></td> - <td class="row2" nowrap="nowrap"><input type="radio" name="sr" value="posts" /> <span class="genmed">{L_POSTS}</span> <input type="radio" name="sr" value="topics" checked="checked" /> <span class="genmed">{L_TOPICS}</td> + <td class="row2" nowrap="nowrap"><input type="radio" name="sr" value="posts" checked="checked" /> <span class="genmed">{L_POSTS}</span> <input type="radio" name="sr" value="topics" /> <span class="genmed">{L_TOPICS}</td> </tr> <tr> <td class="row1" width="25%"><b class="genmed">{L_RESULT_DAYS}: </b></td> |