summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-31 23:52:12 +0100
committerheper <heper@users.noreply.github.com>2015-10-31 23:52:12 +0100
commit370358b833bf10bf0f35aa12178966b60baace7a (patch)
tree0f1a0fce4f09493e0e25bfb653fa1eadabf9d487
parent80ec2e8c64bce1ec5b7c91c0109c95f73338333a (diff)
downloadpfsense-370358b833bf10bf0f35aa12178966b60baace7a.zip
pfsense-370358b833bf10bf0f35aa12178966b60baace7a.tar.gz
convert services_wol to fa
-rw-r--r--src/usr/local/www/services_wol.php10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/usr/local/www/services_wol.php b/src/usr/local/www/services_wol.php
index ceb6cb0..d99a946 100644
--- a/src/usr/local/www/services_wol.php
+++ b/src/usr/local/www/services_wol.php
@@ -212,12 +212,8 @@ print $form;
<?=htmlspecialchars($wolent['descr']);?>
</td>
<td>
- <a class="btn btn-xs btn-primary" href="services_wol_edit.php?id=<?=$i?>">
- edit
- </a>
- <a class="btn btn-xs btn-danger" href="services_wol.php?act=del&amp;id=<?=$i?>">
- delete
- </a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit device')?>" href="services_wol_edit.php?id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete device')?>" href="services_wol.php?act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this device?")?>')"></a>
</td>
</tr>
<?php endforeach?>
@@ -238,4 +234,4 @@ print $form;
<?php
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud