@@ -57,7 +57,7 @@ |
||
| 57 | 57 | protected function getViewIcon(array $row, $pageUid, $apiPid, $insideText, $class) |
| 58 | 58 | { |
| 59 | 59 | |
| 60 | - $previewMets = BackendUtility::getViewDomain($pageUid) . '/index.php?id='.$apiPid.'&tx_dpf[qid]=' . $row['uid'] . '&tx_dpf[action]=' . $row['action']; |
|
| 60 | + $previewMets = BackendUtility::getViewDomain($pageUid) . '/index.php?id=' . $apiPid . '&tx_dpf[qid]=' . $row['uid'] . '&tx_dpf[action]=' . $row['action']; |
|
| 61 | 61 | |
| 62 | 62 | $additionalGetVars = '&tx_dlf[id]=' . urlencode($previewMets) . '&no_cache=1'; |
| 63 | 63 | $title = \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate('manager.tooltip.preview', 'dpf', $arguments = null); |
@@ -41,7 +41,7 @@ |
||
| 41 | 41 | protected function getViewIcon($row, $pageUid, $apiPid, $insideText, $class) |
| 42 | 42 | { |
| 43 | 43 | |
| 44 | - $dataCite = BackendUtility::getViewDomain($pageUid) . '/index.php?id='.$apiPid.'&tx_dpf[qid]=' . $row['uid'] . '&tx_dpf[action]=' . $row['action']; |
|
| 44 | + $dataCite = BackendUtility::getViewDomain($pageUid) . '/index.php?id=' . $apiPid . '&tx_dpf[qid]=' . $row['uid'] . '&tx_dpf[action]=' . $row['action']; |
|
| 45 | 45 | |
| 46 | 46 | $title = \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate('manager.tooltip.datacite', 'dpf', $arguments = null); |
| 47 | 47 | $icon = '<a href="' . $dataCite . '" data-toggle="tooltip" class="' . $class . '" title="' . $title . '">' . $insideText . '</a>'; |