added departments
This commit is contained in:
@@ -255,6 +255,15 @@
|
||||
background: linear-gradient(135deg, #a5b4fc, #c7d2fe);
|
||||
}
|
||||
|
||||
.btn-departments {
|
||||
background: linear-gradient(135deg, #bfdbfe, #dbeafe);
|
||||
color: #1f2d3d;
|
||||
}
|
||||
|
||||
.btn-departments:hover {
|
||||
background: linear-gradient(135deg, #93c5fd, #bfdbfe);
|
||||
}
|
||||
|
||||
.btn-setup {
|
||||
background: linear-gradient(135deg, #e5e7eb, #f3f4f6);
|
||||
}
|
||||
@@ -297,8 +306,8 @@
|
||||
<div class="page-content">
|
||||
|
||||
<?php
|
||||
$pdo = DBHandlerSelect::getInstance()->getConnection();
|
||||
include(__DIR__ . '/scadenzario/include/my_deadlines_widget.php');
|
||||
$pdo = DBHandlerSelect::getInstance()->getConnection();
|
||||
include(__DIR__ . '/scadenzario/include/my_deadlines_widget.php');
|
||||
?>
|
||||
|
||||
<h3 class="dashboard-title">Dashboard Produzione</h3>
|
||||
@@ -505,6 +514,11 @@
|
||||
<div>Employees</div>
|
||||
</button>
|
||||
|
||||
<button class="dash-btn btn-departments" onclick="location.href='departments.php'">
|
||||
<div class="dash-icon">🏢</div>
|
||||
<div>Departments</div>
|
||||
</button>
|
||||
|
||||
<button class="dash-btn btn-setup" onclick="location.href='skills.php'">
|
||||
<div class="dash-icon">🧠</div>
|
||||
<div>Skills</div>
|
||||
|
||||
Reference in New Issue
Block a user