This repository was archived by the owner on Oct 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -572,12 +572,12 @@ public function displayBtnToLinkissueGlpi($item) {
572
572
echo "<tr class='tab_bg_1'> " ;
573
573
574
574
echo "<td style='text-align: center;'> " ;
575
- echo "<input onclick='popupLinkGlpiIssuetoMantisIssue.dialog( \" open \" );'
575
+ echo "<input onclick='popupLinkGlpiIssuetoMantisIssue.show( );'
576
576
value=' " . __ ('Link to an existing MantisBT issue ' , 'mantis ' ) . "'
577
577
class='submit' style='width : 200px;'></td> " ;
578
578
579
579
echo "<td style='text-align: center;'> " ;
580
- echo "<input onclick='popupLinkGlpiIssuetoMantisProject.dialog( \" open \" );'
580
+ echo "<input onclick='popupLinkGlpiIssuetoMantisProject.show( );'
581
581
value=' " . __ ('Create a new MantisBT issue ' , 'mantis ' ) . "'
582
582
class='submit' style='width : 250px;'></td> " ;
583
583
@@ -987,7 +987,7 @@ private function getFormForDisplayInfo($item, $itemType) {
987
987
if ($ can_write && !$ neutralize_escalation ) {
988
988
echo "<td class = 'center'> " ;
989
989
echo "<img src=' " . $ web_dir . "/pics/bin16.png'
990
- onclick='popupToDelete " . $ row ['id ' ] . ".dialog( \" open \" )'
990
+ onclick='popupToDelete " . $ row ['id ' ] . ".show( )'
991
991
style='cursor: pointer;' title=' " . __ ('Delete ' ) . "'/></td> " ;
992
992
} else {
993
993
echo "<td>-</td> " ;
You can’t perform that action at this time.
0 commit comments