1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-06-30 22:50:11 +02:00

Update cert-sign.html

This commit is contained in:
Anthony Stirling 2023-05-22 15:44:45 +01:00 committed by GitHub
parent dfd1ac7e99
commit 6219cd1d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,20 +59,20 @@
<div class="form-group">
<label><input type="checkbox" id="showSignature"
name="showSignature" th:text="#{signCert.showSig}"></label>
name="showSignature" th:text="#{certSign.showSig}"></label>
</div>
<div id="signatureDetails" style="display: none;">
<div class="form-group">
<label for="reason" th:text="#{signCert.reason}"></label> <input type="text"
<label for="reason" th:text="#{certSign.reason}"></label> <input type="text"
class="form-control" id="reason" name="reason">
</div>
<div class="form-group">
<label for="location" th:text="#{signCert.location}"></label> <input type="text"
<label for="location" th:text="#{certSign.location}"></label> <input type="text"
class="form-control" id="location" name="location">
</div>
<div class="form-group">
<label for="name" th:text="#{signCert.name}"></label> <input type="text"
<label for="name" th:text="#{certSign.name}"></label> <input type="text"
class="form-control" id="name" name="name">
</div>
<div class="form-group">
@ -132,4 +132,4 @@
<div th:insert="~{fragments/footer.html :: footer}"></div>
</div>
</body>
</html>
</html>