Several enhancements for Foundry

git-svn-id: https://svn.libreccm.org/ccm/trunk@3084 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-01-17 11:41:41 +00:00
parent a2d007d41b
commit 8592762bc6
3 changed files with 6 additions and 4 deletions

View File

@ -52,6 +52,7 @@
name="{@param}" name="{@param}"
value="{@value}" value="{@value}"
title="Enter one or more search terms"/> title="Enter one or more search terms"/>
<br/>
<xsl:apply-templates select="../bebop:formWidget"/> <xsl:apply-templates select="../bebop:formWidget"/>
</span> </span>
</xsl:template> </xsl:template>

View File

@ -610,7 +610,7 @@
<xsl:sequence select="foundry:message-warn(concat('Setting &quot;', $setting, '&quot; not found in global.xml'))"/> <xsl:sequence select="foundry:message-warn(concat('Setting &quot;', $setting, '&quot; not found in global.xml'))"/>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:sequence select="foundry:message-warn(concat('Setting &quot;', $setting, '&quot; not found in', $module, '.xml'))"/> <xsl:sequence select="foundry:message-warn(concat('Setting &quot;', $setting, '&quot; not found in ', $module, '.xml'))"/>
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
</xsl:message> </xsl:message>

View File

@ -879,7 +879,7 @@ span.sortButtons span a img {
/*----Fieldset Legend----*/ /*----Fieldset Legend----*/
div#search{ div#search{
width: 100%; /*width: 100%;*/
margin-top: 15px; margin-top: 15px;
position: relative; position: relative;
} }
@ -934,7 +934,6 @@ div#search .filterName {
} }
div#search .filterParam { div#search .filterParam {
display: table-cell;
padding-bottom: 1.2em; padding-bottom: 1.2em;
padding-top:0.5em; padding-top:0.5em;
} }
@ -944,6 +943,8 @@ div#search .filterParam >select{
-webkit-border-radius:5px; -webkit-border-radius:5px;
border-radius:5px; border-radius:5px;
background-color: #fbfbfb; background-color: #fbfbfb;
width: 100%;
overflow: scroll;
} }
/* CMS GlobalNavigation */ /* CMS GlobalNavigation */
@ -1118,7 +1119,7 @@ div#right div.bebop-body {
overflow: auto; overflow: auto;
position: absolute; position: absolute;
padding: 0em 1em; padding: 0em 1em;
background-color: #f2f0ff; background-color: #fff;
} }
div.bebop-body table tr{ div.bebop-body table tr{