summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system_authservers.php')
-rw-r--r--usr/local/www/system_authservers.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php
index 698a6be..fc7cef0 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -511,7 +511,7 @@ function select_clicked() {
<td width="78%" class="vtable">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
- <td><?=gettext("Level");?>: &nbsp;</td>
+ <td><?=gettext("Level:");?> &nbsp;</td>
<td>
<select name='ldap_scope' id='ldap_scope' class="formselect">
<?php
@@ -526,7 +526,7 @@ function select_clicked() {
</td>
</tr>
<tr>
- <td><?=gettext("Base DN");?>: &nbsp;</td>
+ <td><?=gettext("Base DN:");?> &nbsp;</td>
<td>
<input name="ldap_basedn" type="text" class="formfld unknown" id="ldap_basedn" size="40" value="<?=htmlspecialchars($pconfig['ldap_basedn']);?>"/>
</td>
@@ -540,7 +540,7 @@ function select_clicked() {
<td width="78%" class="vtable">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
- <td><?=gettext("Containers");?>: &nbsp;</td>
+ <td><?=gettext("Containers:");?> &nbsp;</td>
<td>
<input name="ldapauthcontainers" type="text" class="formfld unknown" id="ldapauthcontainers" size="40" value="<?=htmlspecialchars($pconfig['ldap_authcn']);?>"/>
<input type="button" onClick="select_clicked();" value="<?=gettext("Select");?>">
@@ -570,13 +570,13 @@ function select_clicked() {
<td colspan="2"></td>
</tr>
<tr>
- <td><?=gettext("User DN");?>: &nbsp;</td>
+ <td><?=gettext("User DN:");?> &nbsp;</td>
<td>
<input name="ldap_binddn" type="text" class="formfld unknown" id="ldap_binddn" size="40" value="<?=htmlspecialchars($pconfig['ldap_binddn']);?>"/><br/>
</td>
</tr>
<tr>
- <td><?=gettext("Password");?>: &nbsp;</td>
+ <td><?=gettext("Password:");?> &nbsp;</td>
<td>
<input name="ldap_bindpw" type="password" class="formfld pwd" id="ldap_bindpw" size="20" value="<?=htmlspecialchars($pconfig['ldap_bindpw']);?>"/><br/>
</td>
@@ -749,11 +749,11 @@ ldap_bindchange();
ldap_urlchange();
<?php if (!isset($id)): ?>
ldap_tmplchange();
-<? endif; ?>
-<? endif; ?>
+<?php endif; ?>
+<?php endif; ?>
<?php if (!isset($id) || $pconfig['type'] == "radius"): ?>
radius_srvcschange();
-<? endif; ?>
+<?php endif; ?>
//-->
</script>
</body>
OpenPOWER on IntegriCloud