Skip to content

Commit

Permalink
Update index.phtml
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex authored Jul 9, 2020
1 parent 662d5fb commit 32c9fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/hjt/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
<td>
<?php } ?>
<?php if (\AE97\Panel\Authentication::checkPermission('hjt.edit')) { ?>
<a style="width:60px" class="btn btn-xs btn-default" href="edit/<?php echo $val['id']; ?>"}">Edit</a>
<a style="width:60px" class="btn btn-xs btn-default" href="/hjt/edit/<?php echo $val['id']; ?>"}">Edit</a>
<?php } ?>
<?php if (\AE97\Panel\Authentication::checkPermission('hjt.delete')) { ?>
<a style="width:60px" class="btn btn-xs btn-default" href="delete/<?php echo $val['id']; ?>"}">Delete</a>
<a style="width:60px" class="btn btn-xs btn-default" href="/hjt/delete/<?php echo $val['id']; ?>"}">Delete</a>
<?php } ?>
<?php if ((\AE97\Panel\Authentication::checkPermission('hjt.edit')) || (\AE97\Panel\Authentication::checkPermission('hjt.delete'))) { ?>
</td>
Expand Down

0 comments on commit 32c9fe6

Please sign in to comment.