diff --git a/Web/templates/edit_item_functions.html b/Web/templates/edit_item_functions.html deleted file mode 100755 index dbbfda1..0000000 --- a/Web/templates/edit_item_functions.html +++ /dev/null @@ -1,288 +0,0 @@ - - - diff --git a/Web/templates/main_admin.html b/Web/templates/main_admin.html index 205bbd4..534ac8a 100755 --- a/Web/templates/main_admin.html +++ b/Web/templates/main_admin.html @@ -1951,11 +1951,6 @@ display: none; } - /* Edit new location container */ - .edit-new-location-container { - display: none; - margin-top: 10px; - } /* Modal dialog styling */ .modal-dialog-white { @@ -1969,11 +1964,6 @@ margin-top: 10px; } - /* Element text colors for better visibility */ - .edit-button, .duplicate-button, .generate-qr-button { - color: var(--ui-title) !important; - } - /* Standardized button styles across the application */ .search-button, .scan-button, .filter-toggle, .clear-filter, .add-new-btn, .popup-close-button, .prev-image-button, .next-image-button, @@ -2474,187 +2464,6 @@ document.addEventListener('DOMContentLoaded', ()=>{ - - - {% if current_permissions.actions.get('can_edit', False) %} -