Skip to content

Commit 15506be

Browse files
author
Massimiliano
committed
Update interface/web/sites/templates/database_edit.htm
1 parent 6d6e2b8 commit 15506be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interface/web/sites/templates/database_edit.htm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
9797
</select></div>
9898
</tmpl_if>
9999
</div>
100+
<tmpl_unless name="disable_remote_db">
100101
<div class="form-group">
101102
<label class="col-sm-3 control-label">{tmpl_var name='remote_access_txt'}</label>
102103
<div class="col-sm-9">
@@ -106,6 +107,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
106107
<div class="form-group">
107108
<label for="remote_ips" class="col-sm-3 control-label">{tmpl_var name='remote_ips_txt'}</label>
108109
<div class="col-sm-9"><input type="text" name="remote_ips" id="remote_ips" value="{tmpl_var name='remote_ips'}" class="form-control" /></div></div>
110+
</tmpl_if>
109111
<div class="form-group">
110112
<label class="col-sm-3 control-label">{tmpl_var name='active_txt'}</label>
111113
<div class="col-sm-9">

0 commit comments

Comments
 (0)