[freeside-commits] branch FREESIDE_3_BRANCH updated. 749d1025a324b97b53042b77065ff96c90fcf2dd
Mark Wells
mark at 420.am
Sat Oct 10 11:57:36 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via 749d1025a324b97b53042b77065ff96c90fcf2dd (commit)
from 1b6c91b4566e35d4a084c8704f258e33d409003c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 749d1025a324b97b53042b77065ff96c90fcf2dd
Author: Mark Wells <mark at freeside.biz>
Date: Sat Oct 10 11:56:46 2015 -0700
minor fixes to deploy zone editing, #30260
diff --git a/httemplate/browse/deploy_zone.html b/httemplate/browse/deploy_zone.html
index 02ebb8b..a1bd57f 100644
--- a/httemplate/browse/deploy_zone.html
+++ b/httemplate/browse/deploy_zone.html
@@ -57,7 +57,7 @@
'(cir_speed_down, cir_speed_up)',
],
links => [ $link_fixed, $link_fixed, ],
- align => 'cllllrr',
+ align => 'cllllrrr',
nohtmlheader => 1,
disable_maxselect => 1,
disable_total => 1,
diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html
index b62231a..8979537 100644
--- a/httemplate/edit/process/elements/process.html
+++ b/httemplate/edit/process/elements/process.html
@@ -161,7 +161,9 @@ process();
% # some false laziness with the above
% my ($form_name, $job_fields) = @{ $opt{'progress_init'} };
<form name="<% $form_name %>">
+ <input type="hidden" name="<% $pkey %>" value="<% $new->get($pkey) %>">
% foreach my $field (@$job_fields) {
+% next if $field eq $pkey;
<input type="hidden" name="<% $field %>" value="<% $cgi->param($field) |h %>">
% }
<& /elements/progress-init.html,
-----------------------------------------------------------------------
Summary of changes:
httemplate/browse/deploy_zone.html | 2 +-
httemplate/edit/process/elements/process.html | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list