mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
dhcp: v6 style #2440
This commit is contained in:
parent
e541a547e9
commit
161ea34ace
@ -642,7 +642,7 @@ include("head.inc");
|
||||
foreach($numberoptions as $item):?>
|
||||
<tr>
|
||||
<td>
|
||||
<div style="cursor:pointer;" class="act-removerow btn btn-default btn-xs" alt="remove"><span class="glyphicon glyphicon-minus"></span></div>
|
||||
<div style="cursor:pointer;" class="act-removerow btn btn-default btn-xs" alt="remove"><i class="fa fa-minus fa-fw"></i></div>
|
||||
</td>
|
||||
<td>
|
||||
<input name="numberoptions_number[]" type="text" value="<?=$item['number'];?>" />
|
||||
@ -689,7 +689,7 @@ include("head.inc");
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<div id="addNew" style="cursor:pointer;" class="btn btn-default btn-xs" alt="add"><span class="glyphicon glyphicon-plus"></span></div>
|
||||
<div id="addNew" style="cursor:pointer;" class="btn btn-default btn-xs" alt="add"><i class="fa fa-plus fa-fw"></i></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
@ -725,8 +725,8 @@ include("head.inc");
|
||||
<td><?=gettext("IPv6 address");?></td>
|
||||
<td><?=gettext("Hostname");?></td>
|
||||
<td><?=gettext("Description");?></td>
|
||||
<td>
|
||||
<a href="services_dhcpv6_edit.php?if=<?=$if;?>" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-plus"></span></a>
|
||||
<td class="text-nowrap">
|
||||
<a href="services_dhcpv6_edit.php?if=<?=$if;?>" class="btn btn-default btn-xs"><i class="fa fa-plus fa-fw"></i></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
@ -738,9 +738,9 @@ include("head.inc");
|
||||
<td><?=isset($mapent['ipaddrv6']) ? htmlspecialchars($mapent['ipaddrv6']) : "";?></td>
|
||||
<td><?=htmlspecialchars($mapent['hostname']);?></td>
|
||||
<td><?=htmlspecialchars($mapent['descr']);?></td>
|
||||
<td>
|
||||
<a href="services_dhcpv6_edit.php?if=<?=$if;?>&id=<?=$i;?>" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-pencil"></span></a>
|
||||
<button type="button" data-if="<?=$if;?>" data-id="<?=$i;?>" class="act_delete_static btn btn-xs btn-default"><span class="fa fa-trash text-muted"></span></button>
|
||||
<td class="text-nowrap">
|
||||
<a href="services_dhcpv6_edit.php?if=<?=$if;?>&id=<?=$i;?>" class="btn btn-default btn-xs"><i class="fa fa-pencil fa-fw"></i></a>
|
||||
<button type="button" data-if="<?=$if;?>" data-id="<?=$i;?>" class="act_delete_static btn btn-xs btn-default"><i class="fa fa-trash fa-fw"></i></button>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user