Update admin.plugin.bbcode.tpl

This commit is contained in:
Francisco 2020-09-18 21:07:21 +01:00
parent a3fb3e6e3e
commit 3865260e7b

View File

@ -1,8 +1,13 @@
<h2>{$plang.head}</h2>
<p>{$plang.desc1}</p>
{include file=shared:errorlist.tpl}
<div class="row">
<div class="col-12 mb-4">
<div class="card shadow mb-4">
<div class="card-header">
<h6 class="m-0 font-weight-bold text-primary">{$plang.head}</h6>
</div>
<div class="card-body">
<p>{$plang.desc1}</p>
{html_form class=option-set}
<h2>{$plang.editing}</h2>
@ -42,7 +47,7 @@
</label></dt>
<dd>
<p>{$plang.urlmaxlen_long_pre}
<input type="text" name="bb-maxlen" size="3" value="{$bbconf.number}">
<input class="form-control input_gray bbcode_input" type="text" name="bb-maxlen" size="3" value="{$bbconf.number}">
{$plang.urlmaxlen_long_post}</p>
</dd>
@ -55,6 +60,10 @@
{$plang.opn4post}
</label>
<p class="buttonbar">
<input type="submit" name="bb-conf" value="{$plang.submit}"/>
<input type="submit" name="bb-conf" class="btn btn-primary" value="{$plang.submit}"/>
</p>
{/html_form}
</div>
</div>
</div>
</div>