Revision 05c90549
Added by Seth Mos about 18 years ago
usr/local/www/vpn_pppoe_users.php | ||
---|---|---|
95 | 95 |
<tr> |
96 | 96 |
<td class="listhdrr">Username</td> |
97 | 97 |
<td class="listhdr">IP address</td> |
98 |
<td class="list"></td> |
|
99 |
</tr> |
|
98 |
<td class="list"> |
|
99 |
<table border="0" cellspacing="0" cellpadding="1"> |
|
100 |
<tr> |
|
101 |
<td width="17"></td> |
|
102 |
<td><a href="vpn_pppoe_users_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="add user" width="17" height="17" border="0"></a></td> |
|
103 |
</tr> |
|
104 |
</table> |
|
105 |
</td> |
|
106 |
</tr> |
|
100 | 107 |
<?php $i = 0; foreach ($a_secret as $secretent): ?> |
101 | 108 |
<tr> |
102 | 109 |
<td class="listlr"> |
... | ... | |
112 | 119 |
<?php $i++; endforeach; ?> |
113 | 120 |
<tr> |
114 | 121 |
<td class="list" colspan="2"></td> |
115 |
<td class="list"> <a href="vpn_pppoe_users_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="add user" width="17" height="17" border="0"></a></td> |
|
116 |
</tr> |
|
122 |
<td class="list"> |
|
123 |
<table border="0" cellspacing="0" cellpadding="1"> |
|
124 |
<tr> |
|
125 |
<td width="17"></td> |
|
126 |
<td><a href="vpn_pppoe_users_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="add user" width="17" height="17" border="0"></a></td> |
|
127 |
</tr> |
|
128 |
</table> |
|
129 |
</td> |
|
130 |
</tr> |
|
117 | 131 |
</table> |
118 | 132 |
</div> |
119 | 133 |
</td> |
Also available in: Unified diff
Add a plus button on the top header of these pages.
This to make it easier on large configurations.