From 19d49567b9f1e07459253f28a41da121bd48811c Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 21 Feb 2019 15:36:45 -0500 Subject: [PATCH] RT# 82092 - v3 display fix --- httemplate/edit/elements/svc_Common.html | 2 +- httemplate/edit/process/elements/process.html | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/httemplate/edit/elements/svc_Common.html b/httemplate/edit/elements/svc_Common.html index e5dc55979..0f79238a8 100644 --- a/httemplate/edit/elements/svc_Common.html +++ b/httemplate/edit/elements/svc_Common.html @@ -228,7 +228,7 @@ $svc_x->pvf($field)->widget( 'HTML', 'edit', $svc_x->getfield($field), - 'TH' + 'TD' ); } } diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index c474b1904..f927eae4a 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -209,16 +209,7 @@ process(); %} else { -% my $cookie; -% $cookie = CGI::Cookie->new( -% -name => 'freeside_status', -% -value => $messages, -% -expires => '+5m', -% ) if $messages; - <% $cgi->redirect( -uri => $redirect, - -cookie => $cookie, - ) - %> +<% $cgi->redirect($redirect) %> %} <%init> -- 2.11.0