Fix capitalisation of fields

This commit is contained in:
2024-09-15 16:01:09 +01:00
parent 4d7cc1f076
commit 265901414c
7 changed files with 30 additions and 35 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-09-15 12:03
%# Generated by SM2Gen version:0.8 Chameleon version:4.5.4 On Python:3.12.3 at 2024-09-15 15:56
%#
<div id="CreateStarterWebsite-PARAMS" class="partial CreateStarterWebsite-PARAMS">
<script>
@@ -38,8 +38,9 @@
<p><span class=label>
%=l('csw_')
</span><span class=data>
% text_field
</span></p>
% param 'companyName' => $csw_data->{companyName} unless param 'companyName';
%= text_field 'companyName', size => '50', class => 'input' , pattern=>'.*' , placeholder=>'companyName'
<br></span></p>
<p>
%=l('csw_First_header,_typically_used_for')
@@ -48,8 +49,9 @@
<p><span class=label>
%=l('csw_')
</span><span class=data>
% text_field
</span></p>
% param 'header1' => $csw_data->{header1} unless param 'header1';
%= text_field 'header1', size => '50', class => 'input' , pattern=>'.*' , placeholder=>'header1'
<br></span></p>
<p>
%=l('csw_Text_following_first_header,_typically')
@@ -69,8 +71,9 @@
<p><span class=label>
%=l('csw_')
</span><span class=data>
% text_field
</span></p>
% param 'header2' => $csw_data->{header2} unless param 'header2';
%= text_field 'header2', size => '50', class => 'input' , pattern=>'.*' , placeholder=>'header2'
<br></span></p>
<p>
%=l('csw_Text_following_second_header,_typically')