Implementierung ins Dashboard und Layout anpassungen
This commit is contained in:
@@ -197,6 +197,24 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Floating Overlay für Projektsuche (oberhalb des Projektnummer-Feldes) -->
|
||||
<div id="projectSearchOverlay" class="project-search-overlay" style="display: none;" aria-hidden="true">
|
||||
<div class="project-search-overlay-inner">
|
||||
<div id="projectSearchOverlayStatus" class="project-search-overlay-status"></div>
|
||||
<table id="projectSearchOverlayTable" class="project-search-overlay-table" style="display: none;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Projektnummer (Auftrag)</th>
|
||||
<th>Beschreibung (Proj)</th>
|
||||
<th>Seriennummer</th>
|
||||
<th>Kundenbezeichnung</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/js/format-hours.js"></script>
|
||||
<script src="/js/dashboard.js"></script>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user