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-94f89814c4dfmaster
parent
96770a673d
commit
a63b3df832
|
|
@ -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
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
<setting id="padding/showPadding">false</setting>
|
||||
<setting id="padding/borderColor">cccccc</setting>
|
||||
|
||||
<!--<setting id="hintSymbol">❓</setting>-->
|
||||
<setting id="hintSymbol">(?)</setting>
|
||||
|
||||
<setting id="table/setImage/checkboxChecked">/images/bebop/checkBoxChecked.gif</setting>
|
||||
|
|
|
|||
Loading…
Reference in New Issue