diff options
Diffstat (limited to 'phpBB/adm/style/acp_bbcodes.html')
-rw-r--r-- | phpBB/adm/style/acp_bbcodes.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html index 5caf3391ec..00af899397 100644 --- a/phpBB/adm/style/acp_bbcodes.html +++ b/phpBB/adm/style/acp_bbcodes.html @@ -30,11 +30,20 @@ </dl> </fieldset> + <fieldset> + <legend>{L_SETTINGS}</legend> + <dl> + <dt><label for="display_on_posting">{L_DISPLAY_ON_POSTING}</label></dt> + <dd><input type="checkbox" name="display_on_posting" id="display_on_posting" value="1"<!-- IF DISPLAY_ON_POSTING --> checked="checked"<!-- ENDIF --> /></dd> + </dl> + </fieldset> + <fieldset class="submit-buttons"> <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </fieldset> - + + <br /> <table cellspacing="1"> <thead> <tr> |