Revision 1e2ee714
Added by Scott Ullrich over 14 years ago
usr/local/www/services_captiveportal_hostname.php | ||
---|---|---|
89 | 89 |
?> |
90 | 90 |
<?php include("fbegin.inc"); ?> |
91 | 91 |
<body link="#0000CC" vlink="#0000CC" alink="#0000CC"> |
92 |
<form action="services_captiveportal_ip.php" method="post">
|
|
92 |
<form action="services_captiveportal_hostname.php" method="post">
|
|
93 | 93 |
<?php if ($savemsg) print_info_box($savemsg); ?> |
94 | 94 |
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
95 | 95 |
<tr><td class="tabnavtbl"> |
... | ... | |
140 | 140 |
<?=htmlspecialchars($ip['descr']);?> |
141 | 141 |
</td> |
142 | 142 |
<td valign="middle" nowrap class="list"> <a href="services_captiveportal_hostname_edit.php?id=<?=$i;?>"><img src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_e.gif" title="<?=gettext("edit address"); ?>" width="17" height="17" border="0"></a> |
143 |
<a href="services_captiveportal_ip.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this address?"); ?>')"><img src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_x.gif" title="<?=gettext("delete address"); ?>" width="17" height="17" border="0"></a></td>
|
|
143 |
<a href="services_captiveportal_hostname.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this address?"); ?>')"><img src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_x.gif" title="<?=gettext("delete address"); ?>" width="17" height="17" border="0"></a></td>
|
|
144 | 144 |
</tr> |
145 | 145 |
<?php $i++; endforeach; ?> |
146 | 146 |
<tr> |
Also available in: Unified diff
Redirect to correct page