Bug #22887 » 14733_misc.diff
t3lib/class.t3lib_clipboard.php (Arbeitskopie) | ||
---|---|---|
// Upper header
|
||
$out[]='
|
||
<tr class="bgColor2">
|
||
<td colspan="3" nowrap="nowrap" align="center"><span class="uppercase"><strong>'.$this->clLabel('clipboard','buttons').'</strong></span></td>
|
||
<tr class="t3-row-header">
|
||
<td colspan="3" nowrap="nowrap" align="center"><strong>' . $this->clLabel('clipboard', 'buttons') . '</strong></td>
|
||
</tr>';
|
||
// Button/menu header:
|
||
... | ... | |
$fI = pathinfo($v);
|
||
$icon = is_dir($v) ? 'folder.gif' : t3lib_BEfunc::getFileIcon(strtolower($fI['extension']));
|
||
$size = ' ('.t3lib_div::formatSize(filesize($v)).'bytes)';
|
||
$icon = '<img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/fileicons/'.$icon,'width="18" height="16"').' border="0" hspace="20" class="absmiddle" title="'.htmlspecialchars($fI['basename'].$size).'" alt="" />';
|
||
$icon = t3lib_iconWorks::getSpriteIconForFile(is_dir($v) ? 'folder' : strtolower($fI['extension']), array('style' => 'margin: 0 20px;', 'title' => htmlspecialchars($fI['basename'] . $size)));
|
||
$thumb = $this->clipData['_setThumb'] ? (t3lib_div::inList($GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],$fI['extension']) ? t3lib_BEfunc::getThumbNail($this->backPath.'thumbs.php',$v,' vspace="4"') : '') :'';
|
||
$lines[]='
|
||
... | ... | |
<td class="'.$bgColClass.'" nowrap="nowrap" width="95%"> '.$this->linkItemText(htmlspecialchars(t3lib_div::fixed_lgd_cs(basename($v),$GLOBALS['BE_USER']->uc['titleLen'])),$v).
|
||
($pad=='normal'?(' <strong>('.($this->clipData['normal']['mode']=='copy'?$this->clLabel('copy','cm'):$this->clLabel('cut','cm')).')</strong>'):'').' '.($thumb?'<br />'.$thumb:'').'</td>
|
||
<td class="'.$bgColClass.'" align="center" nowrap="nowrap">'.
|
||
'<a href="#" onclick="'.htmlspecialchars('top.launchView(\''.$v.'\', \'\'); return false;').'"><img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/zoom2.gif','width="12" height="12"').' hspace="2" border="0" title="'.$this->clLabel('info','cm').'" alt="" /></a>'.
|
||
'<a href="'.htmlspecialchars($this->removeUrl('_FILE',t3lib_div::shortmd5($v))).'#clip_head"><img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/close_12h.gif','width="11" height="12"').' border="0" title="'.$this->clLabel('removeItem').'" alt="" /></a>'.
|
||
'<a href="#" onclick="' . htmlspecialchars('top.launchView(\'' . $v . '\', \'\'); return false;') . '">' . t3lib_iconWorks::getSpriteIcon('actions-document-info', array('title' => $this->clLabel('info', 'cm'))) . '</a>'.
|
||
'<a href="' . htmlspecialchars($this->removeUrl('_FILE', t3lib_div::shortmd5($v))) . '#clip_head">' . t3lib_iconWorks::getSpriteIcon('actions-selection-delete', array('title' => $this->clLabel('removeItem'))) . '</a>'.
|
||
'</td>
|
||
</tr>';
|
||
} else {
|
||
... | ... | |
if (is_array($rec)) {
|
||
$lines[]='
|
||
<tr>
|
||
<td class="'.$bgColClass.'">'.$this->linkItemText(t3lib_iconWorks::getIconImage($table,$rec,$this->backPath,'hspace="20" title="'.htmlspecialchars(t3lib_BEfunc::getRecordIconAltText($rec,$table)).'"'),$rec,$table).'</td>
|
||
<td class="' . $bgColClass . '">' . $this->linkItemText(t3lib_iconWorks::getSpriteIconForRecord($table, $rec, array('style' => 'margin: 0 20px;', 'title' => htmlspecialchars(t3lib_BEfunc::getRecordIconAltText($rec, $table)))), $rec, $table) . '</td>
|
||
<td class="'.$bgColClass.'" nowrap="nowrap" width="95%"> '.$this->linkItemText(htmlspecialchars(t3lib_div::fixed_lgd_cs(t3lib_BEfunc::getRecordTitle($table,$rec),$GLOBALS['BE_USER']->uc['titleLen'])),$rec,$table).
|
||
($pad=='normal'?(' <strong>('.($this->clipData['normal']['mode']=='copy'?$this->clLabel('copy','cm'):$this->clLabel('cut','cm')).')</strong>'):'').' </td>
|
||
<td class="'.$bgColClass.'" align="center" nowrap="nowrap">'.
|
||
'<a href="#" onclick="'.htmlspecialchars('top.launchView(\''.$table.'\', \''.intval($uid).'\'); return false;').'"><img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/zoom2.gif','width="12" height="12"').' hspace="2" border="0" title="'.$this->clLabel('info','cm').'" alt="" /></a>'.
|
||
'<a href="'.htmlspecialchars($this->removeUrl($table,$uid)).'#clip_head"><img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/close_12h.gif','width="11" height="12"').' border="0" title="'.$this->clLabel('removeItem').'" alt="" /></a>'.
|
||
'<a href="#" onclick="' . htmlspecialchars('top.launchView(\'' . $table . '\', \'' . intval($uid) . '\'); return false;') . '">' . t3lib_iconWorks::getSpriteIcon('actions-document-info', array('title' => $this->clLabel('info','cm'))) . '</a>'.
|
||
'<a href="' . htmlspecialchars($this->removeUrl($table, $uid)) . '#clip_head">' . t3lib_iconWorks::getSpriteIcon('actions-selection-delete', array('title' => $this->clLabel('removeItem'))) . '</a>'.
|
||
'</td>
|
||
</tr>';
|
||
t3lib/class.t3lib_tsparser_ext.php (Arbeitskopie) | ||
---|---|---|
$RL = $this->ext_getRootlineNumber($row['pid']);
|
||
$keyArray[] = '<tr class="' . ($i++ % 2 == 0 ? 'bgColor4' : 'bgColor6') . '">
|
||
<td nowrap>' . $HTML . '</td>
|
||
<td align="center" class="bgColor5">' . ($row['root'] ? t3lib_iconWorks::getSpriteIcon('status-status-checked') : '') . ' </td>
|
||
<td align="center">' . ($row['root'] ? t3lib_iconWorks::getSpriteIcon('status-status-checked') : '') . ' </td>
|
||
<td align="center">' . ($row['clConf'] ? t3lib_iconWorks::getSpriteIcon('status-status-checked') :'') . ' ' . '</td>
|
||
<td align="center" class="bgColor5">' . ($row['clConst'] ? t3lib_iconWorks::getSpriteIcon('status-status-checked') : '') . ' ' . '</td>
|
||
<td align="center">' . ($row['clConst'] ? t3lib_iconWorks::getSpriteIcon('status-status-checked') : '') . ' ' . '</td>
|
||
<td align="center">' . ($row['pid'] ? $row['pid'] : '') . '</td>
|
||
<td align="center" class="bgColor5">' . (strcmp($RL, '') ? $RL : '') . '</td>
|
||
<td align="center">' . (strcmp($RL, '') ? $RL : '') . '</td>
|
||
<td>' . ($row['next'] ? ' ' . $row['next'] . ' ' : '') . '</td>
|
||
</tr>';
|
||
if ($deeper) {
|
typo3/class.db_list.inc (Arbeitskopie) | ||
---|---|---|
</tr>
|
||
</table>
|
||
'.$formElements[1];
|
||
$content.=t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'list_searchbox', $GLOBALS['BACK_PATH'],'|<br/>');
|
||
$content .= t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'list_searchbox', $GLOBALS['BACK_PATH'], '|<br />');
|
||
return $content;
|
||
}
|
||
typo3/template.php (Arbeitskopie) | ||
---|---|---|
$url = htmlspecialchars($def['url']);
|
||
$params = $def['addParams'];
|
||
if($first) {
|
||
$options.= '
|
||
<td width="'.$width.'%" class="'.$class.'" style="border-left: solid #000 1px;"><a href="'.$url.'" style="padding-left:5px;padding-right:2px;" '.$params.'>'.$label.'</a></td>';
|
||
} else {
|
||
$options.='
|
||
<td width="'.$width.'%" class="'.$class.'"><a href="'.$url.'" '.$params.'>'.$label.'</a></td>';
|
||
}
|
||
$options .= '<td width="' . $width . '%" class="' . $class . '"><a href="' . $url . '" ' . $params . '>' . $label . '</a></td>';
|
||
$first=false;
|
||
}
|
||
typo3/sysext/tstemplate_objbrowser/class.tx_tstemplateobjbrowser.php (Arbeitskopie) | ||
---|---|---|
<tr>
|
||
<td><img src=clear.gif width=4 height=1></td>
|
||
<td class="bgColor2">
|
||
<table border=0 cellpadding=0 cellspacing=0 class="bgColor5" width="100%"><tr><td nowrap width="99%"><strong>'.$label.'</strong></td>'.$remove.'</tr></table>
|
||
<table border=0 cellpadding=0 cellspacing=0 class="bgColor5" width="100%"><tr class="t3-row-header"><td nowrap width="99%"><strong>'.$label.'</strong></td>'.$remove.'</tr></table>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><img src=clear.gif width=4 height=1></td>
|
||
<td class="bgColor2">
|
||
<table border=0 cellpadding=0 cellspacing=0 class="bgColor4" width="100%"><tr><td nowrap>'.$tree.'</td></tr></table><img src=clear.gif width=465 height=1></td>
|
||
<table border=0 cellpadding=0 cellspacing=0 class="bgColor4" width="100%"><tr><td nowrap>'.$tree.'</td></tr></table></td>
|
||
</tr>
|
||
</table>
|
||
';
|
typo3/sysext/cms/layout/db_layout.php (Arbeitskopie) | ||
---|---|---|
'</a>';
|
||
// Move page
|
||
$buttons['move_page'] = '<a href="' . htmlspecialchars($BACK_PATH . 'move_el.php?table=pages&uid=' . $this->id . '&returnUrl=' . rawurlencode(t3lib_div::getIndpEnv('REQUEST_URI'))) . '" title="' . $LANG->getLL('move_page', TRUE) . '">' .
|
||
t3lib_iconWorks::getSpriteIcon('actions-move-move') .
|
||
t3lib_iconWorks::getSpriteIcon('actions-page-move') .
|
||
'</a>';
|
||
// Move record
|
||
if (t3lib_div::testInt($this->eRParts[1])) {
|
||
... | ... | |
if ($this->CALC_PERMS&2) {
|
||
$params='&edit[pages][' . $this->id . ']=edit';
|
||
$buttons['edit_page'] = '<a href="#" onclick="' . htmlspecialchars(t3lib_BEfunc::editOnClick($params, $BACK_PATH)) . '" title="' . $LANG->getLL('editPageProperties', TRUE) . '">' .
|
||
t3lib_iconWorks::getSpriteIcon('actions-document-open') .
|
||
t3lib_iconWorks::getSpriteIcon('actions-page-open') .
|
||
'</a>';
|
||
}
|
||
... | ... | |
$SOBE->main();
|
||
$SOBE->printContent();
|
||
?>
|
||
?>
|
typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php (Arbeitskopie) | ||
---|---|---|
* @return string A row for a HTML table
|
||
*/
|
||
function tableRow($label, $data, $field) {
|
||
$ret = '<tr><td class="bgColor4" width="1%">';
|
||
$ret.= '<a href="index.php?id='.$this->pObj->id.'&e['.$field.']=1">'.t3lib_iconWorks::getSpriteIcon('actions-document-open',array("title"=> $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:editField', true))) . '</a>';
|
||
$ret.= '</td><td class="bgColor4" width="1%"><strong>'.$label.' </strong></td><td class="bgColor4" width="99%">'.$data.' </td></tr>';
|
||
$ret = '<tr><td class="bgColor4" width="20%">';
|
||
$ret.= '<a href="index.php?id=' . $this->pObj->id . '&e[' . $field . ']=1">' .
|
||
t3lib_iconWorks::getSpriteIcon('actions-document-open', array('title' => $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:editField', true))) . '<strong>' . $label . ' </strong></a>';
|
||
$ret.= '</td><td class="bgColor4">' . $data . ' </td></tr>';
|
||
return $ret;
|
||
}
|
||
... | ... | |
sprintf($GLOBALS['LANG']->getLL('editToView'), (trim($tplRow[config]) ? count(explode(LF, $tplRow[config])) : 0)),
|
||
'config'
|
||
);
|
||
$outCode = '<table border=0 cellpadding=1 cellspacing=1 width="100%">'.$outCode.'</table>';
|
||
$outCode = '<table class="typo3-dblist">' . $outCode . '</table>';
|
||
$outCode = '<table border=0 cellpadding=0 cellspacing=0>
|
||
<tr><td class="bgColor2">'.$outCode.'<img src=clear.gif width=465 height=1></td></tr>
|
||
</table>';
|
||
// Edit all icon:
|
||
$outCode.= '<br /><a href="#" onClick="' . t3lib_BEfunc::editOnClick(rawurlencode('&createExtension=0') .
|
||
'&edit[sys_template][' . $tplRow['uid'] . ']=edit', $BACK_PATH, '') . '"><strong>' .
|
||
t3lib_iconWorks::getSpriteIcon('actions-document-open', array('title'=>
|
||
$GLOBALS['LANG']->getLL('editTemplateRecord') )) . $GLOBALS['LANG']->getLL('editTemplateRecord') . '</strong></a>';
|
||
$theOutput.= $this->pObj->doc->spacer(25);
|
||
$theOutput.= $this->pObj->doc->section('', $outCode);
|
||
... | ... | |
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/tstemplate_info/class.tx_tstemplateinfo.php']);
|
||
}
|
||
?>
|
||
?>
|