Skip to content
Snippets Groups Projects
Commit f43994cc authored by Marius Burkard's avatar Marius Burkard
Browse files

Merge branch 'patch-1' into 'stable-3.1'

Overflow in Interface Config - Fixed #3857

Fixed #3857 

See merge request !332
parents 03d03093 3623bab1
No related branches found
No related tags found
No related merge requests found
......@@ -6,13 +6,13 @@
<tmpl_if name="list_desc_txt"><p><tmpl_var name="list_desc_txt"></p></tmpl_if>
<div class="form-group">
<div style="float:left;width:100%">
<p class="label" style="width:270px">{tmpl_var name='use_domain_module_txt'}</p>
<div class="col-sm-9">
{tmpl_var name='use_domain_module'}
</div>
<div class="col-sm-3 text-right">
{tmpl_var name='use_domain_module'}
</div>
<div class="col-sm-9">
<p><strong>{tmpl_var name='use_domain_module_txt'}</strong></p>
<p>{tmpl_var name='use_domain_module_hint'}</p>
</div>
<div style="float:left;width:500px;margin-top:20px">{tmpl_var name='use_domain_module_hint'}</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">{tmpl_var name='new_domain_txt'}</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment