Skip to content

Commit

Permalink
HCU #196 - Template - Detailanzeige
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-stoehr committed Mar 11, 2024
1 parent bbc2bba commit b6efb82
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
15 changes: 11 additions & 4 deletions themes/belugax_hcu/css/belugax_hcu.css
Original file line number Diff line number Diff line change
Expand Up @@ -11884,7 +11884,7 @@ body.rtl .modal-loading {
color: #cccfcf;
}

.record .media #belugax-staff-view-content .table-striped:last-child {
.record .media #staffview-content .table-striped:last-child {
color: #181f1d;
}

Expand Down Expand Up @@ -13441,8 +13441,8 @@ h1.belugax-headline-ph {
display: none
}

#belugax-staff-view-content th,
#belugax-staff-view-content strong {
#staffview-content th,
#staffview-content strong {
color: #C62828
}

Expand Down Expand Up @@ -14383,7 +14383,7 @@ th.tablesorter-headerDesc::after {
color: #3c8cd2;
}

#belugax-staff-view-title a {
#staffview-header a {
color: #cccfcf !important;
}

Expand Down Expand Up @@ -14757,6 +14757,13 @@ input.helpTooltipLink:hover {
font-weight: bold;
}

.staff-view--marc .marc__tag {
width: 15%;
}
.staff-view--marc .marc__ind {
width: 5%;
}

/* Belugino fix */
.template-name-results .belugino-icon-cover {
margin-top: 5px;
Expand Down
11 changes: 5 additions & 6 deletions themes/belugax_hcu_dev/templates/RecordTab/staffviewmarc.phtml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<div id="belugax-staff-view">
<div id="belugax-staff-view-title" class="uk-align-right">
<a uk-toggle="target: .belugax-staff-view-toggle" type="button">
<div id="staff-view">
<div id="staffview-header" class="uk-align-right">
<a id="staffview-toggle" type="button">
<?=$this->translate('Staff View')?>
<i class="bel-pfeil-u01 belugax-staff-view-toggle" aria-hidden="true"></i>
<i class="bel-pfeil-o01 belugax-staff-view-toggle" aria-hidden="true" hidden></i>
<i class="bel-pfeil-u01" aria-hidden="true"></i>
</a>
</div>
<div id="belugax-staff-view-content" class="belugax-staff-view-toggle" hidden>
<div id="staffview-content" class="hidden">
<? if ($xml = $this->driver->getRawMarcData()): ?>
<?
$doc = new DomDocument();
Expand Down

0 comments on commit b6efb82

Please sign in to comment.