letencrypt - Change issue field to text_area

This commit is contained in:
2024-12-09 17:21:42 +00:00
parent b0393cfe8a
commit a3c77fe766
10 changed files with 100 additions and 63 deletions

View File

@@ -1,5 +1,5 @@
%#
%# Generated by SM2Gen version:0.8 Chameleon version:4.5.4 On Python:3.12.3 at 2024-12-01 15:22:43
%# Generated by SM2Gen version:0.8 Chameleon version:4.5.4 On Python:3.12.3 at 2024-12-09 17:20:08
%#
<div id="Letsencrypt-LIST" class="partial Letsencrypt-LIST">
<script>
@@ -67,12 +67,12 @@
<h2 class='subh3'><%=l('lets_Current_certificate_details')%></h2>
<p><span class=label>
<span class=label>
%=l('lets_Issuer')
</span><span class=data>
% param 'Issuer' => $lets_data->{Issuer} unless param 'Issuer';
%= text_field 'Issuer', size => '50', class => 'textinput Issuer' , pattern=>'.*' , placeholder=>'Issuer', Readonly=>'true'
<br></span></p>
%= text_area 'Issuer', cols=>40, rows=>10, Readonly=>'true'
</span><br>
<p><span class=label>
%=l('lets_Expiry')