File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 7575 < div class ="actions-panel clearfix ">
7676 < div class ="actions-panel__col actions-panel__edit shortcut-enter " key-action ="href "> < a href ="/edit/package/?package=<?=$key?>&token=<?=$_SESSION['token']?> " title ="<?=_('Editing Package')?> "> < i class ="fas fa-pencil-alt status-icon orange status-icon dim "> </ i > </ a > </ div >
7777 < div class ="actions-panel__col actions-panel__edit " key-action ="href "> < a href ="/copy/package/?package=<?=$key?>&token=<?=$_SESSION['token']?> " title ="<?=_('Copy')?> "> < i class ="fas fa-clone status-icon teal status-icon dim "> </ i > </ a > </ div >
78+ < ?php if ($key !== "default") {?>
7879 < div class ="actions-panel__col actions-panel__delete shortcut-delete " key-action ="js ">
7980 < a id ="delete_link_<?=$i?> " class ="data-controls do_delete " title ="<?=_('Delete')?> ">
8081 < i class ="fas fa-trash status-icon red status-icon dim do_delete "> </ i >
8485 </ div >
8586 </ a >
8687 </ div >
88+ < ? } ?>
8789 </ div >
8890 </ div >
8991 </ div >
You can’t perform that action at this time.
0 commit comments