diff --git a/ui/ui/hotspot.tpl b/ui/ui/hotspot.tpl
index bdb8bbd..1c466ce 100644
--- a/ui/ui/hotspot.tpl
+++ b/ui/ui/hotspot.tpl
@@ -50,7 +50,8 @@
{$ds['validity']} {$ds['validity_unit']} |
{$ds['routers']} |
- {$_L['Edit']}
+ {$_L['Edit']}
+ {$_L['Delete']}
|
{/foreach}
diff --git a/ui/ui/pool.tpl b/ui/ui/pool.tpl
index f631a94..0a83e14 100644
--- a/ui/ui/pool.tpl
+++ b/ui/ui/pool.tpl
@@ -46,7 +46,7 @@
{$ds['routers']} |
{$_L['Edit']}
+ class="btn btn-info btn-xs">{$_L['Edit']}
{$_L['Delete']}
|
diff --git a/ui/ui/pppoe.tpl b/ui/ui/pppoe.tpl
index 4e59bd8..f71be73 100644
--- a/ui/ui/pppoe.tpl
+++ b/ui/ui/pppoe.tpl
@@ -46,7 +46,8 @@
{$ds['pool']} |
{$ds['routers']} |
- {$_L['Edit']}
+ {$_L['Edit']}
+ {$_L['Delete']}
|
{/foreach}
diff --git a/ui/ui/prepaid.tpl b/ui/ui/prepaid.tpl
index 65248ff..dce05ac 100644
--- a/ui/ui/prepaid.tpl
+++ b/ui/ui/prepaid.tpl
@@ -49,7 +49,7 @@
{$ds['routers']} |
{$_L['Edit']}
- {* {$_L['Delete']} *}
+ {$_L['Delete']}
|
{/foreach}
diff --git a/ui/ui/routers.tpl b/ui/ui/routers.tpl
index 2f4afed..13345c7 100644
--- a/ui/ui/routers.tpl
+++ b/ui/ui/routers.tpl
@@ -49,7 +49,8 @@
{if $ds['enabled'] == 1}Enabled{else}Disabled{/if} |
{$_L['Edit']}
+ class="btn btn-info btn-xs">{$_L['Edit']}
+ {$_L['Delete']}
|
{/foreach}