summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager.php
diff options
context:
space:
mode:
authorayvis <ayvis.infra@gmail.com>2014-03-14 21:24:03 +0100
committerayvis <ayvis.infra@gmail.com>2014-03-14 21:24:03 +0100
commit8cd558b61b9c24ee109993d8e76ddc4870ffa4fa (patch)
tree528f7b2f8ea80e0779907147273d99008e31b5d6 /usr/local/www/system_usermanager.php
parente1d68dde59717fc5f125796f07070a654e28ec43 (diff)
downloadpfsense-8cd558b61b9c24ee109993d8e76ddc4870ffa4fa.zip
pfsense-8cd558b61b9c24ee109993d8e76ddc4870ffa4fa.tar.gz
xhtml Compliance
replaced <br>, <br/> and </br> with <br />
Diffstat (limited to 'usr/local/www/system_usermanager.php')
-rw-r--r--usr/local/www/system_usermanager.php30
1 files changed, 15 insertions, 15 deletions
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php
index a424932..1dc1e05 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -90,7 +90,7 @@ if ($_GET['act'] == "deluser") {
unset($a_user[$id]);
write_config();
$savemsg = gettext("User")." {$userdeleted} ".
- gettext("successfully deleted")."<br/>";
+ gettext("successfully deleted")."<br />";
}
else if ($_GET['act'] == "delpriv") {
@@ -105,7 +105,7 @@ else if ($_GET['act'] == "delpriv") {
write_config();
$_GET['act'] = "edit";
$savemsg = gettext("Privilege")." {$privdeleted} ".
- gettext("successfully deleted")."<br/>";
+ gettext("successfully deleted")."<br />";
}
else if ($_GET['act'] == "expcert") {
@@ -158,7 +158,7 @@ else if ($_GET['act'] == "delcert") {
write_config();
$_GET['act'] = "edit";
$savemsg = gettext("Certificate")." {$certdeleted} ".
- gettext("association removed.")."<br/>";
+ gettext("association removed.")."<br />";
}
else if ($_GET['act'] == "new") {
/*
@@ -498,7 +498,7 @@ function sshkeyClicked(obj) {
<td width="22%" valign="top" class="vncell"><?=gettext("Full name");?></td>
<td width="78%" class="vtable">
<input name="descr" type="text" class="formfld unknown" id="descr" size="20" value="<?=htmlspecialchars($pconfig['descr']);?>" <?=$ro;?> />
- <br/>
+ <br />
<?=gettext("User's full name, for your own information only");?>
</td>
</tr>
@@ -506,7 +506,7 @@ function sshkeyClicked(obj) {
<td width="22%" valign="top" class="vncell"><?=gettext("Expiration date"); ?></td>
<td width="78%" class="vtable">
<input name="expires" type="text" class="formfld unknown" id="expires" size="10" value="<?=htmlspecialchars($pconfig['expires']);?>" />
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Leave blank if the account shouldn't expire, otherwise enter the expiration date in the following format: mm/dd/yyyy"); ?></span></td>
</tr>
<tr>
@@ -515,8 +515,8 @@ function sshkeyClicked(obj) {
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0" summary="group membership">
<tr>
<td align="center" width="50%">
- <strong><?=gettext("Not Member Of"); ?></strong><br/>
- <br/>
+ <strong><?=gettext("Not Member Of"); ?></strong><br />
+ <br />
<select size="10" style="width: 75%" name="notgroups[]" class="formselect" id="notgroups" onchange="clear_selected('groups')" multiple="multiple">
<?php
foreach ($config['system']['group'] as $group):
@@ -530,21 +530,21 @@ function sshkeyClicked(obj) {
</option>
<?php endforeach; ?>
</select>
- <br/>
+ <br />
</td>
<td>
- <br/>
+ <br />
<a href="javascript:move_selected('notgroups','groups')">
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_right.gif" title="<?=gettext("Add Groups"); ?>" alt="<?=gettext("Add Groups"); ?>" width="17" height="17" border="0" />
</a>
- <br/><br/>
+ <br /><br />
<a href="javascript:move_selected('groups','notgroups')">
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_left.gif" title="<?=gettext("Remove Groups"); ?>" alt="<?=gettext("Remove Groups"); ?>" width="17" height="17" border="0" />
</a>
</td>
<td align="center" width="50%">
- <strong><?=gettext("Member Of"); ?></strong><br/>
- <br/>
+ <strong><?=gettext("Member Of"); ?></strong><br />
+ <br />
<select size="10" style="width: 75%" name="groups[]" class="formselect" id="groups" onchange="clear_selected('nogroups')" multiple="multiple">
<?php
if (is_array($pconfig['groups'])) {
@@ -560,7 +560,7 @@ function sshkeyClicked(obj) {
<?php endforeach;
} ?>
</select>
- <br/>
+ <br />
</td>
</tr>
</table>
@@ -760,7 +760,7 @@ function sshkeyClicked(obj) {
<td width="22%" valign="top" class="vncell"><?=gettext("Authorized keys");?></td>
<td width="78%" class="vtable">
<textarea name="authorizedkeys" cols="65" rows="7" id="authorizedkeys" class="formfld_cert" wrap="off"><?=htmlspecialchars($pconfig['authorizedkeys']);?></textarea>
- <br/>
+ <br />
<?=gettext("Paste an authorized keys file here.");?>
</td>
</tr>
@@ -810,7 +810,7 @@ function sshkeyClicked(obj) {
"the webConfigurator can be assigned directly or inherited from group memberships. " .
"An icon that appears grey indicates that it is a system defined object. " .
"Some system object properties can be modified but they cannot be deleted."); ?>
- <br/><br/>
+ <br /><br />
<?=gettext("Accounts created here are also used for other parts of the system " .
"such as OpenVPN, IPsec, and Captive Portal.");?>
</p>
OpenPOWER on IntegriCloud