aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp')
-rw-r--r--pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp10
1 files changed, 5 insertions, 5 deletions
diff --git a/pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp b/pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp
index 6a1ce81..72edfac 100644
--- a/pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp
+++ b/pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp
@@ -61,15 +61,11 @@
</td>
</tr>
<tr>
- <td rowspan="6"><img src="<%= request.getContextPath() %>/images/<%= sbLabel %>" width="100" alt="Signatur-Logo"/></td>
+ <td rowspan="5"><img src="<%= request.getContextPath() %>/images/<%= sbLabel %>" width="100" alt="Signatur-Logo"/></td>
<td class="pdfaslabel" nowrap="nowrap"><%= sbName %></td>
<td class="pdfasvalue"><input type="text" name="signer" value="<fmt:message key="signaturblock.signer.value"/>" readonly="readonly" disabled="disabled" size="40" maxlength="255"/></td>
</tr>
<tr>
- <td class="pdfaslabel" nowrap="nowrap"><%= sbDate %></td>
- <td class="pdfasvalue"><%= DateFormatUtils.formatUTC(new Date(), "yyyy-MM-dd'T'HH:mm:ss'Z'", request.getLocale()) %></td>
- </tr>
- <tr>
<td class="pdfaslabel" nowrap="nowrap"><%= sbIssuer %></td>
<td class="pdfasvalue">
<div class="pdfasnobreak">CN=<fmt:message key="signaturblock.issuer.value.cn"/>,</div>
@@ -99,5 +95,9 @@
<td class="pdfaslabel" nowrap="nowrap"><%= sbMeta %></td>
<td colspan="2" class="pdfasvalue"><%= sbMetaValue %></td>
</tr>
+ <tr>
+ <td class="pdfaslabel" nowrap="nowrap"><%= sbDate %></td>
+ <td colspan="2" class="pdfasvalue"><%= DateFormatUtils.formatUTC(new Date(), "yyyy-MM-dd'T'HH:mm:ss'Z'", request.getLocale()) %></td>
+ </tr>
</table>
</html> \ No newline at end of file