diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-13 10:19:50 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-13 10:19:50 +0000 |
commit | b8daa787095eece45eeb3e1b6351efbed292bbd1 (patch) | |
tree | 77d2d4892d09fc7d5437d28ca20034aaef2978b4 /phpBB/styles/prosilver | |
parent | a999240e992eebec13317e43a2118e6a36398ec1 (diff) | |
download | forums-b8daa787095eece45eeb3e1b6351efbed292bbd1.tar forums-b8daa787095eece45eeb3e1b6351efbed292bbd1.tar.gz forums-b8daa787095eece45eeb3e1b6351efbed292bbd1.tar.bz2 forums-b8daa787095eece45eeb3e1b6351efbed292bbd1.tar.xz forums-b8daa787095eece45eeb3e1b6351efbed292bbd1.zip |
#10823
git-svn-id: file:///svn/phpbb/trunk@7558 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/forumlist_body.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/memberlist_search.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index 3332d79421..30c7e5ffee 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -32,7 +32,7 @@ {forumrow.FORUM_DESC} <!-- IF forumrow.MODERATORS --> <br /><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS} - <!-- ENDIF --> + <!-- ENDIF --> <!-- IF forumrow.SUBFORUMS --><br /><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}<!-- ENDIF --> </dt> <!-- IF forumrow.CLICKS --> diff --git a/phpBB/styles/prosilver/template/memberlist_search.html b/phpBB/styles/prosilver/template/memberlist_search.html index 9c2c61fdc8..61c2adca9a 100644 --- a/phpBB/styles/prosilver/template/memberlist_search.html +++ b/phpBB/styles/prosilver/template/memberlist_search.html @@ -85,10 +85,12 @@ function insert_single(user) <dt><label for="count">{L_POSTS}:</label></dt> <dd><select name="count_select">{S_COUNT_OPTIONS}</select> <input class="inputbox medium" type="text" name="count" id="count" value="{COUNT}" /></dd> </dl> +<!-- IF S_IP_SEARCH_ALLOWED --> <dl> <dt><label for="ip">{L_POST_IP}:</label></dt> <dd><input class="inputbox medium" type="text" name="ip" id="ip" value="{IP}" /></dd> </dl> +<!-- ENDIF --> <dl> <dt><label for="search_group_id">{L_GROUP}:</label></dt> <dd><select name="search_group_id" id="search_group_id">{S_GROUP_SELECT}</select></dd> |