diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-01-02 17:30:59 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-01-02 17:30:59 +0000 |
commit | 2faf2639ee89ab6e92ac474bbc01ca226c4c4ed3 (patch) | |
tree | fc921eff9cd66ee46f22b550977b2d9fe3f34ca4 /phpBB/adm/style/acp_modules.html | |
parent | e68d442f522dd51fe23d4f0ae6095b132c7052ce (diff) | |
download | forums-2faf2639ee89ab6e92ac474bbc01ca226c4c4ed3.tar forums-2faf2639ee89ab6e92ac474bbc01ca226c4c4ed3.tar.gz forums-2faf2639ee89ab6e92ac474bbc01ca226c4c4ed3.tar.bz2 forums-2faf2639ee89ab6e92ac474bbc01ca226c4c4ed3.tar.xz forums-2faf2639ee89ab6e92ac474bbc01ca226c4c4ed3.zip |
- install style and style elements
- refresh template and style cache
git-svn-id: file:///svn/phpbb/trunk@5416 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_modules.html')
-rw-r--r-- | phpBB/adm/style/acp_modules.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_modules.html b/phpBB/adm/style/acp_modules.html index 4aca37e524..ee3369fd9a 100644 --- a/phpBB/adm/style/acp_modules.html +++ b/phpBB/adm/style/acp_modules.html @@ -78,7 +78,7 @@ </dl> <dl> <dt><label for="parent_id">{L_PARENT}:</label></dt> - <dd><select name="parent_id" id="parent_id">{S_CAT_OPTIONS}</select></dd> + <dd><select name="module_parent_id" id="parent_id">{S_CAT_OPTIONS}</select></dd> </dl> <hr /> <dl> |