Skip to content

Commit

Permalink
issue #252: added bs4 card settings
Browse files Browse the repository at this point in the history
  • Loading branch information
YaWK committed Nov 30, 2018
1 parent 522980d commit 40016b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/classes/bootstrap4.php
Expand Up @@ -119,7 +119,7 @@ public function bs4_Cards()
}
.card-footer {
padding: 0.75rem 1.25rem;
padding: ".$this->tplSettings['card-footer-padding'].";
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
Expand Down
2 changes: 1 addition & 1 deletion system/classes/template.php
Expand Up @@ -590,7 +590,7 @@ public static function getCurrentTemplateName($db, $location, $templateID)
}
} else { // could not fetch template -
// - in that case set default template
// print alert::draw("warning", "Warning: ", "Template kann nicht gelesen werden, default template gesetzt. (yawk-bootstrap3)","page=settings-system","4800");
// print alert::draw("warning", "Warning: ", "Template kann nicht gelesen werden, default template gesetzt. (YaWK-bootstrap3)","page=settings-system","4800");
return "template ID $templateID not in database...?";
}
}
Expand Down

0 comments on commit 40016b9

Please sign in to comment.