Project

General

Profile

« Previous | Next » 

Revision 8cd558b6

Added by ayvis over 11 years ago

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

View differences:

usr/local/www/system_authservers.php
82 82
	unset($a_server[$_GET['id']]);
83 83

  
84 84
	$savemsg = gettext("Authentication Server")." {$serverdeleted} ".
85
				gettext("deleted")."<br/>";
85
				gettext("deleted")."<br />";
86 86
	write_config($savemsg);
87 87
}
88 88

  
......
542 542
									<option value="<?=$ca['refid'];?>" <?=$selected;?>><?=$ca['descr'];?></option>
543 543
                                                        <?php	endforeach; ?>
544 544
								</select>
545
								<br/><span><?=gettext("This option is used if 'SSL Encrypted' option is choosen.");?> <br/>
545
								<br /><span><?=gettext("This option is used if 'SSL Encrypted' option is choosen.");?> <br />
546 546
								<?=gettext("It must match with the CA in the AD otherwise problems will arise.");?></span>
547 547
                                                        <?php else: ?>
548
                                                                <b>No Certificate Authorities defined.</b> <br/>Create one under <a href="system_camanager.php">System &gt; Cert Manager</a>.
548
                                                                <b>No Certificate Authorities defined.</b> <br />Create one under <a href="system_camanager.php">System &gt; Cert Manager</a>.
549 549
                                                        <?php endif; ?>
550 550
                                                        </td>
551 551
						</tr>
......
647 647
									<tr>
648 648
										<td><?=gettext("User DN:");?> &nbsp;</td>
649 649
										<td>
650
											<input name="ldap_binddn" type="text" class="formfld unknown" id="ldap_binddn" size="40" value="<?=htmlspecialchars($pconfig['ldap_binddn']);?>"/><br/>
650
											<input name="ldap_binddn" type="text" class="formfld unknown" id="ldap_binddn" size="40" value="<?=htmlspecialchars($pconfig['ldap_binddn']);?>"/><br />
651 651
										</td>
652 652
									</tr>
653 653
									<tr>
654 654
										<td><?=gettext("Password:");?> &nbsp;</td>
655 655
										<td>
656
											<input name="ldap_bindpw" type="password" class="formfld pwd" id="ldap_bindpw" size="20" value="<?=htmlspecialchars($pconfig['ldap_bindpw']);?>"/><br/>
656
											<input name="ldap_bindpw" type="password" class="formfld pwd" id="ldap_bindpw" size="20" value="<?=htmlspecialchars($pconfig['ldap_bindpw']);?>"/><br />
657 657
										</td>
658 658
									</tr>
659 659
								</table>

Also available in: Unified diff