Textfeld für Unterschriftoverlay und gitignore
This commit is contained in:
@@ -39,6 +39,14 @@
|
||||
Warte auf Unterschrift von der Signatur-Station...
|
||||
</div>
|
||||
|
||||
<div class="text-input-section" id="textInputSection" style="display: none;">
|
||||
<label for="textInput" style="display: block; margin-bottom: 10px; font-weight: 500; color: #667eea;">
|
||||
📝 Text für Unterschrifts-Overlay (wird oben links angezeigt):
|
||||
</label>
|
||||
<input type="text" id="textInput"
|
||||
style="width: 100%; padding: 12px; border: 2px solid #667eea; border-radius: 8px; font-size: 1em;">
|
||||
</div>
|
||||
|
||||
<!-- Page Navigation -->
|
||||
<div class="page-navigation" id="pageNavigation" style="display: none;">
|
||||
<button class="nav-button" id="prevPageBtn" onclick="changePage(-1)">◀ Zurück</button>
|
||||
@@ -64,6 +72,7 @@
|
||||
</div>
|
||||
<div class="signature-overlay" id="signatureOverlay">
|
||||
<div class="handle" onclick="removeSignatureOverlay()" title="Unterschrift entfernen">×</div>
|
||||
<div class="text-overlay-content" id="textOverlayContent" style="display: none;"></div>
|
||||
<img id="signatureImage" src="" alt="Unterschrift">
|
||||
<div class="resize-handle" id="resizeHandle"></div>
|
||||
</div>
|
||||
@@ -91,7 +100,7 @@
|
||||
🗑️ Unterschrift entfernen
|
||||
</button>
|
||||
<button class="upload-button" id="placeSignatureButton" style="flex: 2; background: linear-gradient(135deg, #28a745 0%, #20c997 100%);">
|
||||
✓ Unterschrift platzieren & PDF erstellen
|
||||
✓ Unterschrift & Text platzieren & PDF erstellen
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user