File: adm/style/acp_bbcodes.html
Unmodified
Added
Modified
Removed
Line 31 | Line 31 |
---|
</fieldset>
<fieldset>
|
</fieldset>
<fieldset>
|
<legend>{L_BBCODE_HELPLINE}</legend> <p>{L_BBCODE_HELPLINE_EXPLAIN}</p>
| <legend>{{ lang('BBCODE_HELPLINE') }}</legend> <p>{{ lang('BBCODE_HELPLINE_EXPLAIN') }}</p>
|
<dl>
|
<dl>
|
<dt><label for="bbcode_helpline">{L_BBCODE_HELPLINE_TEXT}</label></dt> <dd><input type="text" id="bbcode_helpline" name="bbcode_helpline" size="60" maxlength="255" value="{BBCODE_HELPLINE}" /></dd>
| <dt><label for="bbcode_helpline">{{ lang('BBCODE_HELPLINE_TEXT') }}</label></dt> <dd><textarea id="bbcode_helpline" name="bbcode_helpline" cols="60" rows="4">{{ BBCODE_HELPLINE }}</textarea></dd>
|
</dl> </fieldset>
| </dl> </fieldset>
|