minor fixes to deploy zone editing, #30260
authorMark Wells <mark@freeside.biz>
Sat, 10 Oct 2015 18:56:46 +0000 (11:56 -0700)
committerMark Wells <mark@freeside.biz>
Sat, 10 Oct 2015 18:57:19 +0000 (11:57 -0700)
httemplate/browse/deploy_zone.html
httemplate/edit/process/elements/process.html

index 02ebb8b..a1bd57f 100644 (file)
@@ -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,
index b62231a..8979537 100644 (file)
@@ -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,