Projet

Général

Profil

« Précédent | Suivant » 

Révision 56898132

Ajouté par Colin Fleming il y a presque 10 ans

Tidy up misc. widgets XHTML

captive_portal_status.widget.php
Remove NAME from TABLE tag, not valid in XHTML

carp_status.widget.php
Add missing closing TD tag

dyn_dns_status.widget.php and
installed_packages.widgete.php
Update TD class to single line

load_balancer_status.widget.php
Add quotes to missing TD background colour

traffic_graphs.widget.php
Tidy up HTML Boolean operator
Make NAME and ID in INPUT tag unique

wake_on_lan.widget.php
Remove B tag from "widgetsubheader", alread in CSS
Center message across all columns within table

Voir les différences:

usr/local/www/widgets/widgets/installed_packages.widget.php
70 70
				<td class="listlr">
71 71
					<?= $pkg['name'] ?>
72 72
				</td>
73
				<td class="listlr">
73
				<td class="listr">
74 74
					<?= $pkg['category'] ?>
75 75
				</td>
76
				<td class="listlr">
76
				<td class="listr">
77 77
				<?php
78 78
				$latest_package = $currentvers[$pkg['name']]['version'];
79 79
				if($latest_package == false) {

Formats disponibles : Unified diff