Revision f74457df
Added by Stephen Beaver almost 10 years ago
src/usr/local/www/system_routes.php | ||
---|---|---|
298 | 298 |
</td> |
299 | 299 |
<td> |
300 | 300 |
<a href="system_routes_edit.php?id=<?=$i?>" class="fa fa-pencil" title="<?=gettext('Edit')?>"></a> |
301 |
|
|
301 |
|
|
302 | 302 |
<a href="system_routes_edit.php?dup=<?=$i?>" class="fa fa-clone" title="<?=gettext('Copy')?>"></a> |
303 |
|
|
303 |
|
|
304 | 304 |
<?php if (isset($route['disabled'])) { |
305 |
?>
|
|
305 |
?> |
|
306 | 306 |
<a href="?act=toggle&id=<?=$i?>" class="fa fa-check-square-o" title="<?=gettext('Enable')?>"></a> |
307 | 307 |
<?php } else { |
308 | 308 |
?> |
309 | 309 |
<a href="?act=toggle&id=<?=$i?>" class="fa fa-ban" title="<?=gettext('Disable')?>"></a> |
310 | 310 |
<?php } |
311 |
?>
|
|
311 |
?> |
|
312 | 312 |
<a href="system_routes.php?act=del&id=<?=$i?>" class="fa fa-trash" title="<?=gettext('Delete')?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this route?")?>')"></a> |
313 | 313 |
|
314 | 314 |
</td> |
... | ... | |
316 | 316 |
</tr> |
317 | 317 |
</table> |
318 | 318 |
|
319 |
<nav class="action-buttons"> |
|
320 |
<a href="system_routes_edit.php" role="button" class="btn btn-success"> |
|
321 |
<?=gettext("add new route")?> |
|
319 |
<nav class="action-buttons" style="margin-top: 10px;"> |
|
320 |
<a href="system_routes_edit.php" role="button" class="btn btn-success btn-sm"> |
|
321 |
<i class="fa fa-plus" style="font-size:15px; vertical-align: middle; margin-right: 6px;"></i> |
|
322 |
<?=gettext("Add")?> |
|
322 | 323 |
</a> |
323 | 324 |
</nav> |
324 | 325 |
<?php |
Also available in: Unified diff
Updated button styles