Home
last modified time | relevance | path

Searched refs:thePageIcon (Results 1 – 2 of 2) sorted by relevance

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/View/
H A DPageTreeView.php53 * @param string $thePageIcon Icon IMG code
57 public function wrapIcon($thePageIcon, $row) argument
71 … $thePageIcon = BackendUtility::wrapClickMenuOnIcon($thePageIcon, 'pages', $row['uid'], 'tree');
74 …$thePageIcon = '<a href="#" onclick="' . htmlspecialchars($aOnClick) . '">' . $thePageIcon . '</a>…
77 … class="list-tree-icon dragIcon" id="dragIconID_' . $row['uid'] . '">' . $thePageIcon . '</span> ';
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/View/
H A DPageTreeView.php54 * @param string $thePageIcon Icon IMG code
58 public function wrapIcon($thePageIcon, $row) argument
72 … $thePageIcon = BackendUtility::wrapClickMenuOnIcon($thePageIcon, 'pages', $row['uid'], 'tree');
75 …$thePageIcon = '<a href="#" onclick="' . htmlspecialchars($aOnClick) . '">' . $thePageIcon . '</a>…
78 … class="list-tree-icon dragIcon" id="dragIconID_' . $row['uid'] . '">' . $thePageIcon . '</span> ';