"Update template files and add windows fixes"
This commit is contained in:
@@ -237,14 +237,14 @@
|
||||
{% if printers %}
|
||||
<div class="group">
|
||||
<label for="printer_id" class="block text-sm font-semibold text-slate-700 dark:text-slate-300 mb-3">
|
||||
🏭 Bevorzugte Produktionseinheit
|
||||
Bevorzugte Produktionseinheit
|
||||
</label>
|
||||
<div class="relative">
|
||||
<select name="printer_id" id="printer_id"
|
||||
class="appearance-none input-field w-full px-6 py-4 pr-12 border border-slate-200 dark:border-slate-600 rounded-2xl focus:ring-4 focus:ring-blue-500/25 focus:border-blue-500 dark:text-white font-medium cursor-pointer">
|
||||
<option value="">🤖 Automatische Zuweisung</option>
|
||||
<option value="">Automatische Zuweisung</option>
|
||||
{% for printer in printers %}
|
||||
<option value="{{ printer.id }}">{{ printer.name }} {% if printer.location %}📍 {{ printer.location }}{% endif %}</option>
|
||||
<option value="{{ printer.id }}">{{ printer.name }} {% if printer.location %}({{ printer.location }}){% endif %}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<div class="absolute inset-y-0 right-0 flex items-center pr-6 pointer-events-none">
|
||||
@@ -254,7 +254,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-2 text-xs text-slate-500 dark:text-slate-400">
|
||||
💡 Lassen Sie das System den optimalen Drucker für Sie auswählen
|
||||
Tipp: Lassen Sie das System den optimalen Drucker für Sie auswählen
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
@@ -272,7 +272,7 @@
|
||||
</div>
|
||||
<div class="flex-1">
|
||||
<h3 class="text-lg font-semibold text-slate-800 dark:text-slate-200 mb-4">
|
||||
🏆 Mercedes-Benz Professional Service
|
||||
Mercedes-Benz Professional Service
|
||||
</h3>
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
<div class="flex items-center space-x-3">
|
||||
@@ -308,7 +308,7 @@
|
||||
<svg class="w-5 h-5 mr-3 group-hover:rotate-12 transition-transform duration-300" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 19l9 2-9-18-9 18 9-2zm0 0v-8"/>
|
||||
</svg>
|
||||
🚀 Anfrage übermitteln
|
||||
Anfrage übermitteln
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@@ -365,7 +365,7 @@
|
||||
</svg>
|
||||
</div>
|
||||
<h3 class="text-2xl font-bold text-slate-900 dark:text-white mb-4">
|
||||
🎉 Anfrage erfolgreich übermittelt!
|
||||
Anfrage erfolgreich übermittelt!
|
||||
</h3>
|
||||
<p class="text-slate-600 dark:text-slate-400 mb-6">
|
||||
Ihre Professional-Gastanfrage wurde eingereicht und wird mit höchster Priorität bearbeitet. Sie können den Bearbeitungsstatus jederzeit unter folgendem Link verfolgen:
|
||||
@@ -376,11 +376,11 @@
|
||||
<div class="flex items-center justify-center space-x-4">
|
||||
<button onclick="closeSuccessModal()"
|
||||
class="px-8 py-3 bg-gradient-to-r from-green-500 to-emerald-600 text-white rounded-2xl hover:from-green-600 hover:to-emerald-700 transition-all duration-300 shadow-lg font-medium">
|
||||
✅ Verstanden
|
||||
Verstanden
|
||||
</button>
|
||||
<button onclick="copyStatusUrl()"
|
||||
class="px-8 py-3 border border-slate-300 dark:border-slate-600 text-slate-700 dark:text-slate-300 rounded-2xl hover:bg-slate-50 dark:hover:bg-slate-700 transition-all duration-300 font-medium">
|
||||
📋 Link kopieren
|
||||
Link kopieren
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user