Skip to content

Commit 3cd63a2

Browse files
author
Thom Pol
committed
Fixes #4474 (tweak)
1 parent 5c64673 commit 3cd63a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

interface/web/admin/form/server_ip_map.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
$form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete
4747

4848
$form["tabs"]['server_ip_map'] = array (
49-
'title' => "IP Address Mapping",
49+
'title' => "server_ip_map_title",
5050
'width' => 80,
5151
'template' => "templates/server_ip_map_edit.htm",
5252
'fields' => array (

interface/web/admin/templates/server_ip_map_edit.htm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<h1><tmpl_var name="list_head_txt"></h1>
33
</div>
44
<p><tmpl_var name="list_desc_txt"></p>
5-
<legend>IP Address Mapping</legend>
65
<div class="form-group">
76
<label for="server_id" class="col-sm-3 control-label">{tmpl_var name='server_id_txt'}</label>
87
<div class="col-sm-9">

0 commit comments

Comments
 (0)