File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
<td>
46
46
<?php } ?>
47
47
<?php if (\AE97 \Panel \Authentication::checkPermission ('hjt.edit ' )) { ?>
48
- <a style="width:60px" class="btn btn-xs btn-default" href="edit/<?php echo $ val ['id ' ]; ?> "}">Edit</a>
48
+ <a style="width:60px" class="btn btn-xs btn-default" href="/hjt/ edit/<?php echo $ val ['id ' ]; ?> "}">Edit</a>
49
49
<?php } ?>
50
50
<?php if (\AE97 \Panel \Authentication::checkPermission ('hjt.delete ' )) { ?>
51
- <a style="width:60px" class="btn btn-xs btn-default" href="delete/<?php echo $ val ['id ' ]; ?> "}">Delete</a>
51
+ <a style="width:60px" class="btn btn-xs btn-default" href="/hjt/ delete/<?php echo $ val ['id ' ]; ?> "}">Delete</a>
52
52
<?php } ?>
53
53
<?php if ((\AE97 \Panel \Authentication::checkPermission ('hjt.edit ' )) || (\AE97 \Panel \Authentication::checkPermission ('hjt.delete ' ))) { ?>
54
54
</td>
You can’t perform that action at this time.
0 commit comments