|
|
|
@ -97,7 +97,7 @@
|
|
|
|
<p class="col-5" style="font-size: 1.2rem; margin: 0 1rem 0 -1rem;" ><b>Aktivitäten</b></p>
|
|
|
|
<p class="col-5" style="font-size: 1.2rem; margin: 0 1rem 0 -1rem;" ><b>Aktivitäten</b></p>
|
|
|
|
<!-- <span class="col-2" style="margin-left: 32%; padding: 0;"><img id="resetTimer" src="{% static 'app/images/addcircle.png' %}" alt="add" class="img-fluid" style="height: 35px"></span> -->
|
|
|
|
<!-- <span class="col-2" style="margin-left: 32%; padding: 0;"><img id="resetTimer" src="{% static 'app/images/addcircle.png' %}" alt="add" class="img-fluid" style="height: 35px"></span> -->
|
|
|
|
<button type="button" id="openNewEntryForm" class="offset-2 col-2 btn btn-light" data-bs-toggle="modal" data-bs-target="#newEntryModal"><img id="openNewEntryFormIcon" src="{% static 'app/images/addcircle.png' %}" alt="add" class="img-fluid"></button>
|
|
|
|
<button type="button" id="openNewEntryForm" class="offset-2 col-2 btn btn-light" data-bs-toggle="modal" data-bs-target="#newEntryModal"><img id="openNewEntryFormIcon" src="{% static 'app/images/addcircle.png' %}" alt="add" class="img-fluid"></button>
|
|
|
|
<button type="button" id="openViewOfEntry" class="offset-1 col-2 btn btn-light d-none"><img id="openViewOfEntryIcon" src="{% static 'app/images/open.png' %}" alt="open" class="img-fluid"></button>
|
|
|
|
<button type="button" id="sortmenubutton" class="offset-1 col-2 btn btn-light"><img id="openViewOfEntryIcon" src="{% static 'app/images/sorting.png' %}" alt="open" class="img-fluid"></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<table class="table table-striped" style="z-index: 1;">
|
|
|
|
<table class="table table-striped" style="z-index: 1;">
|
|
|
|
<tbody id="entriesTableBody" style="overflow-y: auto; max-height: 70%;"></tbody>
|
|
|
|
<tbody id="entriesTableBody" style="overflow-y: auto; max-height: 70%;"></tbody>
|
|
|
|
|