From dfa582e6cbcfce9a70d9ae4581a554436dde08fa Mon Sep 17 00:00:00 2001 From: Brian Read Date: Tue, 17 Jun 2025 14:49:20 +0100 Subject: [PATCH] Rationalise the use of SAVE as the button title in params panel --- Templates/partial.html.ep.tem | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Templates/partial.html.ep.tem b/Templates/partial.html.ep.tem index 0044ef7..39dd949 100644 --- a/Templates/partial.html.ep.tem +++ b/Templates/partial.html.ep.tem @@ -12,14 +12,15 @@ %= dumper $$${prefix}_data % } - % my $btn = l('APPLY'); - + % my $btn = l('SAVE'); % $c->param(Selected => undef); #This may need deleting for a params panel - only needed for a table %= form_for "${lcPackageName}u" => (method => 'POST') => begin % param 'trt' => $$${prefix}_data->{trt} unless param 'trt'; %= hidden_field 'trt' => $$${prefix}_data->{trt} %# Inputs etc in here. + %# .... %# Probably finally by a submit. + %= submit_button $btn, class => 'action' %end \ No newline at end of file