aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_list.html
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-12 17:23:50 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-28 22:19:03 +0200
commit8dc10d6971ede7fbc63fb3fd92512f95d9ec5dfb (patch)
tree93cd7a5f42e1a92f43d39c718bf32ee071399a65 /phpBB/adm/style/acp_ext_list.html
parentf4d598559f28ef2f16b47d7e33d90305fd42173e (diff)
downloadforums-8dc10d6971ede7fbc63fb3fd92512f95d9ec5dfb.tar
forums-8dc10d6971ede7fbc63fb3fd92512f95d9ec5dfb.tar.gz
forums-8dc10d6971ede7fbc63fb3fd92512f95d9ec5dfb.tar.bz2
forums-8dc10d6971ede7fbc63fb3fd92512f95d9ec5dfb.tar.xz
forums-8dc10d6971ede7fbc63fb3fd92512f95d9ec5dfb.zip
[ticket/11366] Add $config['extension_force_unstable']
PHPBB3-11366
Diffstat (limited to 'phpBB/adm/style/acp_ext_list.html')
-rw-r--r--phpBB/adm/style/acp_ext_list.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html
index d77c7690f7..372d9e8599 100644
--- a/phpBB/adm/style/acp_ext_list.html
+++ b/phpBB/adm/style/acp_ext_list.html
@@ -6,6 +6,27 @@
<p>{L_EXTENSIONS_EXPLAIN}</p>
+ <form id="version_check_settings" method="post" action="{U_ACTION}">
+
+ <fieldset>
+ <legend>{L_EXTENSIONS_VERSION_CHECK_SETTINGS}</legend>
+ <dl>
+ <dt><label for="force_unstable">{L_FORCE_UNSTABLE}{L_COLON}</label></dt>
+ <dd>
+ <label><input type="radio" name="force_unstable" class="radio" value="1"<!-- IF FORCE_UNSTABLE --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
+ <label><input type="radio" name="force_unstable" class="radio" value="0"<!-- IF not FORCE_UNSTABLE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
+ </dd>
+ </dl>
+
+ <p class="submit-buttons">
+ <input class="button1" type="submit" name="update" value="{L_SUBMIT}" />&nbsp;
+ <input class="button2" type="reset" name="reset" value="{L_RESET}" />
+ <input type="hidden" name="action" value="set_config_version_check_force_unstable" />
+ {S_FORM_TOKEN}
+ </p>
+ </fieldset>
+ </form>
+
<table class="table1">
<col class="row1" ><col class="row1" ><col class="row2" ><col class="row2" >
<thead>