Ich komme mit dem Extjs Backend-Plugin einfach nicht weiter. Ich habe nun mal meine Index.tpl von der Recommendation abgeleitet und gekürzt. [code] {extends file=„backend/index/parent.tpl“} {block name=„backend_index_css“ append} TEST TEST
.body {
font:normal 11px tahoma, arial, helvetica, sans-serif;
}
.search-item {
font:normal 11px tahoma, arial, helvetica, sans-serif;
padding:3px 10px 3px 10px;
border:1px solid #fff;
border-bottom:1px solid #eeeeee;
white-space:normal;
color:#555;
cursor:pointer;
height:50px;
}
.search-item h3 {
display:block;
font:inherit;
font-weight:bold;
color:#222;
}
.search-item h3 span {
float: right;
font-weight:normal;
margin:0 0 5px 5px;
width:100px;
display:block;
clear:none;
}
.x-action-col-cell .x-grid3-cell-inner {
padding-top: 1px;
padding-bottom: 1px;
}
.x-action-col-icon {
cursor: pointer;
}
.x-grid3-hd-inner {
position:relative;
cursor:inherit;
padding:4px 3px 4px 5px;
}
.x-grid3-row-body {
white-space:normal;
}
.x-grid3-body-cell {
-moz-outline:0 none;
outline:0 none;
}
.statistics {
font-size:12px;
font-weight: bold;
}
{/block} {block name=„backend_index_body_inline“}{/block} [/code] Das einzigste was ich in meinem Fenster sehe ist der TEST TEXT. Alles was mit Extjs zutun hat wird nicht angezeigt. Warum? Bitte um Hilfe…