Skip to content

Commit

Permalink
Eoxia#81 [ShortneterClass] add: manage iframe with saturne
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-kilyan committed Nov 6, 2024
1 parent 961475b commit 0578483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/shortener.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ public function displayObjectDetails(CommonObject $object): string
$out .= $form->textwithpicto('', $langs->trans('ShowQRCode'));
$out .= '</td>';
$out .= '<td>' . $langs->trans('OriginalUrl') . '</td>';
$out .= '<td class="center">' . dolButtonToOpenUrlInDialogPopup('assignShortener', $langs->transnoentities('AssignShortener'), '<span class="fa fa fa-link valignmiddle btnTitle-icon" title="' . $langs->trans('Assign') . '"></span>', '/custom/easyurl/view/shortener/shortener_card.php?element_type=' . $element_type . '&fk_element=' . $object->id . '&from_element=1&action=edit_assign&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $object->id), '', 'btnTitle') . '</td>';
$out .= '<td class="center">' . dolButtonToOpenUrlInDialogPopup('assignShortener', $langs->transnoentities('AssignShortener'), '<span class="fa fa fa-link valignmiddle btnTitle-icon" title="' . $langs->trans('Assign') . '"></span>', '/custom/easyurl/view/shortener/shortener_card.php?element_type=' . $element_type . '&fk_element=' . $object->id . '&from_element=1&action=edit_assign&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $object->id), '', 'btnTitle', 'window.saturne.toolbox.checkIframeCreation();') . '</td>';
$out .= '</thead></tr>';
$out .= '<tbody>';

Expand Down

0 comments on commit 0578483

Please sign in to comment.