%#
%# Generated by SM2Gen version:0.9(20Jan2025) Chameleon version:4.5.4 On Python:3.12.3 at 2025-05-04 12:59:05
%#
% if (config->{debug} == 1) {
%= dumper $ms_data
% }
% my $btn = l('ms_APPLY');
%= form_for "mailsortingu" => (method => 'POST') => begin
% param 'trt' => $ms_data->{trt} unless param 'trt';
%= hidden_field 'trt' => $ms_data->{trt}
%# Inputs etc in here.
<%=l('ms_Mail_sorting_rules')%>
<%=l('ms_You_are_about_to_remove')%>
%=l('ms_Rule_contents')
% param 'RemoveRule' => $ms_data->{RemoveRule} unless param 'RemoveRule';
%= text_area 'RemoveRule', cols=>40, rows=>10, Readonly=>'true','
%= submit_button l('ms_Remove'), class => 'action subm95'
%# Probably finally by a submit.
%end