50 lines
1.2 KiB
Plaintext
50 lines
1.2 KiB
Plaintext
%#
|
|
%# Generated by SM2Gen version:0.9(20Jan2025) Chameleon version:4.5.4 On Python:3.12.3 at 2025-05-21 08:46:42
|
|
%#
|
|
<div id="Shares-REMOVE" class="partial Shares-REMOVE">
|
|
# <script>
|
|
# window.onload = function() {
|
|
# SelectInput();
|
|
# };
|
|
# </script>
|
|
% if (config->{debug} == 1) {
|
|
<pre>
|
|
%= dumper $sf_data
|
|
</pre>
|
|
% }
|
|
% my $btn = l('sf_APPLY');
|
|
|
|
% $c->param(Selected => undef); #This may need deleting for a params panel - only needed for a table
|
|
|
|
%= form_for "sharesu" => (method => 'POST') => begin
|
|
% param 'trt' => $sf_data->{trt} unless param 'trt';
|
|
%= hidden_field 'trt' => $sf_data->{trt}
|
|
%# Inputs etc in here.
|
|
|
|
<h1 class='head'><%=l('sf_Create,_modify,_or_remove_shared')%></h1>
|
|
|
|
<h2 class='subh'><%=l('sf_Remove_shared_folder')%></h2>
|
|
|
|
<p class='paragraph para11'>
|
|
%=l('sf_You_are_about_to_remove')
|
|
</p>
|
|
|
|
<p class='paragraph para21'>
|
|
%=l('sf_All_files_belonging_to_this')
|
|
</p>
|
|
|
|
<p class='paragraph para31'>
|
|
%=l('sf_Are_you_sure_you_wish')
|
|
</p>
|
|
|
|
<span class='data'>
|
|
%= submit_button l('sf_Cancel'), class => 'action subm149'
|
|
</span>
|
|
|
|
<span class='data'>
|
|
%= submit_button l('sf_Remove'), class => 'action subm150'
|
|
</span>
|
|
|
|
%# Probably finally by a submit.
|
|
%end
|
|
</div> |