diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-26 18:41:26 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-04-26 18:41:26 +0000 |
| commit | fc295f5f0eef6b761c7c2d825bc01501e8882a25 (patch) | |
| tree | 8a2b6d3519dffe95bb03422ecdfe58d90a45eeff /phpBB/styles/prosilver/template/memberlist_search.html | |
| parent | 78f16d70a292afee3470710669d4082d5b6212eb (diff) | |
| download | forums-fc295f5f0eef6b761c7c2d825bc01501e8882a25.tar forums-fc295f5f0eef6b761c7c2d825bc01501e8882a25.tar.gz forums-fc295f5f0eef6b761c7c2d825bc01501e8882a25.tar.bz2 forums-fc295f5f0eef6b761c7c2d825bc01501e8882a25.tar.xz forums-fc295f5f0eef6b761c7c2d825bc01501e8882a25.zip | |
checking in some fixes. ;) Most of them are really minor, including:
- correctly enter report notification into db
- fix double-quote pm issue
git-svn-id: file:///svn/phpbb/trunk@7409 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/memberlist_search.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/memberlist_search.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_search.html b/phpBB/styles/prosilver/template/memberlist_search.html index 0db9af4bf4..07fa6069f6 100644 --- a/phpBB/styles/prosilver/template/memberlist_search.html +++ b/phpBB/styles/prosilver/template/memberlist_search.html @@ -90,6 +90,10 @@ function insert_single(user) <dd><input class="inputbox medium" type="text" name="ip" id="ip" value="{IP}" /></dd> </dl> <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> + </dl> + <dl> <dt><label for="sk" class="label3">{L_SORT_BY}:</label></dt> <dd><select name="sk" id="sk">{S_SORT_OPTIONS}</select> <select name="sd">{S_ORDER_SELECT}</select></dd> </dl> |
