ChangeLog:3018: * Fixed bug #11718: Performance improvement: speed up function t3lib_iconWorks::skinImg() by caching the results ChangeLog:3248: * Fixed bug #11406: querygenerator/fullsearch doesn't use t3lib_iconWorks::skinImg, added alignment for images ChangeLog:4768: * Fixed bug #9773: Fallback for skinImg having forceFileExtension ChangeLog:9775: * Added possiblity to create dimmed icons by adding _i to the filename with t3lib_iconworks::skinImg(). t3lib\class.t3lib_admin.php:168: 'backPath,'gfx/ol/'.$PM.$BTM.'.gif','width="18" height="16"').' align="top" alt="" />'. t3lib\class.t3lib_admin.php:189: $genHTML = $depthData.'backPath,'gfx/ol/'.$LN.'.gif','width="18" height="16"').' align="top" alt="" />'.$versionLabel; t3lib\class.t3lib_admin.php:258: 'backPath,'gfx/ol/'.$PM.$BTM.'.gif','width="18" height="16"').' align="top" alt="" />'. t3lib\class.t3lib_admin.php:280: $genHTML = $depthData.'backPath,'gfx/ol/'.$LN.'.gif','width="18" height="16"').' align="top" alt="" />'; t3lib\class.t3lib_arraybrowser.php:117: $theIcon=''; t3lib\class.t3lib_arraybrowser.php:147: $HTML.=$this->tree($arr[$key], $depth, $depthData.''); t3lib\class.t3lib_befunc.php:4129: 'backPath, 'gfx/clip_cut.gif', '', 1).'\'); background-repeat: no-repeat;" value="" '.(($this->currentMode()=='copy')?'':'selected="selected"').'>'.$moveLabel .''; t3lib\class.t3lib_clipboard.php:326: $opt[]=''; t3lib\class.t3lib_clipboard.php:360: 'backPath,'gfx/thumb_'.($this->clipData['_setThumb']?'s':'n').'.gif','width="21" height="16"').' vspace="2" border="0" title="'.$this->clLabel('thumbmode_clip').'" alt="" />'. t3lib\class.t3lib_clipboard.php:435: $icon = 'backPath,'gfx/fileicons/'.$icon,'width="18" height="16"').' border="0" hspace="20" class="absmiddle" title="'.htmlspecialchars($fI['basename'].$size).'" alt="" />'; t3lib\class.t3lib_clipboard.php:444: 'backPath,'gfx/zoom2.gif','width="12" height="12"').' hspace="2" border="0" title="'.$this->clLabel('info','cm').'" alt="" />'. t3lib\class.t3lib_clipboard.php:445: 'backPath,'gfx/close_12h.gif','width="11" height="12"').' border="0" title="'.$this->clLabel('removeItem').'" alt="" />'. t3lib\class.t3lib_clipboard.php:462: 'backPath,'gfx/zoom2.gif','width="12" height="12"').' hspace="2" border="0" title="'.$this->clLabel('info','cm').'" alt="" />'. t3lib\class.t3lib_clipboard.php:463: 'backPath,'gfx/close_12h.gif','width="11" height="12"').' border="0" title="'.$this->clLabel('removeItem').'" alt="" />'. t3lib\class.t3lib_foldertree.php:198: $icon='backPath,'gfx/ol/'.($isOpen?'minus':'plus').'only.gif','width="18" height="16"').' alt="" />'; t3lib\class.t3lib_foldertree.php:217: $firstHtml.=$this->wrapIcon('backPath,$icon,'width="18" height="16"').' alt="" />',$val); t3lib\class.t3lib_foldertree.php:229: $depthD='backPath,'gfx/ol/blank.gif','width="18" height="16"').' alt="" />'; t3lib\class.t3lib_foldertree.php:285: $this->makeHTML ? $depthData.'backPath,'gfx/ol/'.$LN.'.gif','width="18" height="16"').' alt="" />' : '', t3lib\class.t3lib_foldertree.php:309: $HTML.=$this->wrapIcon('backPath,$icon,'width="18" height="16"').' alt="" />',$row); t3lib\class.t3lib_iconworks.php:44: * 264: function skinImg($backPath,$src,$wHattribs='',$outputMode=0) t3lib\class.t3lib_iconworks.php:155: self::skinImg($backPath, self::getIcon($table, $row, $shaded), 'width="18" height="16"') . t3lib\class.t3lib_iconworks.php:310: if (@is_file(dirname($absfile) . '/' . $iconFileName_stateTagged) || @is_file($GLOBALS['TBE_STYLES']['skinImgAutoCfg']['absDir'] . '/' . dirname($iconfile) . '/' . $iconFileName_stateTagged)) { // Look for [iconname]_xxxx.[ext] t3lib\class.t3lib_iconworks.php:329: * Returns the src=... for the input $src value OR any alternative found in $TBE_STYLES['skinImg'] t3lib\class.t3lib_iconworks.php:338: * @see skinImgFile() t3lib\class.t3lib_iconworks.php:340: public static function skinImg($backPath, $src, $wHattribs = '', $outputMode = 0) { t3lib\class.t3lib_iconworks.php:354: if ($GLOBALS['TBE_STYLES']['skinImg'][$srcKey]) { // Slower or faster with is_array()? Could be used. t3lib\class.t3lib_iconworks.php:355: list($src, $wHattribs) = $GLOBALS['TBE_STYLES']['skinImg'][$srcKey]; t3lib\class.t3lib_iconworks.php:356: } elseif ($GLOBALS['TBE_STYLES']['skinImgAutoCfg']) { // Otherwise, test if auto-detection is enabled: t3lib\class.t3lib_iconworks.php:359: $fExt = $GLOBALS['TBE_STYLES']['skinImgAutoCfg']['forceFileExtension']; t3lib\class.t3lib_iconworks.php:360: $scaleFactor = ($GLOBALS['TBE_STYLES']['skinImgAutoCfg']['scaleFactor'] ? $GLOBALS['TBE_STYLES']['skinImgAutoCfg']['scaleFactor'] : 1); // Scaling factor t3lib\class.t3lib_iconworks.php:363: if ($fExt && !@is_file($GLOBALS['TBE_STYLES']['skinImgAutoCfg']['absDir'] . $lookUpName)) { t3lib\class.t3lib_iconworks.php:368: if (@is_file($GLOBALS['TBE_STYLES']['skinImgAutoCfg']['absDir'].$lookUpName)) { // If there is a file... t3lib\class.t3lib_iconworks.php:369: $iInfo = @getimagesize($GLOBALS['TBE_STYLES']['skinImgAutoCfg']['absDir'] . $lookUpName); // Get width/height: t3lib\class.t3lib_iconworks.php:372: $src = $GLOBALS['TBE_STYLES']['skinImgAutoCfg']['relDir'] . $lookUpName; t3lib\class.t3lib_iconworks.php:378: $GLOBALS['TBE_STYLES']['skinImg'][$srcKey] = array($src, $wHattribs); // Set default... t3lib\class.t3lib_loadmodules.php:418: $altIconKey = 'MOD:'.$name.'/'.$MLANG['default']['tabs_images']['tab']; // Alternative icon key (might have an alternative set in $TBE_STYLES['skinImg'] t3lib\class.t3lib_loadmodules.php:419: $altIconAbsPath = is_array($GLOBALS['TBE_STYLES']['skinImg'][$altIconKey]) ? t3lib_div::resolveBackPath(PATH_typo3.$GLOBALS['TBE_STYLES']['skinImg'][$altIconKey][0]) : ''; t3lib\class.t3lib_pagetree.php:128: $icon = 'backPath,'gfx/ol/'.$PM.$BTM.'.gif','width="18" height="16"').' alt="" />'; t3lib\class.t3lib_positionmap.php:169: 'backPath,'gfx/newrecord_marker_d.gif','width="281" height="8"').' name="mImgSubpage'.$cc.'" border="0" align="top" title="'.$this->insertlabel().'" alt="" />'. t3lib\class.t3lib_positionmap.php:184: 'backPath,'gfx/newrecord_marker_d.gif','width="281" height="8"').' name="mImgAfter'.$cc.'" border="0" align="top" title="'.$this->insertlabel().'" alt="" />'. t3lib\class.t3lib_positionmap.php:200: 'backPath,'gfx/newrecord_marker_d.gif','width="281" height="8"').' name="mImg'.$cc.'" border="0" align="top" title="'.$this->insertlabel().'" alt="" />'. t3lib\class.t3lib_positionmap.php:220: 'backPath,'gfx/newrecord_marker_d.gif','width="281" height="8"').' name="mImgSubpage'.$cc.'" border="0" align="top" title="'.$this->insertlabel().'" alt="" />'. t3lib\class.t3lib_positionmap.php:232: 'backPath,'gfx/newrecord_marker_d.gif','width="281" height="8"').' name="mImgEnd'.$a.'" border="0" align="top" title="'.$this->insertlabel().'" alt="" />'. t3lib\class.t3lib_positionmap.php:250: img_newrecord_marker.src = "'.t3lib_iconWorks::skinImg($this->backPath,'gfx/newrecord'.$prefix.'_marker.gif','',1).'"; t3lib\class.t3lib_positionmap.php:253: img_newrecord_marker_d.src = "'.t3lib_iconWorks::skinImg($this->backPath,'gfx/newrecord'.$prefix.'_marker_d.gif','',1).'"; t3lib\class.t3lib_positionmap.php:374: $lines[]='backPath,'gfx/ol/halfline.gif','width="18" height="8"').' align="top" alt="" />'; t3lib\class.t3lib_positionmap.php:499: 'backPath,'gfx/newrecord2_marker_d.gif','width="100" height="8"').' name="mImg'.$cc.'" border="0" align="top" title="'.$GLOBALS['LANG']->getLL($this->l_insertNewRecordHere,1).'" alt="" />'. t3lib\class.t3lib_querygenerator.php:708: $lineHTML .= ''; t3lib\class.t3lib_querygenerator.php:710: $lineHTML .= ''; t3lib\class.t3lib_querygenerator.php:711: if($c!=0) $lineHTML.= ''; t3lib\class.t3lib_querygenerator.php:714: $lineHTML.= ''; t3lib\class.t3lib_querygenerator.php:717: $lineHTML.= ''; t3lib\class.t3lib_querygenerator.php:1270: return ''; t3lib\class.t3lib_recordlist.php:232: $theIcon='backPath,'gfx/ol/stopper.gif','width="18" height="16"').' alt="" />'; t3lib\class.t3lib_tceforms.php:3967: t3lib_iconWorks::skinImg($this->backPath, t3lib\class.t3lib_tceforms.php:4035: $selIconFile = t3lib_iconWorks::skinImg($this->backPath,'gfx/'.$icon,'',1); t3lib\class.t3lib_tceforms.php:4498: $icon = '../'.TYPO3_mainDir.t3lib_iconWorks::skinImg($this->backPath,t3lib_iconWorks::getIcon($theTableNames, array()),'',1); t3lib\class.t3lib_tceforms.php:4522: $icon = $theTypeArrays[1]!='--div--' ? '../'.TYPO3_mainDir.t3lib_iconWorks::skinImg($this->backPath,t3lib_iconWorks::getIcon('pages', array('doktype' => $theTypeArrays[1])),'',1) : ''; t3lib\class.t3lib_tceforms.php:4560: 'ALLOW' => '../'.TYPO3_mainDir.t3lib_iconWorks::skinImg($this->backPath,'gfx/icon_ok2.gif','',1), t3lib\class.t3lib_tceforms.php:4561: 'DENY' => '../'.TYPO3_mainDir.t3lib_iconWorks::skinImg($this->backPath,'gfx/icon_fatalerror.gif','',1), t3lib\class.t3lib_tceforms.php:4726: $icon = '../'.TYPO3_mainDir.t3lib_iconWorks::skinImg($this->backPath,t3lib_iconWorks::getIcon($f_table, $row),'',1); t3lib\class.t3lib_tceforms.php:5398: TBE_EDITOR.images.req.src = "'.t3lib_iconWorks::skinImg($this->backPath,'gfx/required_h.gif','',1).'"; t3lib\class.t3lib_tceforms.php:5399: TBE_EDITOR.images.cm.src = "'.t3lib_iconWorks::skinImg($this->backPath,'gfx/content_client.gif','',1).'"; t3lib\class.t3lib_tceforms.php:5400: TBE_EDITOR.images.sel.src = "'.t3lib_iconWorks::skinImg($this->backPath,'gfx/content_selected.gif','',1).'"; t3lib\class.t3lib_tceforms.php:6134: $fileIcon = 'backPath,'gfx/fileicons/'.$fileIcon,'width="18" height="16"').' class="absmiddle" title="'.htmlspecialchars($fI['basename'].($absFilePath && @is_file($absFilePath) ? ' ('.t3lib_div::formatSize(filesize($absFilePath)).'bytes)' : ' - FILE NOT FOUND!')).'" alt="" />'; t3lib\class.t3lib_treeview.php:373: $icon='backPath,'gfx/ol/'.($isOpen?'minus':'plus').'only.gif','width="18" height="16"').' alt="" />'; t3lib\class.t3lib_treeview.php:395: $depthD='backPath,'gfx/ol/blank.gif','width="18" height="16"').' alt="" />'; t3lib\class.t3lib_treeview.php:471: $icon = 'backPath,'gfx/ol/'.$PM.$BTM.'.gif','width="18" height="16"').' alt="" />'; t3lib\class.t3lib_treeview.php:657: $icon = 'iconPath.$this->iconName,'width="18" height="16"').' alt=""'.($this->showDefaultTitleAttribute ? ' title="UID: '.$row['uid'].'"':'').' />'; t3lib\class.t3lib_treeview.php:796: $HTML_depthData = $depthData.'backPath,'gfx/ol/'.$LN.'.gif','width="18" height="16"').' alt="" />'; t3lib\class.t3lib_tsstyleconfig.php:217: return 'ext_backPath,'gfx/rednumbers/'.$key.'.gif','').' hspace="2" align="top" alt="" />'; t3lib\spritemanager\class.t3lib_spritemanager_simplehandler.php:193: if (isset($GLOBALS['TBE_STYLES']['skinImgAutoCfg']['relDir'])) { t3lib\spritemanager\class.t3lib_spritemanager_simplehandler.php:194: $skinPath = $GLOBALS['TBE_STYLES']['skinImgAutoCfg']['relDir']; t3lib\tceforms\class.t3lib_tceforms_suggest_defaultreceiver.php:365: return t3lib_iconWorks::skinImg('', $icon, '', 1); typo3\alt_clickmenu.php:932: $this->excludeIcon('PH_backPath,'gfx/'.$image,'width="12" height="12"').' alt="" />'), typo3\alt_clickmenu.php:955: $this->excludeIcon('PH_backPath,'gfx/'.$image,'width="12" height="12"').' alt="" />'), typo3\alt_clickmenu.php:1202: PH_backPath,'gfx/acm_spacer2.gif','width="8" height="12"').' alt="" /> typo3\alt_doc.php:858: $buttons['translation_save'] = ''; typo3\alt_doc.php:859: $buttons['translation_saveclear'] = ''; typo3\alt_file_navframe.php:237: 'IMG_RESET' => ' typo3\alt_shortcut.php:517: doc->backPath,'gfx/savedok.gif','').' title="'.$LANG->getLL('shortcut_save',1).'" /> typo3\alt_shortcut.php:518: doc->backPath,'gfx/saveandclosedok.gif','').' title="'.$LANG->getLL('shortcut_saveClose',1).'" /> typo3\alt_shortcut.php:519: doc->backPath,'gfx/closedok.gif','').' title="'.$LANG->getLL('shortcut_close',1).'" /> typo3\alt_shortcut.php:520: doc->backPath,'gfx/deletedok.gif','').' title="'.$LANG->getLL('shortcut_delete',1).'" /> typo3\backend.php:603: ''. typo3\class.alt_menu_functions.inc:191: $descr3_imageCode = ''; typo3\class.alt_menu_functions.inc:277: $descr3_imageCode = ''; typo3\class.alt_menu_functions.inc:382: typo3\class.alt_menu_functions.inc:602: 'icon' => '' typo3\class.alt_menu_functions.inc:612: 'icon' => '' typo3\class.browse_links.php:207: ''. typo3\class.browse_links.php:294: $arrCol=''; typo3\class.browse_links.php:302: '' : typo3\class.browse_links.php:544: $arrCol=''; typo3\class.browse_links.php:551: $cEbullet = $this->ext_isLinkable($v['row']) ? '' : ''; typo3\class.browse_links.php:1396: '.$A[0].''.htmlspecialchars($title).($this->curUrlInfo['info']==$v[$k2i.'.']['url']?'':'').'
'.$description.$A[1].' typo3\class.browse_links.php:1844: $arrCol=''; typo3\class.browse_links.php:1849: $out.=''. typo3\class.browse_links.php:1864: $out.=''. typo3\class.browse_links.php:1865: 'count($split)?'bottom':'').'.gif','width="18" height="16"').' alt="" />'. typo3\class.browse_links.php:1914: $pBicon=$ATag2?'':''; typo3\class.browse_links.php:2036: $picon=''; typo3\class.browse_links.php:2040: $out.= ''; typo3\class.browse_links.php:2060: $icon = ''; typo3\class.browse_links.php:2067: $icon = ''; typo3\class.browse_links.php:2072: $arrCol=''; typo3\class.browse_links.php:2078: $out.=''. typo3\class.browse_links.php:2139: $picon=''; typo3\class.browse_links.php:2168: $icon = ''; typo3\class.browse_links.php:2204: '.$ATag.''.$ATag_e.' typo3\class.browse_links.php:2205: '.($ATag2.' '.$LANG->getLL('info',1).$ATag2_e).' typo3\class.browse_links.php:2216: '.$ATag.''.$ATag_e.' typo3\class.browse_links.php:2217: '.($ATag2.' '.$LANG->getLL('info',1).$ATag2_e).' typo3\class.browse_links.php:2277: $folderIcon.= ''; typo3\class.browse_links.php:2332: '.$aTag.''.$aTag_e.' typo3\class.browse_links.php:2382: $picon=''; typo3\class.browse_links.php:2409: $icon = ''; typo3\class.browse_links.php:2436: ''. typo3\class.browse_links.php:2547: $msg = ''.htmlspecialchars($in_msg); typo3\class.browse_links.php:2782: ' ' . typo3\class.browse_links.php:2785: ' ' . typo3\class.db_list_extra.inc:603: 'backPath,'gfx/pildown.gif', 'width="14" height="14"') .' alt="" />'. typo3\class.db_list_extra.inc:1714: $sortArrow = ($this->sortField==$field?'backPath,'gfx/red'.($this->sortRev?'up':'down').'.gif','width="7" height="4"').' alt="" />':''); typo3\class.filelistfoldertree.php:246: $icon = 'backPath,'gfx/ol/'.$PM.$BTM.'.gif','width="18" height="16"').' alt="" />'; typo3\class.filelistfoldertree.php:304: $icon='backPath,'gfx/ol/'.($isOpen? 'minus':'plus').'only.gif').' alt="" />'; typo3\class.filelistfoldertree.php:398: $this->makeHTML ? 'backPath,'gfx/ol/'.($a == $c ? 'blank' : 'line').'.gif','width="18" height="16"').' alt="" />' : '', typo3\class.file_list.inc:179: $otherMarkers['PAGE_ICON'] = 'backPath,$icon,'width="18" height="16"').' title="'.htmlspecialchars($theFile['file']).'" alt="'.htmlspecialchars($theFile['file']).'" />'; typo3\class.file_list.inc:684: $iconWidth = $GLOBALS['TBE_STYLES']['skinImgAutoCfg']['iconSizeWidth'] ? $GLOBALS['TBE_STYLES']['skinImgAutoCfg']['iconSizeWidth'] : 12; typo3\class.file_list.inc:685: $iconHeight = $GLOBALS['TBE_STYLES']['skinImgAutoCfg']['iconSizeHeight'] ? $GLOBALS['TBE_STYLES']['skinImgAutoCfg']['iconSizeHeight'] : 12; typo3\class.show_rechis.inc:437: $image = ''; typo3\class.show_rechis.inc:439: $image = ''; typo3\class.show_rechis.inc:806: return $this->linkPage(''..$alt.'',array('rollbackFields'=>$key)); typo3\class.webpagetree.php:301: $icon = 'backPath,'gfx/ol/'.$PM.$BTM.'.gif','width="18" height="16"').' alt="" />'; typo3\class.webpagetree.php:361: $icon = 'backPath,'gfx/ol/' . ($isOpen ? 'minus' :'plus' ) . 'only.gif') . ' alt="" />'; typo3\class.webpagetree.php:488: $HTML = 'backPath,'gfx/ol/line.gif').' alt="" />
backPath,'gfx/ol/line.gif').' alt="" />Not shown in menu'.$label_shownAlphabetically.':
'; typo3\classes\class.shortcutmenu.php:140: $groupIcon = 'backPath, 'gfx/i/sysf.gif', 'width="18" height="16"').' title="'.$shortcutGroup.'" alt="'.$shortcutGroup.'" />'; typo3\classes\class.shortcutmenu.php:141: $editIcon = 'backPath, 'gfx/edit2.gif', 'width="11" height="12"').' title="'.$shortcutEdit.'" alt="'.$shortcutEdit.'"'; typo3\classes\class.shortcutmenu.php:142: $deleteIcon = 'backPath, 'gfx/garbage.gif', 'width="11" height="12"').' title="'.$shortcutDelete.'" alt="'.$shortcutDelete.'" />'; typo3\classes\class.shortcutmenu.php:727: $icon = t3lib_iconWorks::skinImg($this->backPath, $icon, '', 1); typo3\classes\class.typo3logo.php:67: ''. typo3\db_new.php:370: $halfLine = 'doc->backPath,'gfx/ol/halfline.gif', 'width="18" height="8"') . ' alt="" />'; typo3\db_new.php:371: $firstLevel = 'doc->backPath,'gfx/ol/join.gif', 'width="18" height="16"') . ' alt="" />'; typo3\db_new.php:372: $secondLevel = 'doc->backPath,'gfx/ol/line.gif', 'width="18" height="16"') . ' alt="" /> typo3\db_new.php:373: doc->backPath,'gfx/ol/join.gif', 'width="18" height="16"') . ' alt="" />'; typo3\db_new.php:374: $secondLevelLast = 'doc->backPath,'gfx/ol/line.gif', 'width="18" height="16"') . ' alt="" /> typo3\db_new.php:375: doc->backPath, 'gfx/ol/joinbottom.gif', 'width="18" height="16"') . ' alt="" />'; typo3\db_new.php:583: doc->backPath, 'gfx/ol/stopper.gif','width="18" height="16"') . ' alt="" /> typo3\file_edit.php:124: $this->icon = 'backPath,$this->icon,'width="18" height="16"').' title="" alt="" />'; typo3\file_newfolder.php:148: $this->icon = 'backPath,$this->icon,'width="18" height="16"').' title="" alt="" />'; typo3\file_rename.php:136: $this->icon = 'backPath,$this->icon,'width="18" height="16"').' title="" alt="" />'; typo3\file_upload.php:153: $this->icon = 'icon, 'width="18" height="16"') . ' title="" alt="" />'; typo3\index.php:311: $logo = ''; typo3\index.php:546: $loginboxImage = ''; typo3\mod\tools\em\class.em_index.php:1080: '" class="typo3-prevPage">doc->backPath,'gfx/ol/joinbottom.gif','width="18" height="16"').' align="top" alt="" title="" />'. typo3\mod\user\ws\class.wslib_gui.php:1157: 'doc->backPath,'gfx/ol/join'.($iconMode ? 'bottom' : '').'.gif','width="18" height="16"').' alt="" />'. typo3\mod\user\ws\index.php:383: '' . $LANG->getLL('img_title_create_new_workspace') . '' . typo3\mod\user\ws\index.php:623: $content .= (!$currentWksp ? ' ' : '' . $LANG->getLL('img_title_current_workspace') . ''); typo3\mod\user\ws\index.php:1001: t3lib_iconWorks::skinImg($BACK_PATH, 'gfx/edit2.gif', 'width="11" height="12"', 2) . typo3\mod\user\ws\index.php:1017: t3lib_iconWorks::skinImg($BACK_PATH, 'gfx/switch.png', 'width="18" height="16"', 2) . typo3\mod\user\ws\workspaceforms.php:253: $buttons['save'] = 'doc->backPath, 'gfx/savedok.gif') . ' title="' . $LANG->sL('LLL:EXT:lang/locallang_core.php:rm.saveDoc', 1) . '" value="_savedok" />'; typo3\mod\user\ws\workspaceforms.php:255: $buttons['save_close'] = 'doc->backPath, 'gfx/saveandclosedok.gif') . ' title="' . $LANG->sL('LLL:EXT:lang/locallang_core.php:rm.saveCloseDoc', 1) . '" value="_saveandclosedok" />'; typo3\mod\web\perm\index.php:597: typo3\mod\web\perm\index.php:599: typo3\mod\web\perm\index.php:601: typo3\mod\web\perm\index.php:603: typo3\mod\web\perm\index.php:611: typo3\mod\web\perm\index.php:613: '.(!$BE_USER->isAdmin()?' typo3\mod\web\perm\index.php:664: typo3\mod\web\perm\index.php:667: typo3\mod\web\perm\index.php:670: typo3\mod\web\perm\index.php:673: typo3\mod\web\perm\index.php:679: '; typo3\mod\web\perm\index.php:687: typo3\mod\web\perm\index.php:720: typo3\sysext\about\mod\index.php:107: typo3\sysext\belog\mod\index.php:255: $pickerInputDate = 'backPath, 'gfx/datepicker.gif', '', 0) . ' style="cursor:pointer; vertical-align:middle;" alt=""' . ' id="picker-tceforms-datetimefield-manualdate" />'; typo3\sysext\belog\mod\index.php:258: $pickerInputDate_end = 'backPath, 'gfx/datepicker.gif', '', 0) . ' style="cursor:pointer; vertical-align:middle;" alt=""' . ' id="picker-tceforms-datetimefield-manualdate_end" />'; typo3\sysext\beuser\mod\index.php:778: $icon = ''; typo3\sysext\cms\layout\class.tx_cms_layout.php:702: backPath,'gfx/stiblet_medium2.gif','width="468" height="1"').' class="c-divider" alt="" /> typo3\sysext\cms\layout\class.tx_cms_layout.php:1367: $row['treeIcons'] = $treeIcons.'backPath,'gfx/ol/join'.($rc==$c?'bottom':'').'.gif','width="18" height="16"').' alt="" />'; typo3\sysext\cms\layout\class.tx_cms_layout.php:1371: $spaceOutIcons = 'backPath,'gfx/ol/'.($rc==$c?'blank.gif':'line.gif'),'width="18" height="16"').' alt="" />'; typo3\sysext\cms\layout\class.tx_cms_layout.php:2149: $row['treeIcons'] = $treeIcons.'backPath,'gfx/ol/'.($rc==$c ? 'joinbottom.gif' : 'join.gif'),'width="18" height="16"').' alt="" />'; typo3\sysext\cms\layout\class.tx_cms_layout.php:2158: $treeIcons.'backPath,'gfx/ol/'.($rc==$c ? 'blank.gif' : 'line.gif'),'width="18" height="16"').' alt="" />' typo3\sysext\cms\layout\db_layout.php:158: return ''.$str; typo3\sysext\cms\layout\db_layout.php:1248: $buttons['savedok'] = ''; typo3\sysext\cms\layout\db_new_content_el.php:322: doc->backPath, $wInfo['icon'], '') . ' alt="" />' . typo3\sysext\extbase\Classes\Utility\Extension.php:204: $altIconKey = 'MOD:' . $key . '/' . $config['icon']; // Alternative icon key (might have an alternative set in $TBE_STYLES['skinImg'] typo3\sysext\extbase\Classes\Utility\Extension.php:205: $altIconAbsPath = is_array($GLOBALS['TBE_STYLES']['skinImg'][$altIconKey]) ? t3lib_div::resolveBackPath(PATH_typo3.$GLOBALS['TBE_STYLES']['skinImg'][$altIconKey][0]) : ''; typo3\sysext\fluid\Classes\ViewHelpers\Be\Buttons\IconViewHelper.php:71: $skinnedIcon = t3lib_iconWorks::skinImg($GLOBALS['BACK_PATH'], 'gfx/' . $icon . '.gif', ''); typo3\sysext\fluid\Classes\ViewHelpers\Be\PageInfoViewHelper.php:65: $iconImg = 'backPath, 'gfx/i/_icon_website.gif') . ' alt="' . htmlspecialchars($GLOBALS['TYPO3_CONF_VARS']['SYS']['sitename']) . '" />'; typo3\sysext\impexp\app\index.php:219: $icon = 'backPath,'gfx/ol/'.($isOpen?'minus':'plus').'only.gif','width="18" height="16"').' align="top" alt="" />'; typo3\sysext\impexp\app\index.php:230: $firstHtml.= $this->wrapIcon('backPath,'gfx/i/_icon_website.gif','width="18" height="16"').' align="top" alt="" />',$rootRec); typo3\sysext\impexp\app\index.php:235: $depthD = 'backPath,'gfx/ol/blank.gif','width="18" height="16"').' align="top" alt="" />'; typo3\sysext\impexp\class.tx_impexp.php:2801: $pInfo['preCode'] = $preCode.'    '; typo3\sysext\indexed_search\modfunc1\class.tx_indexedsearch_modfunc1.php:1026: ''. typo3\sysext\lowlevel\dbint\index.php:471: $codeArr[$i][]=''; typo3\sysext\lowlevel\dbint\index.php:476: $codeArr[$i][]=''; typo3\sysext\lowlevel\dbint\index.php:481: $codeArr[$i][]=''; typo3\sysext\lowlevel\dbint\index.php:494: $codeArr[$n][] = ''; typo3\sysext\recycler\mod1\index.php:265: $buttons['save'] = ''; //'; typo3\sysext\reports\mod\index.php:234: $icon = ''; typo3\sysext\rtehtmlarea\hooks\clearrtecache\class.tx_rtehtmlarea_clearcachemenu.php:53: 'icon' => '' typo3\sysext\rtehtmlarea\mod3\class.tx_rtehtmlarea_browse_links.php:71: $arrCol=''; typo3\sysext\rtehtmlarea\mod3\class.tx_rtehtmlarea_browse_links.php:79: '' : typo3\sysext\rtehtmlarea\mod3\class.tx_rtehtmlarea_browse_links.php:161: $arrCol=''; typo3\sysext\rtehtmlarea\mod3\class.tx_rtehtmlarea_browse_links.php:168: $cEbullet = $this->ext_isLinkable($v['row']) ? '' : ''; typo3\sysext\rtehtmlarea\mod3\class.tx_rtehtmlarea_browse_links.php:792: '.$A[0].''.htmlspecialchars($title).($this->curUrlInfo['info']==$v[$k2i.'.']['url']?'':'').'
'.$description.$A[1].' typo3\sysext\rtehtmlarea\mod3\class.tx_rtehtmlarea_dam_browse_links.php:652: '.$A[0].''.htmlspecialchars($title).($this->curUrlInfo['info']==$v[$k2i.'.']['url']?'':'').'
'.$description.$A[1].' typo3\sysext\rtehtmlarea\mod4\class.tx_rtehtmlarea_dam_browse_media.php:731: $info = $ATag_info.' '.$LANG->getLL('info',1).''; typo3\sysext\rtehtmlarea\mod4\class.tx_rtehtmlarea_dam_browse_media.php:773: '.($displayImage?'':$ATag_add).' typo3\sysext\rtehtmlarea\mod4\class.tx_rtehtmlarea_select_image.php:935: $picon=''; typo3\sysext\rtehtmlarea\mod4\class.tx_rtehtmlarea_select_image.php:955: $icon = ''; typo3\sysext\rtehtmlarea\mod4\class.tx_rtehtmlarea_select_image.php:1004: $picon=''; typo3\sysext\rtehtmlarea\mod4\class.tx_rtehtmlarea_select_image.php:1031: $icon = ''; typo3\sysext\rtehtmlarea\mod4\class.tx_rtehtmlarea_select_image.php:1058: ''. typo3\sysext\rtehtmlarea\mod5\class.tx_rtehtmlarea_user.php:279: //$lines[]=''.$title.''; typo3\sysext\rtehtmlarea\mod5\class.tx_rtehtmlarea_user.php:280: $lines[]=''.$title.''; typo3\sysext\scheduler\mod1\index.php:804: 'backPath, 'gfx/datepicker.gif', '', 0) . ' style="cursor:pointer; vertical-align:middle;" alt=""' . ' id="picker-tceforms-datetimefield-task_start" />';; typo3\sysext\scheduler\mod1\index.php:816: 'backPath, 'gfx/datepicker.gif', '', 0) . ' style="cursor:pointer; vertical-align:middle;" alt=""' . ' id="picker-tceforms-datetimefield-task_end" />'; typo3\sysext\scheduler\mod1\index.php:1021: $stopAction = 'backPath, t3lib_extMgm::extRelPath('scheduler') . '/res/gfx/stop.png') . ' alt="'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:stop') . '" />'; typo3\sysext\scheduler\mod1\index.php:1123: $failureOutput = ' ' . htmlspecialchars($GLOBALS['LANG']->getLL('status.failure')) . ''; typo3\sysext\scheduler\mod1\index.php:1128: $executionStatusOutput = '' . htmlspecialchars($GLOBALS['LANG']->getLL('status.' . $executionStatus)) . '' . $failureOutput . ' ' . htmlspecialchars($name); typo3\sysext\scheduler\mod1\index.php:1171: . t3lib_iconWorks::skinImg($this->backPath, 'gfx/new_el.gif') typo3\sysext\scheduler\mod1\index.php:1190:
  • ' . htmlspecialchars($GLOBALS['LANG']->getLL('status.failure')) . ' ' . $GLOBALS['LANG']->getLL('status.legend.failure') . '
  • typo3\sysext\scheduler\mod1\index.php:1191:
  • ' . htmlspecialchars($GLOBALS['LANG']->getLL('status.late')) . ' ' . $GLOBALS['LANG']->getLL('status.legend.late') . '
  • typo3\sysext\scheduler\mod1\index.php:1192:
  • ' . htmlspecialchars($GLOBALS['LANG']->getLL('status.running')) . ' ' . $GLOBALS['LANG']->getLL('status.legend.running') . '
  • typo3\sysext\scheduler\mod1\index.php:1193:
  • ' . htmlspecialchars($GLOBALS['LANG']->getLL('status.scheduled')) . ' ' . $GLOBALS['LANG']->getLL('status.legend.scheduled') . '
  • typo3\sysext\scheduler\mod1\index.php:1194:
  • ' . htmlspecialchars($GLOBALS['LANG']->getLL('status.disabled')) . ' ' . $GLOBALS['LANG']->getLL('status.legend.disabled') . '
  • typo3\sysext\sys_action\task\class.tx_sysaction_task.php:186: '' . typo3\sysext\sys_action\task\class.tx_sysaction_task.php:236: ' ' . typo3\sysext\sys_action\task\class.tx_sysaction_task.php:497: typo3\sysext\sys_action\task\class.tx_sysaction_task.php:832: ' . typo3\sysext\sys_action\toolbarmenu\class.tx_sysaction_toolbarmenu.php:83: t3lib_iconWorks::skinImg( typo3\sysext\t3skin\ext_tables.php:13: $presetSkinImgs = is_array($TBE_STYLES['skinImg']) ? typo3\sysext\t3skin\ext_tables.php:14: $TBE_STYLES['skinImg'] : typo3\sysext\t3skin\ext_tables.php:95: $TBE_STYLES['skinImgAutoCfg'] = array( typo3\sysext\t3skin\ext_tables.php:108: $TBE_STYLES['skinImg'] = array_merge($presetSkinImgs, array ( typo3\sysext\t3skin\ext_tables.php:150: $TBE_STYLES['skinImg']['MOD:web_uphotomarathon/tab_icon.gif'] = array($temp_eP.'icons/ext/user_photomarathon/tab_icon.gif','width="24" height="24"'); typo3\sysext\t3skin\ext_tables.php:154: $TBE_STYLES['skinImg']['MOD:web_txtemplavoilaM1/moduleicon.gif'] = array($temp_eP.'icons/ext/templavoila/mod1/moduleicon.gif','width="22" height="22"'); typo3\sysext\t3skin\ext_tables.php:155: $TBE_STYLES['skinImg']['MOD:web_txtemplavoilaM2/moduleicon.gif'] = array($temp_eP.'icons/ext/templavoila/mod1/moduleicon.gif','width="22" height="22"'); typo3\sysext\t3skin\ext_tables.php:158: $TBE_STYLES['skinImg']['MOD:tools_em/install.gif'] = array($temp_eP.'icons/ext/templavoila/mod1/moduleicon.gif','width="22" height="22"'); typo3\sysext\t3skin\ext_tables.php:159: $TBE_STYLES['skinImg']['MOD:tools_em/uninstall.gif'] = array($temp_eP.'icons/ext/templavoila/mod1/moduleicon.gif','width="22" height="22"'); typo3\sysext\taskcenter\task\index.php:349: $icon = ''; typo3\sysext\taskcenter\task\index.php:383: typo3\sysext\taskcenter\task\index.php:562: '' . typo3\sysext\tstemplate\ts\index.php:265: $buttons['new'] = ''; typo3\sysext\tstemplate_objbrowser\class.tx_tstemplateobjbrowser.php:223: t3lib_iconWorks::skinImg($BACK_PATH, t3lib_iconWorks::getIcon('sys_template', $tplRow)) . ' align="top" /> ' . typo3\sysext\version\cm1\index.php:479: 'doc->backPath,'gfx/insert2.gif','width="14" height="14"').' alt="" title="Publish page AND content!" />'. typo3\sysext\version\cm1\index.php:482: 'doc->backPath,'gfx/insert4.gif','width="14" height="14"').' alt="" title="Publish page AND content! - AND ALL SUBPAGES!" />'. typo3\sysext\version\cm1\index.php:1263: doc->backPath,'gfx/ol/joinbottom.gif','width="18" height="16"').' align="top" alt="" title="" />'. typo3\sysext\version\cm1\index.php:1443: 'doc->backPath,'gfx/ol/join'.($iconMode ? 'bottom' : '').'.gif','width="18" height="16"').' alt="" />'. typo3\template.php:378: ''. typo3\template.php:383: ''. typo3\template.php:478: return 'backPath,$iconfile,'width="18" height="16"').' title="'.htmlspecialchars($path).'" alt="" />'.$title.''; typo3\template.php:1854: $controls = 'backPath,'gfx/blinkarrow_left.gif','width="5" height="9"').' class="absmiddle" alt="" /> '.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:ver.online',1).''; typo3\template.php:1857: 'backPath,'gfx/insert1.gif','width="14" height="14"').' style="margin-right: 2px;" class="absmiddle" alt="" title="'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:ver.swapPage',1).'" />'. typo3\wizard_forms.php:298: $buttons['save'] = 'doc->backPath, 'gfx/savedok.gif') . ' title="' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:rm.saveDoc', 1) . '" />'; typo3\wizard_forms.php:301: $buttons['save_close'] = 'doc->backPath, 'gfx/saveandclosedok.gif') . ' title="' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:rm.saveCloseDoc', 1) . '" />'; typo3\wizard_forms.php:304: $buttons['reload'] = ''; typo3\wizard_forms.php:560: $ctrl.='doc->backPath,'gfx/pil2up.gif','').$onClick.' title="'.$LANG->getLL('table_up',1).'" />'.$brTag; typo3\wizard_forms.php:562: $ctrl.='doc->backPath,'gfx/turn_up.gif','').$onClick.' title="'.$LANG->getLL('table_bottom',1).'" />'.$brTag; typo3\wizard_forms.php:564: $ctrl.='doc->backPath,'gfx/garbage.gif','').$onClick.' title="'.$LANG->getLL('table_removeRow',1).'" />'.$brTag; typo3\wizard_forms.php:567: $ctrl.='doc->backPath,'gfx/pil2down.gif','').$onClick.' title="'.$LANG->getLL('table_down',1).'" />'.$brTag; typo3\wizard_forms.php:569: $ctrl.='doc->backPath,'gfx/turn_down.gif','').$onClick.' title="'.$LANG->getLL('table_top',1).'" />'.$brTag; typo3\wizard_forms.php:571: $ctrl.='doc->backPath,'gfx/add.gif','').$onClick.' title="'.$LANG->getLL('table_addRow',1).'" />'.$brTag; typo3\wizard_rte.php:264: 'doc->backPath, 'gfx/closedok.gif') . ' class="c-inputButton" title="' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:rm.closeDoc', 1) . '" alt="" />' . typo3\wizard_rte.php:269: 'doc->backPath, 'gfx/savedok.gif') . ' class="c-inputButton" title="' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:rm.saveDoc', 1) . '" alt="" />' . typo3\wizard_rte.php:275: 'doc->backPath, 'gfx/savedokshow.gif') . ' class="c-inputButton" title="' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:rm.saveDocShow', 1) . '" alt="" />' . typo3\wizard_rte.php:280: $buttons['save_close'] = 'doc->backPath, 'gfx/saveandclosedok.gif', '') . ' title="' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:rm.saveCloseDoc', 1) . '" />'; typo3\wizard_rte.php:285: 'doc->backPath, 'gfx/undo.gif') . ' class="c-inputButton" title="' . htmlspecialchars(sprintf($GLOBALS['LANG']->getLL('rte_undoLastChange'), t3lib_BEfunc::calcAge($GLOBALS['EXEC_TIME'] - $undoButtonR['tstamp'], $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.minutesHoursDaysYears')))) . '" alt="" />' . typo3\wizard_table.php:217: $buttons['save'] = 'doc->backPath, 'gfx/savedok.gif') . ' title="' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:rm.saveDoc', 1) . '" />'; typo3\wizard_table.php:220: $buttons['save_close'] = 'doc->backPath, 'gfx/saveandclosedok.gif') . ' title="' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:rm.saveCloseDoc', 1) . '" />'; typo3\wizard_table.php:223: $buttons['reload'] = 'doc->backPath, 'gfx/refresh_n.gif') . ' title="' . $GLOBALS['LANG']->getLL('forms_refresh', 1) . '" />'; typo3\wizard_table.php:377: $ctrl.='doc->backPath,'gfx/pil2up.gif','').$onClick.' title="'.$LANG->getLL('table_up',1).'" />'.$brTag; typo3\wizard_table.php:379: $ctrl.='doc->backPath,'gfx/turn_up.gif','').$onClick.' title="'.$LANG->getLL('table_bottom',1).'" />'.$brTag; typo3\wizard_table.php:381: $ctrl.='doc->backPath,'gfx/garbage.gif','').$onClick.' title="'.$LANG->getLL('table_removeRow',1).'" />'.$brTag; typo3\wizard_table.php:385: $ctrl.='doc->backPath,'gfx/pil2down.gif','').$onClick.' title="'.$LANG->getLL('table_down',1).'" />'.$brTag; typo3\wizard_table.php:387: $ctrl.='doc->backPath,'gfx/turn_down.gif','').$onClick.' title="'.$LANG->getLL('table_top',1).'" />'.$brTag; typo3\wizard_table.php:389: $ctrl.='doc->backPath,'gfx/add.gif','').$onClick.' title="'.$LANG->getLL('table_addRow',1).'" />'.$brTag; typo3\wizard_table.php:419: $ctrl.='doc->backPath,'gfx/pil2left.gif','').' title="'.$LANG->getLL('table_left',1).'" />'; typo3\wizard_table.php:421: $ctrl.='doc->backPath,'gfx/turn_left.gif','').' title="'.$LANG->getLL('table_end',1).'" />'; typo3\wizard_table.php:423: $ctrl.='doc->backPath,'gfx/garbage.gif','').' title="'.$LANG->getLL('table_removeColumn',1).'" />'; typo3\wizard_table.php:425: $ctrl.='doc->backPath,'gfx/pil2right.gif','').' title="'.$LANG->getLL('table_right',1).'" />'; typo3\wizard_table.php:427: $ctrl.='doc->backPath,'gfx/turn_right.gif','').' title="'.$LANG->getLL('table_start',1).'" />'; typo3\wizard_table.php:429: $ctrl.='doc->backPath,'gfx/add.gif','').' title="'.$LANG->getLL('table_addColumn',1).'" />';