diff options
Diffstat (limited to 'phpBB/adm/style/acp_bbcodes.html')
| -rw-r--r-- | phpBB/adm/style/acp_bbcodes.html | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html index 00af899397..116aba0aff 100644 --- a/phpBB/adm/style/acp_bbcodes.html +++ b/phpBB/adm/style/acp_bbcodes.html @@ -15,27 +15,27 @@ <fieldset> <legend>{L_BBCODE_USAGE}</legend> <p>{L_BBCODE_USAGE_EXPLAIN}</p> - <dl> - <dt><label for="bbcode_match">{L_EXAMPLES}</label><br /><br /><span>{L_BBCODE_USAGE_EXAMPLE}</span></dt> - <dd><textarea id="bbcode_match" name="bbcode_match" cols="60" rows="5">{BBCODE_MATCH}</textarea></dd> - </dl> + <dl> + <dt><label for="bbcode_match">{L_EXAMPLES}</label><br /><br /><span>{L_BBCODE_USAGE_EXAMPLE}</span></dt> + <dd><textarea id="bbcode_match" name="bbcode_match" cols="60" rows="5">{BBCODE_MATCH}</textarea></dd> + </dl> </fieldset> <fieldset> <legend>{L_HTML_REPLACEMENT}</legend> <p>{L_HTML_REPLACEMENT_EXPLAIN}</p> - <dl> - <dt><label for="bbcode_tpl">{L_EXAMPLES}</label><br /><br /><span>{L_HTML_REPLACEMENT_EXAMPLE}</span></dt> - <dd><textarea id="bbcode_tpl" name="bbcode_tpl" cols="60" rows="8">{BBCODE_TPL}</textarea></dd> - </dl> + <dl> + <dt><label for="bbcode_tpl">{L_EXAMPLES}</label><br /><br /><span>{L_HTML_REPLACEMENT_EXAMPLE}</span></dt> + <dd><textarea id="bbcode_tpl" name="bbcode_tpl" cols="60" rows="8">{BBCODE_TPL}</textarea></dd> + </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> + <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"> @@ -44,6 +44,7 @@ </fieldset> <br /> + <table cellspacing="1"> <thead> <tr> @@ -77,10 +78,10 @@ <table cellspacing="1"> <thead> - <tr> - <th>{L_BBCODE_TAG}</th> - <th>{L_ACTION}</th> - </tr> + <tr> + <th>{L_BBCODE_TAG}</th> + <th>{L_ACTION}</th> + </tr> </thead> <tbody> <!-- BEGIN bbcodes --> |
