Some ajustments to the content center theme:

- Moved the breadcrumbs to the top
- Moved the tab bar outside the header
- Minimized height of the header and outer paddings and margins


git-svn-id: https://svn.libreccm.org/ccm/trunk@2749 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-07-11 07:44:19 +00:00
parent 96770a673d
commit a63b3df832
5 changed files with 747 additions and 720 deletions

View File

@ -389,7 +389,7 @@ public class DomainObjectPropertySheet extends PropertySheet {
public DefaultAttributeFormatter() {
m_default = new GlobalizedMessage(
"toolbox.ui.na",
"com.arsdigita.toolbox.ui.ToolboxResources");
"com.arsdigita.toolbox.ToolboxResources");
}
/**

File diff suppressed because it is too large Load Diff

View File

@ -258,7 +258,11 @@
<xsl:attribute name="content">
<xsl:value-of select="../following-sibling::bebop:cell/*/@hint"/>
</xsl:attribute>
(?)
<xsl:call-template name="mandalay:getSetting">
<xsl:with-param name="module" select="'bebop'"/>
<xsl:with-param name="setting" select="'hintSymbol'"/>
<xsl:with-param name="default" select="'(?)'"/>
</xsl:call-template>
</span>
</xsl:if>
</xsl:template>

View File

@ -26,7 +26,7 @@
<showText>
<line>layout/page/head/title</line>
</showText>
<usePageTitle/>
<usePageTitle/>
</title>
<useCSSLoader/>
</head>
@ -51,7 +51,7 @@
<useLogoutLink/>
</showCMSGlobalNavigation>
</div>
<showTabbedPane class="minWidth"/>
</div>
</div>
<div id="cmsBreadcrumbs" class="minWidth">
@ -59,6 +59,9 @@
<separator> > </separator>
</showBebopContextBar>
</div>
<div id="tabs">
<showTabbedPane class="minWidth"/>
</div>
<div id="cmsContent" class="minWidth headerHeight">
<div id="left">
<div class="columnHead">

View File

@ -24,6 +24,7 @@
<setting id="padding/showPadding">false</setting>
<setting id="padding/borderColor">cccccc</setting>
<!--<setting id="hintSymbol">&#x2753;</setting>-->
<setting id="hintSymbol">(?)</setting>
<setting id="table/setImage/checkboxChecked">/images/bebop/checkBoxChecked.gif</setting>