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 @@ -567,12 +567,12 @@ public function displayBtnToLinkissueGlpi($item) {
567
567
echo "<tr class='tab_bg_1'> " ;
568
568
569
569
echo "<td style='text-align: center;'> " ;
570
- echo "<input onclick='popupLinkGlpiIssuetoMantisIssue.dialog( \" open \" );'
570
+ echo "<input onclick='popupLinkGlpiIssuetoMantisIssue.show( );'
571
571
value=' " . __ ('Link to an existing MantisBT issue ' , 'mantis ' ) . "'
572
572
class='submit' style='width : 200px;'></td> " ;
573
573
574
574
echo "<td style='text-align: center;'> " ;
575
- echo "<input onclick='popupLinkGlpiIssuetoMantisProject.dialog( \" open \" );'
575
+ echo "<input onclick='popupLinkGlpiIssuetoMantisProject.show( );'
576
576
value=' " . __ ('Create a new MantisBT issue ' , 'mantis ' ) . "'
577
577
class='submit' style='width : 250px;'></td> " ;
578
578
@@ -982,7 +982,7 @@ private function getFormForDisplayInfo($item, $itemType) {
982
982
if ($ can_write && !$ neutralize_escalation ) {
983
983
echo "<td class = 'center'> " ;
984
984
echo "<img src=' " . $ web_dir . "/pics/bin16.png'
985
- onclick='popupToDelete " . $ row ['id ' ] . ".dialog( \" open \" )'
985
+ onclick='popupToDelete " . $ row ['id ' ] . ".show( )'
986
986
style='cursor: pointer;' title=' " . __ ('Delete ' ) . "'/></td> " ;
987
987
} else {
988
988
echo "<td>-</td> " ;
You can’t perform that action at this time.
0 commit comments