Kleine Designanpassung

This commit is contained in:
Frank Schubert
2024-01-11 16:34:57 +01:00
parent d3287307ba
commit 82e10f5441
29 changed files with 71 additions and 96 deletions
+6 -22
View File
@@ -1,29 +1,12 @@
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/header.php"); ?>
<!-- start page title -->
<div class="row mb-0">
<div class="col-12">
<div class="page-title-box">
<div class="page-title-right">
<ol class="breadcrumb m-0">
<li class="breadcrumb-item"><a href="javascript: void(0);"><?=MFAPPNAME_SLUG?></a></li>
<li class="breadcrumb-item active">Dashboard</li>
</ol>
</div>
</div>
</div>
</div>
<!-- end page title -->
<?php if(is_array($newss) && count($newss)): ?>
<?php if(is_array($newss) && count($newss)): ?>
<?php foreach($newss as $news): ?>
<div class="row justify-content-center mt-0">
<div class="col-12 col-xl-10">
<div class="row justify-content-center mt-1">
<div class="col-12 col-xl-10 mt-2">
<h4>Neuigkeiten</h4>
<div class="card">
<div class="card no-shadow" style="border: 1px solid #ced4da">
<div class="card-header bg-info text-white pt-1 pb-1" style="font-size: 1rem; font-weight: 400;">
<span><?=date("d.m.Y", $news->create)?>:</span>
<?php if($news->subject): ?>
@@ -42,7 +25,8 @@
</div>
</div>
<?php endforeach; ?>
<?php endif; ?>
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/footer.php"); ?>
<?php include(realpath(dirname(__FILE__)."/../../$mfLayoutPackage")."/footer.php"); ?>