Update html controls with classnames, add in packagename-panel class to css

This commit is contained in:
2024-09-22 11:57:14 +01:00
parent 53d10a96fa
commit 0ed0d09811
15 changed files with 56 additions and 58 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-19 12:07:43
%# Generated by SM2Gen version:0.8 Chameleon version:4.5.4 On Python:3.12.3 at 2024-09-22 11:42:48
%#
<div id="CreateStarterWebsite-PARAMS" class="partial CreateStarterWebsite-PARAMS">
<script>
@@ -17,9 +17,9 @@
%= hidden_field 'trt' => $csw_data->{trt}
%# Inputs etc in here.
<h1><%=l('csw_Create_a_starter_website')%></h1>
<h1 class='head'><%=l('csw_Create_a_starter_website')%></h1>
<h2><%=l('csw_Manage_CreateStarterWebsite_settings:')%></h2>
<h2 class='subh'><%=l('csw_Manage_CreateStarterWebsite_settings:')%></h2>
<p class='paragraph para1'>
%=l('csw_To_create_a_simple_web')
@@ -96,10 +96,6 @@
%=l('csw_Do_you_wish_to_proceed?')
</p>
<span class='data'>
%= submit_button l('csw_Create'), class => 'action'
</span>
%# Probably finally by a submit.
%end
</div>