Projet

Général

Profil

« Précédent | Suivant » 

Révision 793e2a41

Ajouté par Colin Fleming il y a presque 10 ans

Tidy up "system_gateway_groups.php" XHTML

Change P tag to BR tag
Add missing closing TD tags
Change TR row to a hidden row

Voir les différences:

usr/local/www/system_gateway_groups.php
107 107
<form action="system_gateway_groups.php" method="post">
108 108
<input type="hidden" name="y1" value="1" />
109 109
<?php if ($savemsg) print_info_box($savemsg); ?>
110
<?php if (is_subsystem_dirty('staticroutes')): ?><p>
111
<?php print_info_box_np(sprintf(gettext("The gateway configuration has been changed.%sYou must apply the changes in order for them to take effect."), "<br />"));?><br /></p>
110
<?php if (is_subsystem_dirty('staticroutes')): ?><br/>
111
<?php print_info_box_np(sprintf(gettext("The gateway configuration has been changed.%sYou must apply the changes in order for them to take effect."), "<br />"));?><br /><br />
112 112
<?php endif; ?>
113 113
	<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="system groups">
114 114
		<tr>
......
183 183
                  <td valign="middle" class="list nowrap">
184 184
			<table border="0" cellspacing="0" cellpadding="1" summary="edit">
185 185
			   <tr>
186
				<td><a href="system_gateway_groups_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" alt="edit" /></a>
186
				<td><a href="system_gateway_groups_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" alt="edit" /></a></td>
187 187
				<td><a href="system_gateway_groups.php?act=del&amp;id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this gateway group?");?>')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" alt="delete" /></a></td>
188 188
			   </tr>
189 189
			   <tr>
......
191 191
				<td><a href="system_gateway_groups_edit.php?dup=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0" alt="duplicate" /></a></td>
192 192
			   </tr>
193 193
			</table>
194

  
194
                  </td>
195 195
		</tr>
196 196
			  <?php $i++; endforeach; ?>
197
                <tr><td>&nbsp;</td></tr>
197
                <tr style="display:none;"><td></td></tr>
198 198
		</tbody>
199 199
			</table>
200 200
			</div>

Formats disponibles : Unified diff