Skip to content

Commit 4b00455

Browse files
author
Till Brehm
committed
Fixed: #3923
1 parent 14f5970 commit 4b00455

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

interface/web/tools/templates/import_ispconfig.htm

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ <h1><tmpl_var name="head_txt"></h1>
33
</div>
44
<p><tmpl_var name="list_desc_txt"></p>
55

6-
<div class="panel panel_language_import">
6+
<div class="panel panel_language_import" style="padding:20px;">
77

88
<div class="pnl_formsarea">
99
<legend>{tmpl_var name="legend_txt"}</legend>
1010
<div class="form-group">
1111
<label class="col-sm-3 control-label">Remote API URL</label>
12-
<div class="col-sm-9">
13-
<div class="col-sm-6"><input class="form-control" type="text" id="remote_server" value="{tmpl_var name='remote_server'}" name="remote_server" /></div><div class="col-sm-3 input-sm"> (e.g. https://www.example.com:8080/remote/ )
14-
</div></div>
12+
<div class="col-sm-9"><input class="form-control" type="text" id="remote_server" value="{tmpl_var name='remote_server'}" placeholder="https://www.example.com:8080/remote/" name="remote_server" /></div>
1513
</div>
1614
<div class="form-group">
1715
<label class="col-sm-3 control-label">Remote User</label>

0 commit comments

Comments
 (0)