Skip to content

Commit

Permalink
#6 bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteph-de committed Jan 13, 2022
1 parent 475b58d commit e6ac806
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</li>
</c:if>
<c:if test="${current eq 'article'}">
<x:if select="$mcrobj/mycoreobject/structure/derobjects/derobject[@xlink:title='display_biography']">
<x:if select="$mcrobj/mycoreobject/structure/derobjects/derobject[classification/@categid='display_biography']">
<li class="nav-item">
<a class="nav-link ${tabstyle}" href="${WebApplicationBaseURL}resolve/id/${mcrid}?tab=${current}${empty param._search ? '' : '&_search='.concat(param._search)}${from eq 'true' ? '&fromWF=true' : ''}">
<i class="fas fa-book docdetails-tabbar-icon"></i>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ div.docdetails-image div{
}

.docdetails-table.col_derivates tr > td.icon{
width: 1.5em;
font-size: 2.4em;
vertical-align: middle;
padding-bottom:0.5em;
padding-left:1em;
width:1.8em;
font-size: 2.2em;
vertical-align: middle;
padding: 0 0.5em 0.5em 0.5em;
}

.docdetails-separator + .docdetails-separator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
<xsl:value-of select="normalize-space($output)" disable-output-escaping="true" />
<a href="{$url}" target="_blank">
<nobr> ({mcri18n:translate('OMD.profkat.link.external')}
<img src="${WebApplicationBaseURL}images/link_extern.png" alt="Link" />)</nobr>
<img src="{$WebApplicationBaseURL}images/link_extern.png" alt="Link" />)</nobr>
</a>
</xsl:otherwise>
</xsl:choose>
Expand Down Expand Up @@ -529,7 +529,7 @@
<xsl:variable name="doc" select="document(concat('data:text/xml,',.))" />
<xsl:for-each select="$doc/register/werk">
<xsl:if test="position()>1"> <br /> </xsl:if>
{./@titel} -
{./@titel} {if (string-length(./band/@title)>0) then ('-') else ()}
<xsl:for-each select="./band">
<xsl:if test="position()>1">; </xsl:if>
{./@titel}:
Expand Down

0 comments on commit e6ac806

Please sign in to comment.