Skip to content
Code-Schnipsel Gruppen Projekte
Commit 88a600fa erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

Merge branch 'dev'

Übergeordnete ad8eb947 7f9871be
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
1 Merge Request!25Update 'next-3.x' with latest changes from 'main'
Dieser Commit ist Teil des Merge Request !25. Hier erstellte Kommentare werden im Kontext dieses Merge Request erstellt.
......@@ -1621,6 +1621,13 @@ a.toTop:before {
width: 100%;
}
/*************************/
/* Passwort reset window */
/*************************/
.qui-controls-user-password-quiWindow .qui-window-popup-title {
display: none;
}
/** Product Children Slider (horizontal)
===================================== */
/* @todo das muss noch geprüft werden - nicht alle Regeln werden benötigt */
......
<!doctype html>
<html itemscope itemtype="{$Site->getAttribute('meta.itemscope')}" lang="{$Project->getLang()}">
<head>
{template_event name="quiqqer::template::header::begin" Template=$Template}
{template_event name="quiqqer::template-cologne::header::begin" Template=$Template}
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"/>
......@@ -28,8 +29,10 @@
{template_event name="quiqqer::template-cologne::header::afterSettingsCSS" Template=$Template}
{template_event name="quiqqer::template-cologne::header::end" Template=$Template}
{template_event name="quiqqer::template::header::end" Template=$Template}
</head>
<body class="page-{$Site->getId()} {$typeClass} {$siteType} {$minimalDesignClass} {$pageCustomClass}">
{template_event name="quiqqer::template::body::begin" Template=$Template}
{template_event name="quiqqer::template-cologne::body::begin" Template=$Template}
{if $useSlideOutMenu}
......@@ -85,5 +88,6 @@
</div>
{/if}
{template_event name="quiqqer::template-cologne::body::end" Template=$Template}
{template_event name="quiqqer::template::body::end" Template=$Template}
</body>
</html>
......@@ -59,7 +59,9 @@
$logoWidth = false;
try {
$logoWidth = $Logo->getResizeSize(false, $logoHeight)['width'];
if ($Logo) {
$logoWidth = $Logo->getResizeSize(false, $logoHeight)['width'];
}
} catch (QUI\Exception $Exception) {
QUI\System\Log::addNotice($Exception->getMessage());
}
......
......@@ -78,11 +78,17 @@ public function getBody()
} catch (QUI\Exception $Exception) {
}
$showBasketButton = $this->getAttribute('showBasketButton');
if (!QUI::getPackageManager()->isInstalled('quiqqer/order')) {
$showBasketButton = false;
}
$Engine->assign([
'menuFile' => $this->getAttribute('menuFile'),
'this' => $this,
'showDescFor' => $this->getAttribute('showDescFor'),
'showBasketButton' => $this->getAttribute('showBasketButton'),
'showBasketButton' => $showBasketButton,
'Site' => $Site,
'Project' => $Project
]);
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren