aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_forums_copy_perm.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-07-31 12:46:15 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-07-31 12:46:15 +0000
commit312f2c87edbc81af7e332c14d7ce590df183cf60 (patch)
tree2a78409641e68500982344d8fe4493b228130ce1 /phpBB/adm/style/acp_forums_copy_perm.html
parente6f133dc55095b337ad311c761e82d4f026c0ea1 (diff)
downloadforums-312f2c87edbc81af7e332c14d7ce590df183cf60.tar
forums-312f2c87edbc81af7e332c14d7ce590df183cf60.tar.gz
forums-312f2c87edbc81af7e332c14d7ce590df183cf60.tar.bz2
forums-312f2c87edbc81af7e332c14d7ce590df183cf60.tar.xz
forums-312f2c87edbc81af7e332c14d7ce590df183cf60.zip
Add box if users decided not to select a forum to copy permissions from on forum creation
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9896 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_forums_copy_perm.html')
-rw-r--r--phpBB/adm/style/acp_forums_copy_perm.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_forums_copy_perm.html b/phpBB/adm/style/acp_forums_copy_perm.html
new file mode 100644
index 0000000000..73d9e70918
--- /dev/null
+++ b/phpBB/adm/style/acp_forums_copy_perm.html
@@ -0,0 +1,21 @@
+<!-- INCLUDE overall_header.html -->
+
+<form id="confirm" method="post" action="{S_COPY_ACTION}">
+
+<fieldset>
+ <h1>{L_COPY_PERMISSIONS}</h1>
+ <p>{L_COPY_PERMISSIONS_EXPLAIN}</p>
+ <p>{L_ACL_LINK}</p>
+ <dl>
+ <dt><label for="forum_perm_from">{L_COPY_PERMISSIONS}:</label><br /><span>{L_COPY_PERMISSIONS_EXPLAIN}</span></dt>
+ <dd><select id="forum_perm_from" name="forum_perm_from"><option value="0">{L_NO_PERMISSIONS}</option>{S_FORUM_OPTIONS}</select></dd>
+ </dl>
+ <div style="text-align: center;">{S_FORM_TOKEN}{S_HIDDEN_FIELDS}
+ <input type="submit" name="update" value="{L_CONTINUE}" class="button2" />&nbsp;
+ </div>
+
+</fieldset>
+
+</form>
+
+<!-- INCLUDE overall_footer.html -->