Project

General

Profile

Bug #23767 » 16032.diff

Administrator Admin, 2010-11-09 01:13

View differences:

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><label for="search_field">' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.enterSearchString', 1) . '</label><input type="text" name="search_field" id="search_field" value="' . htmlspecialchars($this->searchString) . '"' . $GLOBALS['TBE_TEMPLATE']->formWidth(10) . ' /></td>
<td>' . $lMenu . '</td>
typo3/js/extjs/viewportConfiguration.js (Arbeitskopie)
layout: 'fit',
region: 'west',
id: 'typo3-module-menu',
collapsible: true,
collapseMode: 'mini',
collapsible: false,
collapseMode: null,
floatable: true,
hideCollapseTool: true,
split: true,
......
id: 'typo3-debug-console',
border: false
}]
};
};
typo3/js/extjs/viewport.js (Arbeitskopie)
var moduleMenu = this.initialConfig.items[1];
moduleMenu.width = TYPO3.configuration.moduleMenuWidth;
if (!TYPO3.configuration.moduleMenuSplit) {
moduleMenu.split = false;
moduleMenu.collapsible = false;
moduleMenu.collapseMode = null
}
// call parent constructor
TYPO3.Viewport.superclass.initComponent.apply(this, arguments);
......
this.Topbar = Ext.getCmp('typo3-topbar');
this.ModuleMenuContainer = Ext.getCmp('typo3-module-menu');
this.DebugConsole = Ext.getCmp('typo3-debug-console');
// place a wrapper-div inside the split bar,
// this enables us to set width of the split bar to 0 to make it invisible
Ext.getCmp('typo3-viewport').on(
'afterRender',
function(el) {
Ext.each([
'typo3-navigationContainer-xsplit',
'typo3-module-menu-xsplit'
], function(value) {
var splitbar = Ext.get(value);
var button = splitbar.first();
var wrapper = splitbar.createChild({
cls: 'x-layout-mini-wrapper'
});
if (button !== null) {
wrapper.appendChild(button);
}
});
}
);
},
/**
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/sysext/t3skin/extjs/xtheme-t3skin.css (Arbeitskopie)
background-color:#e6e6e6;
}
.x-layout-mini {
opacity: 0.6;
}
.x-layout-mini:hover {
opacity: 0.8;
}
.x-layout-split-west .x-layout-mini {
background-image:url(images/layout/mini-left.gif);
}
......
color: #606060;
}
/* Pagetree */
.x-layout-split {
background-color: #dadada;
/* Tree frame split bar */
#typo3-module-menu-xsplit,
#typo3-navigationContainer-xsplit {
width: 0;
}
/* Collapse icon */
#typo3-module-menu-xsplit .x-layout-mini-west,
#typo3-module-menu-xcollapsed .x-layout-mini-west,
#typo3-navigationContainer-xsplit .x-layout-mini-west,
#typo3-navigationContainer-xcollapsed .x-layout-mini-west {
background-position: center;
background-repeat: no-repeat;
display: none;
left: 0px;
padding: 5px 0;
position: absolute;
}
/* Only show collapse icon, when user hovers the split bar */
#typo3-module-menu-xsplit:hover .x-layout-mini-west,
#typo3-module-menu-xcollapsed:hover .x-layout-mini-west,
#typo3-navigationContainer-xsplit:hover .x-layout-mini-west,
#typo3-navigationContainer-xcollapsed:hover .x-layout-mini-west {
display: block;
}
#typo3-module-menu-xcollapsed:hover .x-layout-mini-west,
#typo3-navigationContainer-xcollapsed:hover .x-layout-mini-west {
left: 5px;
}
/* Collapsed tree frame is not invisible, but 5px wide */
#typo3-navigationContainer-xcollapsed {
background-color: #ebebeb;
-moz-box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.15),
inset 0 22px #585858,
inset 0 49px #dadada;
-ms-box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.15),
inset 0 22px #585858,
inset 0 49px #dadada;
-webkit-box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.15),
inset 0 22px #585858,
inset 0 49px #dadada;
box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.15),
inset 0 22px #585858,
inset 0 49px #dadada;
overflow: visible;
width: 5px;
}
/**
* this is our invisible wrapper around the collapse button,
* which enables us to have kind of invisible splitbar
*/
.x-layout-mini-wrapper {
height: 100%;
left: 0;
position: absolute;
width: 1px;
}
.x-splitbar-proxy.x-splitbar-proxy-h {
width: 2px !important;
}
#widget-navigation-tree .x-panel-noborder .x-panel-body-noborder {
background-color: #efeff4;
}
typo3/sysext/t3skin/stylesheets/structure/element_tree.css (Arbeitskopie)
ul.tree div.treeLinkItem {
display: block;
height: 16px;
padding-left: 2px;
padding-right: 2px;
}
span.dragIcon {
display: inline-block;
......
#treeFilterBox {
display: none;
height: 27px;
height: 23px;
position: absolute;
top: 22px;
width: 280px;
typo3/sysext/t3skin/stylesheets/structure/element_docheader.css (Arbeitskopie)
#typo3-pagetree #typo3-docheader,
#typo3-alt-file-navframe-php #typo3-docheader {
min-width: 0px;
min-width: 0;
}
div#typo3-docheader-row1 {
......
height: 20px;
margin-left: 5px;
padding-left: 20px;
}
}
typo3/sysext/t3skin/stylesheets/structure/module_menu.css (Arbeitskopie)
#typo3-menu div.collapsed {
margin-left: 0px;
}
#typo3-module-menu #typo3-docheader {
min-width: 0;
}
typo3/sysext/t3skin/stylesheets/ie6/element_tree.css (Revision 0)
/* workaround for transparent border-color */
ul.tree div.treeLinkItem {
border-bottom: 1px solid #ebebeb;
border-left: 1px solid #ebebeb;
border-top: 1px solid #ebebeb;
}
typo3/sysext/t3skin/stylesheets/visual/element_tree.css (Arbeitskopie)
$Id$
- - - - - - - - - - - - - - - - - - - - - */
body#typo3-pagetree,
body#typo3-alt-file-navframe-php {
background: #ebebeb;
}
#typo3-pagetree #typo3-docbody,
#typo3-alt-file-navframe-php #typo3-docbody {
-moz-box-shadow: inset -2px 0 1px #c4c4c4;
-ms-box-shadow: inset -2px 0 1px #c4c4c4;
-webkit-box-shadow: inset -2px 0 1px #c4c4c4;
box-shadow: inset -2px 0 1px #c4c4c4;
}
table#typo3-tree a {
text-decoration: none;
}
......
}
ul.tree ul li.expanded ul {
background: transparent url('../../icons/gfx/ol/line.gif') 2px top repeat-y;
background: transparent url('../../icons/gfx/ol/line.gif') 1px top repeat-y;
}
ul.tree ul li.last > ul {
background: none;
}
ul.tree div.treeLinkItem {
border-bottom: 1px solid transparent;
border-left: 1px solid transparent;
border-top: 1px solid transparent;
}
ul.tree li.active > div.treeLinkItem,
ul.tree ul li.active > div.treeLinkItem {
background-color: #d8d8d8;
background-color: #f8f8f8;
border-bottom: 1px solid #d7d7d7;
border-left: 1px solid #d7d7d7;
border-top: 1px solid #d7d7d7;
}
ul.tree li.active span a,
......
background-image: url('../../icons/gfx/filter_bg.gif');
background-repeat: no-repeat;
background-position: 0 -2px;
background-color: #f2f2f2;
border-bottom: 1px solid #dadada;
}
typo3/sysext/t3skin/stylesheets/visual/element_docheader.css (Arbeitskopie)
div#typo3-docheader-row2 div {
line-height: normal;
}
/* customized docheader style for module menu and tree frames */
#typo3-module-menu #typo3-docheader-row1,
#typo3-pagetree #typo3-docheader-row1,
#typo3-alt-file-navframe-php #typo3-docheader-row1 {
-moz-box-shadow: inset -2px 0 1px #414141;
-ms-box-shadow: inset -2px 0 1px #414141;
-webkit-box-shadow: inset -2px 0 1px #414141;
box-shadow: inset -2px 0 1px #414141;
}
#typo3-module-menu #typo3-docheader-row2,
#typo3-pagetree #typo3-docheader-row2,
#typo3-alt-file-navframe-php #typo3-docheader-row2 {
-moz-box-shadow: inset -2px 0 1px #b7b7b7;
-ms-box-shadow: inset -2px 0 1px #b7b7b7;
-webkit-box-shadow: inset -2px 0 1px #b7b7b7;
box-shadow: inset -2px 0 1px #b7b7b7;
}
typo3/sysext/t3skin/stylesheets/visual/main_body.css (Arbeitskopie)
/* Set default values for bodytags: */
body {
background-color: #f1f1f1;
background-color: #f8f8f8;
}
typo3/sysext/t3skin/stylesheets/visual/module_menu.css (Arbeitskopie)
#typo3-module-menu {
background: #dddddd;
background-image: url('../../images/backgrounds/module-menu-right.gif');
background-position: right top;
background-repeat: repeat-y;
background-image: -moz-linear-gradient(top, #bdbdbd, 100px #dddddd);
background-image: -webkit-gradient(linear, 0 0, 0 25%, color-stop(0, #bdbdbd), color-stop(1, #dddddd));
background-image: linear-gradient(top, #bdbdbd, 100px #dddddd);
-moz-box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.15);
-ms-box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.15);
box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.15);
}
#typo3-module-menu .x-panel-body {
background-color: transparent;
}
#typo3-side-menu {
background-image: url('../../images/backgrounds/module-menu-top.png');
background-position: right top;
background-repeat: no-repeat;
}
#typo3-menu,
#typo3-menu ul {
list-style: none;
......
#typo3-menu a {
color: #1e2121;
outline: 0;
}
#typo3-menu > li {
......
#typo3-menu li.menuSection li a:hover,
#typo3-menu li.menuSection li.hover a,
#typo3-menu li.highlighted a {
background-color: #f1f1f1;
background-color: #ebebeb;
border-top: 1px solid #b8b8b8;
border-bottom: 1px solid #b8b8b8;
}
typo3/sysext/t3skin/stylesheets/visual/viewport.css (Arbeitskopie)
/* - - - - - - - - - - - - - - - - - - - - -
TYPO3 viewport
$Id$
- - - - - - - - - - - - - - - - - - - - - */
#typo3-navigationContainer-xsplit,
#typo3-navigationContainer-xcollapsed {
border-top: 22px solid #585858;
}
(1-1/2)