fix: Comment out missing help page references in label printing templates

- Commented out floating help button HTML in print_module.html and print_lost_labels.html
- Commented out floating help button CSS in both templates
- Help page functionality not implemented yet, will be added in future updates
- Allows templates to render without 500 errors
This commit is contained in:
Quality App Developer
2026-02-02 01:36:26 +02:00
parent 497c04a90c
commit 7d7f3ce4fe
3 changed files with 80 additions and 8 deletions

View File

@@ -77,7 +77,7 @@
color: var(--text-primary);
}
.floating-help-btn {
{# .floating-help-btn {
position: fixed;
bottom: 20px;
right: 20px;
@@ -101,17 +101,17 @@
.floating-help-btn a:hover {
transform: scale(1.1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
} #}
</style>
{% endblock %}
{% block content %}
<!-- Floating Help Button -->
<div class="floating-help-btn">
{# <div class="floating-help-btn">
<a href="{{ url_for('labels.help', page='print_module') }}" target="_blank" title="Print Module Help">
📖
</a>
</div>
</div> #}
<div class="scan-container">
<!-- Label Preview Card -->