fix install
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<div class="panel-heading main-header">
|
||||
<img src="../client/img/logo.png">
|
||||
</div>
|
||||
<header class="panel-heading">
|
||||
<header class="step-header">
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
<h4 class="panel-title">
|
||||
<h4>
|
||||
{$langs['labels']["{$action} page title"]}
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -193,7 +193,7 @@ $smarty->assign('action', ucfirst($action));
|
||||
$smarty->assign('config', $config);
|
||||
$smarty->assign('installerConfig', $installer->getInstallerConfigData());
|
||||
|
||||
$theme = $_SESSION['install']['theme'] ?? 'HazyblueVertical';
|
||||
$theme = $_SESSION['install']['theme'] ?? 'Espo';
|
||||
$stylesheet = $installer->getMetadata()->get(['themes', $theme, 'stylesheet']);
|
||||
|
||||
$smarty->assign('stylesheet', $stylesheet);
|
||||
|
||||
@@ -144,7 +144,15 @@ span.ok {
|
||||
|
||||
.main-header.panel-heading {
|
||||
background-color: var(--navbar-inverse-bg) !important;
|
||||
padding: 0px 2px;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
header.step-header {
|
||||
padding: 10px 14px;
|
||||
}
|
||||
|
||||
header.step-header h4 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.panel .modal-footer {
|
||||
|
||||
Reference in New Issue
Block a user