* Mon Aug 11 2025 Brian Read <brianr@koozali.org> 11.0.0-113.sme

- Re-factor all template files to make them nicely formatted  [SME: 13103]
This commit is contained in:
2025-08-12 06:20:31 +01:00
parent 6475521528
commit 74c9beb587
114 changed files with 5301 additions and 5274 deletions

View File

@@ -2,55 +2,55 @@
% content_for 'module' => begin
<div id='module' class='module yumremove-panel'>
<div id='module' class='module yumremove-panel'>
% if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
%= dumper $yum_datas
</p>
<p>
%= dumper $c->current_route
%= dumper $yum_datas
</p>
% }
<h1><%= $title%></h1>
<h1><%= $title %></h1>
<br>
% if ( $notif ) {
<br><div class=sme-error>
%= $notif
</div>
% }
%= form_for 'yumd' => ( method => 'POST' ) => begin
%= l 'yum_HEADER_INSTALLED_SOFTWARE'
<br>
% if ( $notif ) {
<br><div class=sme-error>
%= $notif
</div>
%}
%= form_for 'yumd' => (method => 'POST') => begin
%=l 'yum_HEADER_INSTALLED_SOFTWARE'
<br>
% if ($c->non_empty('installed','group')) {
%=l 'yum_DESC_INSTALLED_GROUPS'
<p><span class=label>
%=l 'yum_LABEL_INSTALLED_GROUPS'
</span><span class=data>
%= select_field 'SelectedGroups' => $c->get_options2('installed', 'group'), class => 'input', multiple => "1"
</span></p>
%}
<br>
% if ($c->non_empty('installed','packages')) {
%=l 'yum_DESC_INSTALLED_PACKAGES'
<p><span class=label>
%=l 'yum_LABEL_INSTALLED_PACKAGES'
</span><span class=data>
%= select_field 'SelectedPackages' => $c->get_options2('installed', 'package'), class => 'input', multiple => "1"
</span></p>
%}
%= l 'yum_DESC_INSTALLED_GROUPS'
<p><span class=label>
%= l 'yum_LABEL_INSTALLED_GROUPS'
</span><span class=data>
%= select_field 'SelectedGroups' => $c->get_options2( 'installed', 'group' ), class => 'input', multiple => "1";
</span></p>
% }
<br>
% if ($c->non_empty('installed','packages')) {
%= l 'yum_DESC_INSTALLED_PACKAGES'
<p><span class=label>
%= l 'yum_LABEL_INSTALLED_PACKAGES'
</span><span class=data>
%= select_field 'SelectedPackages' => $c->get_options2( 'installed', 'package' ), class => 'input', multiple => "1";
</span></p>
% }
<!--subroutine src="print_skip_header()" /-->
<!--subroutine src="print_skip_header()" /-->
%= hidden_field 'trt' => 'REMO'
<br>
<!--<div class='center'>-->
%= submit_button $c->l('REMOVE'), class => 'action'
%= hidden_field 'trt' => 'REMO'
<br>
<!--<div class='center'>-->
%= submit_button $c->l('REMOVE'), class => 'action'
<!--</div>-->
% end
% end
</div>