Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jozef Sroka
ISPConfig 3
Commits
bb081fc8
Commit
bb081fc8
authored
Sep 20, 2016
by
Till Brehm
Browse files
Fixed #4149 and visual issie in DNS DMARC form.
parent
bbc18587
Changes
3
Hide whitespace changes
Inline
Side-by-side
interface/web/dns/templates/dns_dmarc_edit.htm
View file @
bb081fc8
...
...
@@ -49,7 +49,7 @@
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
></label>
<label
class=
"col-sm-2 control-label
control-label-plain
"
></label>
<div
class=
"col-sm-1"
>
<input
type=
"checkbox"
value=
"1"
id=
"dmarc_fo0"
name=
"dmarc_fo0"
{
tmpl_var
name=
'dmarc_fo1'
}
/>
</div>
...
...
@@ -58,7 +58,7 @@
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
></label>
<label
class=
"col-sm-2 control-label
control-label-plain
"
></label>
<div
class=
"col-sm-1"
>
<input
type=
"checkbox"
value=
"1"
id=
"dmarc_fod"
name=
"dmarc_fod"
{
tmpl_var
name=
'dmarc_fod'
}
/>
</div>
...
...
@@ -67,7 +67,7 @@
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
></label>
<label
class=
"col-sm-2 control-label
control-label-plain
"
></label>
<div
class=
"col-sm-1"
>
<input
type=
"checkbox"
value=
"1"
id=
"dmarc_fos"
name=
"dmarc_fos"
{
tmpl_var
name=
'dmarc_fos'
}
/>
</div>
...
...
@@ -104,7 +104,7 @@
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
{tmpl_var name='dmarc_rf_iodef'}
</label>
<label
class=
"col-sm-2 control-label
control-label-plain
"
>
{tmpl_var name='dmarc_rf_iodef'}
</label>
<div
class=
"col-sm-1"
>
<input
type=
"checkbox"
value=
"1"
id=
"dmarc_rf_iodef"
name=
"dmarc_rf_iodef"
{
tmpl_var
name=
'dmarc_rf_iodef'
}
/>
</div>
...
...
interface/web/themes/default/assets/stylesheets/ispconfig.css
View file @
bb081fc8
...
...
@@ -30,6 +30,9 @@ body {
.control-label
:after
{
content
:
":"
;
}
.control-label-plain
:after
{
content
:
""
;
}
.formbutton-default
{
padding
:
6px
10px
;
border-bottom-style
:
solid
;
...
...
interface/web/tools/templates/resync.htm
View file @
bb081fc8
...
...
@@ -129,7 +129,7 @@
<div
class=
"form-group"
>
<div
class=
"col-sm-1"
><input
class=
"form-control"
type=
"checkbox"
id=
"resync_client"
value=
"1"
name=
"resync_client"
></div>
<label
for=
"resync_client"
class=
"col-sm-2 control-label"
>
{tmpl_var name="resync_client_txt"}
</label>
<label
for=
"resync_client"
class=
"col-sm-2 control-label
control-label-plain
"
>
{tmpl_var name="resync_client_txt"}
</label>
</div>
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment