Skip to content

Commit

Permalink
Use same URL
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Jan 28, 2019
1 parent 23b4300 commit cf70339
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<?php foreach ($items as $item) : ?>
<tr>
<td>
<a title="<?php echo $item->id?>" href="<?php echo erLhcoreClassDesign::baseurl('genericbot/exception')?>/<?php echo $item->id?>"><?php echo htmlspecialchars($item->name)?></a>
<a title="<?php echo $item->id?>" href="<?php echo erLhcoreClassDesign::baseurl('genericbot/editexception')?>/<?php echo $item->id?>"><?php echo htmlspecialchars($item->name)?></a>
</td>
<td><a class="btn btn-secondary btn-xs" href="<?php echo erLhcoreClassDesign::baseurl('genericbot/editexception')?>/<?php echo $item->id?>"><?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('user/userlist','Edit');?></a></td>
<td><a class="btn btn-danger btn-xs csfr-required" onclick="return confirm('<?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('kernel/messages','Are you sure?');?>')" href="<?php echo erLhcoreClassDesign::baseurl('genericbot/deleteexception')?>/<?php echo $item->id?>"><?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('user/userlist','Delete');?></a></td>
Expand Down

0 comments on commit cf70339

Please sign in to comment.