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/firewall_aliases.php
165 165
<form action="firewall_aliases.php" method="post">
166 166
<?php if ($savemsg) print_info_box($savemsg); ?>
167 167
<?php if (is_subsystem_dirty('aliases')): ?><p>
168
<?php print_info_box_np(gettext("The alias list has been changed.") . "<br/>" . gettext("You must apply the changes in order for them to take effect."));?>
168
<?php print_info_box_np(gettext("The alias list has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));?>
169 169
<?php endif; ?>
170 170
<?php pfSense_handle_custom_code("/usr/local/pkg/firewall_aliases/pre_table"); ?>
171 171
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="firewall aliases">
......
231 231
						<td class="listr" ondblclick="document.location='firewall_aliases_edit.php?id=<?=$i;?>';">
232 232
						<?php
233 233
						if ($alias["url"]) {
234
							echo $alias["url"] . "<br/>";
234
							echo $alias["url"] . "<br />";
235 235
						} else {
236 236
							if(is_array($alias["aliasurl"])) {
237 237
								$aliasurls = implode(", ", array_slice($alias["aliasurl"], 0, 10));
238 238
								echo $aliasurls;
239 239
								if(count($aliasurls) > 10) {
240
									echo "...<br/>";
240
									echo "...<br />";
241 241
								}
242
								echo "<br/>\n";
242
								echo "<br />\n";
243 243
							}
244 244
							$tmpaddr = explode(" ", $alias['address']);
245 245
							$addresses = implode(", ", array_slice($tmpaddr, 0, 10));
......
287 287

  
288 288
					<tr>
289 289
						<td class="tabcont" colspan="3">
290
							<p><span class="vexpl"><span class="red"><strong><?=gettext("Note:"); ?><br/></strong></span></span></p><div style="overflow:hidden; text-align:justify;"><p><span class="vexpl"><?=gettext("Aliases act as placeholders for real hosts, networks or ports. They can be used to minimize the number of changes that have to be made if a host, network or port changes. You can enter the name of an alias instead of the host, network or port in all fields that have a red background. The alias will be resolved according to the list above. If an alias cannot be resolved (e.g. because you deleted it), the corresponding element (e.g. filter/NAT/shaper rule) will be considered invalid and skipped."); ?></span></p></div>
290
							<p><span class="vexpl"><span class="red"><strong><?=gettext("Note:"); ?><br /></strong></span></span></p><div style="overflow:hidden; text-align:justify;"><p><span class="vexpl"><?=gettext("Aliases act as placeholders for real hosts, networks or ports. They can be used to minimize the number of changes that have to be made if a host, network or port changes. You can enter the name of an alias instead of the host, network or port in all fields that have a red background. The alias will be resolved according to the list above. If an alias cannot be resolved (e.g. because you deleted it), the corresponding element (e.g. filter/NAT/shaper rule) will be considered invalid and skipped."); ?></span></p></div>
291 291
						</td>
292 292
					</tr>
293 293
				</table>

Also available in: Unified diff