diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-03-28 13:47:16 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-03-28 13:47:16 +0000 |
| commit | b6b43a7580addfe162431c8498b8815ad17a3021 (patch) | |
| tree | 9d7285c6ac64d5f73bfb1a6d6e2fc7b286c0208b /phpBB/adm/style | |
| parent | f52ef0a6ec3e095f04f36115f07964150aee398e (diff) | |
| download | forums-b6b43a7580addfe162431c8498b8815ad17a3021.tar forums-b6b43a7580addfe162431c8498b8815ad17a3021.tar.gz forums-b6b43a7580addfe162431c8498b8815ad17a3021.tar.bz2 forums-b6b43a7580addfe162431c8498b8815ad17a3021.tar.xz forums-b6b43a7580addfe162431c8498b8815ad17a3021.zip | |
add group_legend to group management
git-svn-id: file:///svn/phpbb/trunk@5740 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
| -rw-r--r-- | phpBB/adm/style/acp_groups.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html index 21fdb02251..e082ae69c3 100644 --- a/phpBB/adm/style/acp_groups.html +++ b/phpBB/adm/style/acp_groups.html @@ -55,6 +55,10 @@ <fieldset> <legend>{L_GROUP_SETTINGS_SAVE}</legend> <dl> + <dt><label for="group_legend">{L_GROUP_LEGEND}:</label></dt> + <dd><input name="group_legend" type="checkbox" id="group_legend"{GROUP_LEGEND} /></dd> + </dl> + <dl> <dt><label for="group_receive_pm">{L_GROUP_RECEIVE_PM}:</label></dt> <dd><input name="group_receive_pm" type="checkbox" id="group_receive_pm"{GROUP_RECEIVE_PM} /></dd> </dl> |
