Project

General

Profile

Bug #22726 » 14490_v4.diff

Administrator Admin, 2010-05-27 21:48

View differences:

t3lib/class.t3lib_tceforms.php (Arbeitskopie)
// Wrapping all table rows for a particular record being edited:
$this->totalWrap='
<h2>###PAGE_TITLE###</h2>
<table class="typo3-TCEforms">'.
'<tr class="typo3-TCEforms-recHeaderRow bgColor2">
'<tr class="typo3-TCEforms-recHeaderRow">
<td colspan="2">###RECORD_ICON### <span class="typo3-TCEforms-recHeader">###TABLE_TITLE###</span> ###ID_NEW_INDICATOR### - ###RECORD_LABEL###</td>
</tr>'.
'|'.
......
#t3lib_BEfunc::fixVersioningPid($table,$rec); // Kasper: Should not be used here because NEW records are not offline workspace versions...
$truePid = t3lib_BEfunc::getTSconfig_pidValue($table,$rec['uid'],$rec['pid']);
$prec = t3lib_BEfunc::getRecordWSOL('pages',$truePid,'title');
$rLabel = '<em>[PID: '.$truePid.'] ' . t3lib_BEfunc::getRecordTitle('pages', $prec, TRUE, FALSE) . '</em>';
$pageTitle = t3lib_BEfunc::getRecordTitle('pages', $prec, TRUE, FALSE);
$rLabel = '<em>[PID: '.$truePid.'] ' . $pageTitle . '</em>';
} else {
$newLabel = ' <span class="typo3-TCEforms-recUid">['.$rec['uid'].']</span>';
$rLabel = t3lib_BEfunc::getRecordTitle($table, $rec, TRUE, FALSE);
$prec = t3lib_BEfunc::getRecordWSOL('pages',$rec['pid'],'title');
$pageTitle = t3lib_BEfunc::getRecordTitle('pages', $prec, TRUE, FALSE);
}
foreach ($arr as $k => $v) {
// Make substitutions:
$arr[$k] = str_replace('###PAGE_TITLE###', $pageTitle, $arr[$k]);
$arr[$k] = str_replace('###ID_NEW_INDICATOR###', $newLabel, $arr[$k]);
$arr[$k] = str_replace('###RECORD_LABEL###',$rLabel,$arr[$k]);
$arr[$k] = str_replace('###TABLE_TITLE###',htmlspecialchars($this->sL($TCA[$table]['ctrl']['title'])),$arr[$k]);
t3lib/class.t3lib_clipboard.php (Arbeitskopie)
if (!count($lines)) {
$lines[]='
<tr>
<td class="bgColor4"><img src="clear.gif" width="56" height="1" alt="" /></td>
<td colspan="2" class="bgColor4" nowrap="nowrap" width="95%">&nbsp;<em>('.$this->clLabel('clipNoEl').')</em>&nbsp;</td>
<td><img src="clear.gif" width="56" height="1" alt="" /></td>
<td colspan="2" nowrap="nowrap" width="95%">&nbsp;<em>(' . $this->clLabel('clipNoEl') . ')</em>&nbsp;</td>
</tr>';
}
t3lib/class.t3lib_compressor.php (Arbeitskopie)
foreach ($matches[2] as $matchCount => $match) {
// remove '," or white-spaces around
$match = preg_replace('/[\"\'\s]/', '', $match);
$newPath = t3lib_div::resolveBackPath('../../' . TYPO3_mainDir . $oldDir . $match);
$contents = str_replace($matches[1][$matchCount], '(\'' . $newPath . '\')', $contents);
// we must not rewrite data uris (see RFC 2397)
if (strpos($match, ':') === FALSE) {
$newPath = t3lib_div::resolveBackPath('../../' . TYPO3_mainDir . $oldDir . $match);
$contents = str_replace($matches[1][$matchCount], '(\'' . $newPath . '\')', $contents);
}
}
return $contents;
}
......
}
}
}
?>
?>
t3lib/class.t3lib_tsparser_ext.php (Arbeitskopie)
$A_E = '';
}
$HTML .= ($first ? '' : '<img src="' . $GLOBALS['BACK_PATH'] . 'gfx/ol/' . $PM . $BTM . '.gif" width="18" height="16" align="top" border="0" />') .
$icon .
$icon .
$A_B . t3lib_div::fixed_lgd_cs($row['title'], $GLOBALS['BE_USER']->uc['titleLen']) . $A_E . '&nbsp;&nbsp;';
$RL = $this->ext_getRootlineNumber($row['pid']);
$keyArray[] = '<tr class="' . ($i++ % 2 == 0 ? 'bgColor4' : 'bgColor6') . '">
$keyArray[] = '<tr class="' . ($i++ % 2 == 0 ? '' : 'bgColor6') . '">
<td nowrap>' . $HTML . '</td>
<td align="center" class="bgColor5">' . ($row['root'] ? t3lib_iconWorks::getSpriteIcon('status-status-checked') : '') . '&nbsp;&nbsp;</td>
<td align="center">' . ($row['clConf'] ? t3lib_iconWorks::getSpriteIcon('status-status-checked') :'') . '&nbsp;&nbsp;' . '</td>
typo3/class.webpagetree.php (Arbeitskopie)
$PM = t3lib_div::_GP('PM');
if(($PMpos = strpos($PM, '#')) !== false) { $PM = substr($PM, 0, $PMpos); }
$PM = explode('_', $PM);
if((TYPO3_REQUESTTYPE & TYPO3_REQUESTTYPE_AJAX) && is_array($PM) && count($PM)==4) {
if((TYPO3_REQUESTTYPE & TYPO3_REQUESTTYPE_AJAX) && is_array($PM) && count($PM) == 4 && $PM[2] != 0) {
if($PM[1]) {
$expandedPageUid = $PM[2];
$ajaxOutput = '';
......
// Set first:
$this->bank = $idx;
$isOpen = $this->stored[$idx][$uid] || $this->expandFirst;
$isOpen = $this->stored[$idx][$uid] || $this->expandFirst || $uid === '0';
// Save ids while resetting everything else.
$curIds = $this->ids;
......
// Set PM icon for root of mount:
$cmd = $this->bank.'_'.($isOpen? "0_" : "1_").$uid.'_'.$this->treeName;
$icon='<img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/ol/'.($isOpen? 'minus' :'plus' ) . 'only.gif').' alt="" />';
$firstHtml = $this->PMiconATagWrap($icon,$cmd,!$isOpen);
// only, if not for uid 0
if ($uid) {
$icon = '<img' . t3lib_iconWorks::skinImg($this->backPath,'gfx/ol/' . ($isOpen ? 'minus' :'plus' ) . 'only.gif') . ' alt="" />';
$firstHtml = $this->PMiconATagWrap($icon, $cmd, !$isOpen);
}
// Preparing rootRec for the mount
if ($uid) {
typo3/class.browse_links.php (Arbeitskopie)
// Show element:
if ($pDim) { // Image...
$lines[]='
<tr class="bgColor4">
<tr>
<td nowrap="nowrap">'.$filenameAndIcon.'&nbsp;</td>
<td>'.$ATag.'<img'.t3lib_iconWorks::skinImg($BACK_PATH,'gfx/plusbullet2.gif','width="18" height="16"').' title="'.$LANG->getLL('addToList',1).'" alt="" />'.$ATag_e.'</td>
<td nowrap="nowrap">'.($ATag2.'<img'.t3lib_iconWorks::skinImg($BACK_PATH,'gfx/zoom2.gif','width="12" height="12"').' title="'.$LANG->getLL('info',1).'" alt="" /> '.$LANG->getLL('info',1).$ATag2_e).'</td>
......
</tr>';
} else {
$lines[]='
<tr class="bgColor4">
<tr>
<td nowrap="nowrap">'.$filenameAndIcon.'&nbsp;</td>
<td>'.$ATag.'<img'.t3lib_iconWorks::skinImg($BACK_PATH,'gfx/plusbullet2.gif','width="18" height="16"').' title="'.$LANG->getLL('addToList',1).'" alt="" />'.$ATag_e.'</td>
<td nowrap="nowrap">'.($ATag2.'<img'.t3lib_iconWorks::skinImg($BACK_PATH,'gfx/zoom2.gif','width="12" height="12"').' title="'.$LANG->getLL('info',1).'" alt="" /> '.$LANG->getLL('info',1).$ATag2_e).'</td>
......
<!--
File listing
-->
<table border="0" cellpadding="0" cellspacing="1" id="typo3-fileList">
<table cellpadding="0" cellspacing="0" id="typo3-fileList">
'.implode('',$lines).'
</table>';
}
typo3/class.db_list.inc (Arbeitskopie)
<!--
Search box:
-->
<table border="0" cellpadding="0" cellspacing="0" class="bgColor4" id="typo3-dblist-search">
<table border="0" cellpadding="0" cellspacing="0" id="typo3-dblist-search">
<tr>
<td>'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.enterSearchString',1).'<input type="text" name="search_field" value="'.htmlspecialchars($this->searchString).'"'.$GLOBALS['TBE_TEMPLATE']->formWidth(10).' /></td>
<td>'.$lMenu.'</td>
typo3/alt_main.php (Arbeitskopie)
// Internal, static:
var $leftMenuFrameW = 130;
var $selMenuFrame = 130;
var $topFrameH = 32;
var $shortcutFrameH = 30;
......
if ($TBE_STYLES['dims']['leftMenuFrameW']) $this->leftMenuFrameW = $TBE_STYLES['dims']['leftMenuFrameW'];
if ($TBE_STYLES['dims']['topFrameH']) $this->topFrameH = $TBE_STYLES['dims']['topFrameH'];
if ($TBE_STYLES['dims']['shortcutFrameH']) $this->shortcutFrameH = $TBE_STYLES['dims']['shortcutFrameH'];
if ($TBE_STYLES['dims']['selMenuFrame']) $this->selMenuFrame = $TBE_STYLES['dims']['selMenuFrame'];
}
/**
......
$shortcutFrame['frameDef']='<frame name="shortcutFrame" src="alt_shortcut.php" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" noresize="noresize" />';
}
// XHTML notice: ' framespacing="0" frameborder="0" border="0"' in FRAMESET elements breaks compatibility with XHTML-frames, but HOW ELSE can I control the visual appearance?
if ($GLOBALS['BE_USER']->uc['noMenuMode']) {
$this->content.= '
<frameset rows="'.$this->topFrameH.',*'.$shortcutFrame['rowH'].'" framespacing="0" frameborder="0" border="0">
'.(!strcmp($BE_USER->uc['noMenuMode'],'icons') ? '
<frameset cols="'.$this->leftMenuFrameW.',*" framespacing="0" frameborder="0" border="0">
'.$fr_toplogo.'
'.$fr_topmenu.'
</frameset>' : '
<frameset cols="'.$this->leftMenuFrameW.','.$this->selMenuFrame.',*" framespacing="0" frameborder="0" border="0">
'.$fr_toplogo.'
<frame name="menu" src="alt_menu_sel.php" scrolling="no" noresize="noresize" />
'.$fr_topmenu.'
</frameset>').'
'.$fr_content.'
'.$shortcutFrame['frameDef'].'
$this->content .= '
<frameset rows="' . $this->topFrameH . ',*' . $shortcutFrame['rowH'] .'" framespacing="0" frameborder="0" border="0">
<frameset cols="' . $this->leftMenuFrameW . ',*" framespacing="0" frameborder="0" border="0">
' . $fr_toplogo . '
' . $fr_topmenu . '
</frameset>
';
} else {
$this->content.='
<frameset rows="'.$this->topFrameH.',*'.$shortcutFrame['rowH'].'" framespacing="0" frameborder="0" border="0">
<frameset cols="'.$this->leftMenuFrameW.',*" framespacing="0" frameborder="0" border="0">
'.$fr_toplogo.'
'.$fr_topmenu.'
</frameset>
<frameset cols="'.$this->leftMenuFrameW.',*" framespacing="0" frameborder="0" border="0">
<frame name="menu" src="alt_menu.php" marginwidth="0" marginheight="0" scrolling="auto" noresize="noresize" />
'.$fr_content.'
</frameset>
'.$shortcutFrame['frameDef'].'
<frameset cols="' . $this->leftMenuFrameW . ',*" framespacing="0" frameborder="0" border="0">
<frame name="menu" src="alt_menu.php" marginwidth="0" marginheight="0" scrolling="auto" noresize="noresize" />
' . $fr_content . '
</frameset>
';
}
$this->content.='
' . $shortcutFrame['frameDef'] . '
</frameset>
</html>';
}
typo3/js/pagetreefiltermenu.js (Revision 0)
/***************************************************************
* Copyright notice
*
* (c) 2010 Jigal van Hemert <jigal@xs4all.nl>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
* A copy is found in the textfile GPL.txt and important notices to the license
* from the author is found in LICENSE.txt distributed with these scripts.
*
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
/**
* class to handle the pagetree filter menu
*
* $Id$
*/
var PagetreeFilterMenu = Class.create({
/**
* registers for resize event listener and executes on DOM ready
*/
initialize: function() {
Ext.onReady(function() {
Ext.get('tree-toolbar-filter-item').on('click', this.toggleMenu);
}, this);
},
/**
* toggles the visibility of the filter
*/
toggleMenu: function(event) {
var toolbarItem = Ext.get('tree-toolbar-filter-item');
var treeFilterBox = Ext.get('treeFilterBox');
var treeFilterReset = Ext.get('treeFilterReset');
toolbarItem.blur();
if (toolbarItem.hasClass('active')) {
treeFilterBox.fadeOut();
treeFilterReset.fadeOut();
} else {
treeFilterBox.fadeIn();
}
toolbarItem.toggleClass('active');
}
});
var TYPO3BackendFilterMenu = new PagetreeFilterMenu();
typo3/show_item.php (Arbeitskopie)
$tableRows[] = '
<tr>
<td class="bgColor5">'.$GLOBALS['LANG']->sL(t3lib_BEfunc::getItemLabel($this->table,$name),1).'</td>
<td class="bgColor4">'.htmlspecialchars(t3lib_BEfunc::getProcessedValue($this->table,$name,$this->row[$name])).'</td>
<td>' . htmlspecialchars(t3lib_BEfunc::getProcessedValue($this->table, $name, $this->row[$name])) . '</td>
</tr>';
}
}
......
'</tr>';
}
foreach($rows as $row) {
$infoData[] = '<tr class="bgColor4"">' .
$infoData[] = '<tr>' .
'<td>'.$row['tablename'].'</td>' .
'<td>'.$row['recuid'].'</td>' .
'<td>'.$row['field'].'</td>'.
......
'</tr>';
}
foreach($rows as $row) {
$infoData[] = '<tr class="bgColor4"">' .
$infoData[] = '<tr>' .
'<td>'.$row['field'].'</td>'.
'<td>'.$row['flexpointer'].'</td>'.
'<td>'.$row['softref_key'].'</td>'.
typo3/class.file_list.inc (Arbeitskopie)
$theData[$v] = $theT;
}
}
$out.=$this->addelement(1, $levelUp, $theData, ' class="c-headLine"', '');
$out.=$iOut;
$out .= '<thead>' . $this->addelement(1, $levelUp, $theData, ' class="t3-row-header"', '') . '</thead>';
$out .= '<tbody>' . $iOut . '</tbody>';
// half line is drawn
......
<!--
File list table:
-->
<table border="0" cellpadding="0" cellspacing="1" id="typo3-filelist">
<table cellpadding="0" cellspacing="0" id="typo3-filelist">
'.$out.'
</table>';
}
......
break;
}
}
$altRows = 'class="' . ($i++ % 2 == 0 ? 'bgColor6' : 'bgColor4') . '"';
$altRows = 'class="' . ($i++ % 2 == 0 ? 'bgColor6' : '') . '"';
$out .= $this->addelement(1, $theIcon, $theData, $altRows);
}
......
}
}
if ($this->dirCounter % 2 == 0) {
$altRows = 'class="' . ($i++ % 2 == 0 ? 'bgColor6' : 'bgColor4') . '"';
$altRows = 'class="' . ($i++ % 2 == 0 ? 'bgColor6' : '') . '"';
} else {
$altRows = 'class="' . ($i++ % 2 == 0 ? 'bgColor4' : 'bgColor6') . '"';
$altRows = 'class="' . ($i++ % 2 == 0 ? '' : 'bgColor6') . '"';
}
$out .= $this->addelement(1, $theIcon, $theData, $altRows);
typo3/stylesheets/structure/topbar.css (Arbeitskopie)
- - - - - - - - - - - - - - - - - - - - - */
#typo3-topbar {
height: 25px;
height: 42px;
}
#typo3-logo {
typo3/backend.php (Arbeitskopie)
protected $jsFiles;
protected $jsFilesAfterInline;
protected $toolbarItems;
private $menuWidthDefault = 160; // intentionally private as nobody should modify defaults
private $menuWidthDefault = 190; // intentionally private as nobody should modify defaults
protected $menuWidth;
/**
......
$icon = t3lib_iconWorks::getSpriteIcon('status-user-'. ($BE_USER->isAdmin() ? 'admin' : 'backend'));
$label = $GLOBALS['BE_USER']->user['realName'] ?
$BE_USER->user['realName'].' ['.$BE_USER->user['username'].']' :
$BE_USER->user['realName'] . ' (' . $BE_USER->user['username'] . ')' :
$BE_USER->user['username'];
// Link to user setup if it's loaded and user has access
typo3/alt_db_navframe.php (Arbeitskopie)
$this->doc->getDragDropCode('pages');
$this->doc->getContextMenuCode();
$this->doc->getPageRenderer()->loadScriptaculous('effects');
$this->doc->getPageRenderer()->loadExtJS();
$this->doc->getPageRenderer()->addJsFile('js/pagetreefiltermenu.js');
$this->doc->JScode .= $this->doc->wrapScriptTags(
($this->currentSubScript?'top.currentSubScript=unescape("'.rawurlencode($this->currentSubScript).'");':'').'
// setting prefs for pagetree and drag & drop
......
'csh' => '',
'new_page' => '',
'refresh' => '',
'filter' => '',
);
// New Page
......
// CSH
$buttons['csh'] = str_replace('typo3-csh-inline','typo3-csh-inline show-right',t3lib_BEfunc::cshItem('xMOD_csh_corebe', 'pagetree', $GLOBALS['BACK_PATH'], '', TRUE));
// Filter
if ($this->hasFilterBox) {
$buttons['filter'] = '<a href="#" id="tree-toolbar-filter-item"><img' . t3lib_iconWorks::skinImg('', 'gfx/filter.png') . ' title="' . $LANG->sL('LLL:EXT:cms/layout/locallang.xml:labels.filter', 1) . '" alt="" /></a></span>';
}
return $buttons;
}
typo3/class.alt_menu_functions.inc (Arbeitskopie)
// Code for "About modules"
$descrCode.='
<tr class="c-mainitem bgColor4">
<tr class="c-mainitem">
<td colspan="3">'.$imageCode.$label.'</td>
</tr>';
typo3/mod/user/ws/index.php (Arbeitskopie)
$workspaces = $GLOBALS['TYPO3_DB']->exec_SELECTgetRows('uid,title,adminusers,members,reviewers','sys_workspace','pid=0'.t3lib_BEfunc::deleteClause('sys_workspace'),'','title');
foreach($workspaces as $rec) {
if ($GLOBALS['BE_USER']->checkWorkspace($rec)) {
$this->MOD_MENU['display'][$rec['uid']] = '['.$rec['uid'].'] '.$rec['title'];
$this->MOD_MENU['display'][$rec['uid']] = '['.$rec['uid'].'] '.htmlspecialchars($rec['title']);
}
}
}
typo3/mod/user/ws/class.wslib_gui.php (Arbeitskopie)
// Compile table row:
$tableRows[] = '
<tr class="bgColor4">
<tr>
'.$mainCell.$verCell.'
<td nowrap="nowrap">'.$this->showStageChangeLog($table,$rec_off['uid'],$this->displayWorkspaceOverview_stageCmd($table,$rec_off)).'</td>
<td nowrap="nowrap" class="'.$swapClass.'">'.
typo3/border.html (Arbeitskopie)
/*<![CDATA[*/
body {
background-color: #edeeee;
background-color: #dadada;
}
#toggle-tree {
height: 500px;
cursor: pointer;
border-right: 1px solid #ddd;
border-right: 1px solid #c2c2c2;
}
.collapsed {
......
background-image: url("gfx/border_collapse.gif");
background-repeat: no-repeat;
background-position: 0px 250px;
border-left: 1px solid #ddd;
border-left: 1px solid #c2c2c2;
}
/*]]>*/
typo3/templates/alt_file_navframe.html (Arbeitskopie)
</div>
<div id="typo3-docheader-row2">
<!-- ###SECOND_ROW### -->
<div id="treeFilterBox" class="bgColor4">
<div id="treeFilterBox">
<div id="searchBubble">
<input type="text" value="" name="treeFilter" id="treeFilter" />
###IMG_RESET###
typo3/templates/alt_db_navframe.html (Arbeitskopie)
</div>
<div id="typo3-docheader-row2">
<!-- ###SECOND_ROW### -->
<div id="treeFilterBox" class="bgColor4">
<div id="treeFilterBox">
<div id="searchBubble">
<input type="text" value="" name="treeFilter" id="treeFilter" />
###IMG_RESET###
......
<!-- ###BUTTON_GROUP_WRAP### -->
<!-- ###BUTTON_GROUPS_LEFT### -->
<!-- ###BUTTON_GROUP4### --> <!-- ###BUTTON_GROUP4### -->
<!-- ###BUTTON_GROUP4### -->###NEW_PAGE######FILTER###<!-- ###BUTTON_GROUP4### -->
<!-- ###BUTTON_GROUPS_LEFT### -->
<!-- ###BUTTON_GROUPS_RIGHT### -->
<!-- ###BUTTON_GROUP1### -->###NEW_PAGE######REFRESH######CSH###<!-- ###BUTTON_GROUP1### -->
<!-- ###BUTTON_GROUP1### -->###REFRESH######CSH###<!-- ###BUTTON_GROUP1### -->
<!-- ###BUTTON_GROUPS_RIGHT### -->
typo3/sysext/tstemplate_objbrowser/class.tx_tstemplateobjbrowser.php (Arbeitskopie)
$out .= '<label for="check' .$key . '">' . $tmpl->substituteCMarkers(htmlspecialchars($val)) . '</label></td></tr>';
}
$theOutput.='
<table border="0" cellpadding="0" cellspacing="0" class="bgColor4">'.$out.'
<table border="0" cellpadding="0" cellspacing="0">' . $out . '
<td><br /><input type="Submit" name="Submit" value="' . $GLOBALS['LANG']->getLL('setConditions') . '" /></td>
</table>
typo3/sysext/beuser/mod/index.php (Arbeitskopie)
$i = 0;
foreach ($allGroups as $allCells) {
$outTable.='<tr><td'.$TDparams.'>'.implode('</td><td'.$TDparams.'>',$allCells).'</td></tr>';
$TDparams=' nowrap="nowrap" class="'.($i++ % 2 == 0 ? 'bgColor4' : 'bgColor6').'" valign="top"';
$TDparams=' nowrap="nowrap" class="' . ($i++ % 2 == 0 ? '' : 'bgColor6') . '" valign="top"';
}
$outTable='<table border="0" cellpadding="2" cellspacing="2">' . $outTable . '</table>';
$outTable .= '<br /><br />' . $GLOBALS['LANG']->getLL('cachedGrouplistsUpdated', true);
typo3/sysext/tstemplate_analyzer/class.tx_tstemplateanalyzer.php (Arbeitskopie)
$tmpl->procesIncludes();
$hierarArr = array();
$head = '<tr class="c-headLineTable">';
$head = '<tr class="t3-row-header">';
$head.= '<td>' . $GLOBALS['LANG']->getLL('title', true) . '</td>';
$head.= '<td>' . $GLOBALS['LANG']->getLL('rootlevel', true) . '</td>';
$head.= '<td>' . $GLOBALS['LANG']->getLL('clearSetup', true) . '</td>';
typo3/sysext/belog/mod/index.php (Arbeitskopie)
$this->doc->tableLayout = Array (
'0' => Array (
'defCol' => Array('<td valign="top" class="c-headLineTable"><b>', '</b></td><td class="c-headLineTable"><img src="' . $this->doc->backPath . 'clear.gif" width="10" height="1" alt="" /></td>')
'defCol' => Array('<td valign="top" class="t3-row-header"><b>', '</b></td><td class="t3-row-header"><img src="' . $this->doc->backPath . 'clear.gif" width="10" height="1" alt="" /></td>')
),
'defRow' => Array (
'0' => Array('<td valign="top">','</td>'),
typo3/sysext/lowlevel/dbint/index.php (Arbeitskopie)
$this->doc->tableLayout = array (
'0' => array (
'defCol' => array('<td class="c-headLineTable"><img src="' . $this->doc->backPath . 'clear.gif" width="10" height="1" alt="" /></td><td valign="top" class="c-headLineTable"><b>', '</b></td>')
'defCol' => array('<td class="t3-row-header"><img src="' . $this->doc->backPath . 'clear.gif" width="10" height="1" alt="" /></td><td valign="top" class="t3-row-header"><b>', '</b></td>')
),
'defRow' => array (
'0' => array('<td valign="top">','</td>'),
typo3/sysext/t3skin/ext_tables.php (Arbeitskopie)
# $TBE_STYLES['loginBoxImage_rotationFolder'] = '';
// Alternative dimensions for frameset sizes:
$TBE_STYLES['dims']['leftMenuFrameW'] = 160; // Left menu frame width
$TBE_STYLES['dims']['topFrameH'] = 45; // Top frame heigth
$TBE_STYLES['dims']['shortcutFrameH'] = 35; // Shortcut frame height
$TBE_STYLES['dims']['selMenuFrame'] = 200; // Width of the selector box menu frame
$TBE_STYLES['dims']['navFrameWidth'] = 260; // Default navigation frame width
$TBE_STYLES['dims']['selMenuFrame'] = 400; // Width of the selector box menu frame
$TBE_STYLES['dims']['navFrameWidth'] = 280; // Default navigation frame width
// Setting roll-over background color for click menus:
// Notice, this line uses the the 'scriptIDindex' feature to override another value in this array (namely $TBE_STYLES['mainColors']['bgColor5']), for a specific script "typo3/alt_clickmenu.php"
$TBE_STYLES['scriptIDindex']['typo3/alt_clickmenu.php']['mainColors']['bgColor5'] = '#F8F9FB';
$TBE_STYLES['scriptIDindex']['typo3/alt_clickmenu.php']['mainColors']['bgColor5'] = '#dedede';
// Setting up auto detection of alternative icons:
$TBE_STYLES['skinImgAutoCfg'] = array(
......
'MOD:help_txtsconfighelpM1/moduleicon.gif' => array($temp_eP.'icons/module_help_ts.gif','width="25" height="24"'),
));
// Logo at login screen
$TBE_STYLES['logo_login'] = $temp_eP . 'images/login/typo3logo-white.png';
// Adding icon for photomarathon extensions' backend module, if enabled:
if (t3lib_extMgm::isloaded('user_photomarathon')) {
$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/templates/login.html (Arbeitskopie)
###LOGO###
</div>
<div id="t3-login-form-inner" class="t3-login-box">
<div class="shadow-box-top-428"></div>
<div class="t3-headline">
<h2>###HEADLINE###</h2>
</div>
......
</script>
<script type="text/javascript" src="sysext/t3skin/resources/login.js"></script>
</div>
<div class="shadow-box-bottom-424"></div>
</div>
<div class="t3-login-box-border-bottom"></div>
###NEWS###
</div>
</div>
typo3/sysext/t3skin/stylesheets/structure/element_csm.css (Arbeitskopie)
$Id$
- - - - - - - - - - - - - - - - - - - - - */
table.typo3-CSM tr.typo3-CSM-itemRow td {
padding: 1px 5px 1px 5px;
table.typo3-CSM-wrapperCM td {
padding: 0;
}
table.typo3-CSM tr.typo3-CSM-itemRow {
height: 13px;
table.typo3-CSM tr.typo3-CSM-itemRow td {
padding: 2px 6px;
}
/* - - - - - - - - - - - - - - - - - - - - -
typo3/sysext/t3skin/stylesheets/structure/toolbar_username.css (Arbeitskopie)
- - - - - - - - - - - - - - - - - - - - - */
#username {
margin-left: 25px;
margin-right: 10px;
padding-top: 2px;
}
typo3/sysext/t3skin/stylesheets/structure/toolbar.css (Arbeitskopie)
- - - - - - - - - - - - - - - - - - - - - */
.typo3-top-toolbar {
margin-top: 9px;
padding-right: 15px;
position: absolute;
right: 0px;
typo3/sysext/t3skin/stylesheets/structure/module_user_settings.css (Arbeitskopie)
width: 50px;
}
#ext-setup-mod-index-php div.typo3-dyntabmenu-divs {
padding-bottom: 12px;
}
#ext-setup-mod-index-php #user-setup-wrapper {
float: left;
}
typo3/sysext/t3skin/stylesheets/structure/element_tree.css (Arbeitskopie)
body#typo3-pagetree #typo3-inner-docbody,
body#typo3-alt-file-navframe-php #typo3-inner-docbody {
padding-right: 0px;
padding: 0 10px 10px 5px;
}
ul.tree {
clear: both;
margin: 0;
margin: 16px 0 0 5px;
padding: 0;
}
......
ul.tree ul {
padding: 0;
padding-left: 17px;
margin: 0;
}
ul.tree ul {
padding-left: 19px;
}
ul #pages0_0 > ul {
padding-left: 0;
}
ul.tree ul li {
padding: 0;
margin: 0;
}
ul.tree div.treeLinkItem {
display: inline-block;
padding: 0 5px 0 2px;
}
ul.tree div.treeLinkItem span.dragIcon {
margin: 0 3px 0 1px;
}
#dragIcon {
position: absolute;
visibility: hidden;
......
}
#treeFilterBox {
display: none;
height: 27px;
position: absolute;
top: 22px;
width: 260px;
z-index: 3;
width: 260px;
}
#searchBubble {
......
}
#treeFilter {
margin: 6px 0pt 0pt 19px !important;
margin: 6px 0pt 0pt 17px !important;
height: 16px;
width: 165px;
}
#treeFilterReset {
left: 194px;
left: 190px;
position: absolute;
top: 6px;
visibility: hidden;
......
#typo3-pagetree #typo3-docheader img,
#typo3-alt-file-navframe-php #typo3-docheader img {
margin: 2px 1px;
}
#treeRoot {
margin-top: 6px;
margin: 2px;
}
typo3/sysext/t3skin/stylesheets/structure/main_decorations.css (Revision 0)
.shadow-box-bottom-424 {
height: 3px;
}
.shadow-box-top-428 {
height: 4px;
}
typo3/sysext/t3skin/stylesheets/structure/main_content.css (Arbeitskopie)
vertical-align: top;
}
.t3-row-header {
padding: 3px 7px;
}
/* Forms */
/* Reformatting of the submit buttons */
typo3/sysext/t3skin/stylesheets/structure/module_web_page.css (Arbeitskopie)
$Id$
- - - - - - - - - - - - - - - - - - - - - */
table.typo3-page-ceHeader {
width: 100%;
td.t3-page-column {
min-width: 150px;
max-width: 300px;
}
table.typo3-page-ceHeader img {
vertical-align: middle;
.t3-page-colHeader {
margin-bottom: 10px;
position: relative;
}
.t3-page-colHeader-icons {
left: 7px;
position: absolute;
top: 2px;
}
.t3-page-ce {
margin-bottom: 10px;
}
.t3-page-ce h4 {
margin: 0;
}
.t3-page-ce .t3-row-header {
visibility: hidden;
}
.t3-page-ce.active .t3-row-header {
visibility: visible;
}
.t3-page-colHeader-icons span.t3-icon,
.t3-page-ce .t3-row-header span.t3-icon {
margin-right: 3px;
}
.t3-page-ce-icons-move {
float: right;
}
.t3-page-ce-body {
padding: 7px;
}
.t3-page-ce-type {
margin-bottom: 5px;
}
.t3-page-ce-type a {
vertical-align: top;
}
table.typo3-page-columnsMode img.c-divider {
margin: 10px 0px 5px 0px;
}
typo3/sysext/t3skin/stylesheets/structure/module_file_list.css (Arbeitskopie)
}
table#typo3-filelist tr td {
padding: 5px 3px;
}
table#typo3-filelist tr.t3-row-header td {
padding: 3px;
}
typo3/sysext/t3skin/stylesheets/structure/element_docheader.css (Arbeitskopie)
}
div#typo3-docheader img,
div#typo3-docheader input {
div#typo3-docheader input,
div#typo3-docheader span.t3-icon {
margin: 2px 3px 0;
vertical-align: top;
}
......
div#typo3-docheader div.docheader-row2-right {
float: right;
margin-right: 6px;
margin-right: 20px;
}
div#typo3-docbody {
......
padding-right: 20px;
}
div#typo3-docheader div.buttonsright {
margin-right: 18px;
}
div#typo3-docheader div.buttonsright div.buttongroup {
float: left;
height: 20px;
typo3/sysext/t3skin/stylesheets/structure/toolbar_logout.css (Arbeitskopie)
}
#logout-button input {
height: 18px;
padding: 0;
vertical-align: baseline;
height: 20px;
padding: 0 0 2px 0;
}
typo3/sysext/t3skin/stylesheets/structure/login_screen.css (Arbeitskopie)
*/
body#typo3-index-php {
height: auto;
margin: 0;
padding-top: 75px;
}
body#typo3-index-php #t3-login-form-outer {
......
}
body#typo3-index-php .t3-login-field .t3-login-clearInputField {
left: 275px;
left: 260px;
position: absolute;
top: 5px;
top: 4px;
}
body#typo3-index-php .t3-login-field .t3-login-alert-capslock {
......
body#typo3-index-php .t3-login-field label {
float: left;
padding-right: 10px;
width: 85px;
width: 70px;
}
body#typo3-index-php .t3-login-field input {
height: 19px;
height: 18px;
margin: 0;
padding: 2px 23px 0 5px;
width: 168px;
......
body#typo3-index-php #t3-login-form-fields {
display: none;
margin: 0;
padding: 14px 0 0 30px;
padding: 14px 0 5px 30px;
}
body#typo3-index-php #t3-interfaceselector {
......
}
body#typo3-index-php .t3-login-submit {
margin: 15px 0 0 95px;
margin: 15px 0 0 80px;
padding: 3px 16px;
}
......
body#typo3-index-php .t3-login-logout-form div.t3-login-label {
float: left;
padding-right: 10px;
width: 85px;
width: 70px;
}
/**
......
padding: 10px;
}
.t3-login-box-shadow {
height: 3px;
}
.t3-login-box-border-bottom {
height: 6px;
}
typo3/sysext/t3skin/stylesheets/structure/module_menu.css (Arbeitskopie)
- - - - - - - - - - - - - - - - - - - - - */
#typo3-menu {
padding-left: 1px;
padding-top: 2px;
margin: 0;
padding-top: 22px;
}
#typo3-menu ul {
......
vertical-align: baseline;
}
#typo3-menu li span {
margin-top: 1px;
}
#typo3-menu li div {
margin: 8px 0px 2px 4px;
margin: 4px 0px 2px 4px;
overflow: hidden;
padding: 2px 0px 4px 16px;
vertical-align: middle;
......
}
#typo3-menu li ul li {
height: auto;
margin-bottom: 1px;
margin-left: 0px;
padding: 1px 0px 1px 2px;
height: 21px;
}
#typo3-menu li ul li a {
display: block;
padding-left: 13px;
margin-bottom: 1px;
padding: 3px 0 3px 15px;
}
#typo3-menu li ul li a:hover,
#typo3-menu li ul li.hover a,
#typo3-menu li ul li.highlighted a {
margin-bottom: 1px;
padding-bottom: 2px;
padding-top: 2px;
}
#typo3-menu div.expanded,
#typo3-menu div.collapsed {
margin-left: 0px;
}
}
typo3/sysext/t3skin/stylesheets/structure/module_web_list.css (Arbeitskopie)
}
table.typo3-dblist tr td {
padding-left: 1px;
padding-right: 6px;
padding: 3px 1px 3px 6px;
}
table.typo3-dblist tr td.c-headLine,
......
display: none;
}
table.typo3-dblist tr td.c-headLineTable,
table.typo3-dblist tr.c-headLineTable td {
height: 16px;
}
table.typo3-dblist tr td div.typo3-DBctrl {
height: 16px;
min-width: 252px;
padding: 2px;
}
tr.t3-row-header td {
padding: 3px 7px;
}
* html table.typo3-dblist tr td div.typo3-DBctrl {
width: 252px;
}
......
visibility: hidden;
}
table.typo3-dblist tr td div.typo3-clipCtrl img,
table.typo3-dblist tr td div.typo3-DBctrl img {
table.typo3-dblist tr td div.typo3-clipCtrl span.t3-icon,
table.typo3-dblist tr td div.typo3-DBctrl span.t3-icon {
float: left;
margin-left: 1px;
margin-right: 1px;
......
table.typo3-dblist tr td.col-icon {
padding-left: 4px;
padding-right: 0px;
vertical-align: top;
vertical-align: middle;
width: 20px;
}
table.typo3-dblist tr.c-headLineTable td.col-icon {
padding-left: 3px;
}
table.typo3-dblist tr td.col-icon a {
display: block;
margin-top: 3px;
width: 20px;
}
table.typo3-dblist tr td.col-icon a img.collapseIcon {
margin: 1px 0px 0px 2px;
}
......
padding-left: 18px;
}
table.typo3-dblist tr.c-headLine td.col-title a {
display: block;
width: 240px;
}
table.typo3-dblist tr td.col-control {
width: 250px;
}
......
width: 4px;
}
table.typo3-dblist tr.c-headLine td.col-control a{
display: block;
width: 250px;
}
table.typo3-dblist tr td.col-clipboard {
width: 74px;
}
......
height: 19px;
margin-left: 5px;
padding: 0 4px 2px 4px;
}
.t3-list-table-header-icon-down {
display: inline-block;
height: 6px;
padding: 5px 4px;
width: 9px;
}
.t3-list-table-header-icon-right {
display: inline-block;
height: 8px;
padding: 4px 5px;
width: 7px;
}
typo3/sysext/t3skin/stylesheets/structure/topbar.css (Arbeitskopie)
- - - - - - - - - - - - - - - - - - - - - */
#typo3-topbar {
height: 25px;
height: 42px;
z-index: 200;
}
......
}
#typo3-logo {
margin: 8px 0 0 6px;
padding: 1px 0px 0px 10px;
width: 159px;
}
typo3/sysext/t3skin/stylesheets/visual/element_csm.css (Arbeitskopie)
$Id$
- - - - - - - - - - - - - - - - - - - - - */
table.typo3-CSM {
border: #9ba1a8 1px solid;
table.typo3-CSM-wrapperCM {
border: #b6b6b6 1px solid;
}
table.typo3-CSM-wrapperCM {
background: #fff;
}
table.typo3-CSM td.typo3-CSM-item {
white-space: nowrap;
}
......
cursor: pointer;
}
table.typo3-CSM tr.bgColor2 {
background-color: #b6b6b6;
}
/* - - - - - - - - - - - - - - - - - - - - -
special backend elements
- - - - - - - - - - - - - - - - - - - - - */
......
table#typo3-CSM-top tr td.c-itemicon {
font-weight: bold;
}
#contentMenu0 {
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
typo3/sysext/t3skin/stylesheets/visual/element_tceforms.css (Arbeitskopie)
border-collapse: collapse;
... This diff was truncated because it exceeds the maximum size that can be displayed.
(4-4/4)