X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpackages%2Fhidden.html;h=9efe3fc713e1cae88d71d50fb509cc0b41a59d82;hb=b7cf1606a66cca95e3540f803ffa66d223f23a40;hp=35eda8c46894b186d6d5f6d24de635292bc500ab;hpb=a618055d3a8cfc55a449847b433dcdc85df92bcd;p=freeside.git diff --git a/httemplate/view/cust_main/packages/hidden.html b/httemplate/view/cust_main/packages/hidden.html index 35eda8c46..9efe3fc71 100644 --- a/httemplate/view/cust_main/packages/hidden.html +++ b/httemplate/view/cust_main/packages/hidden.html @@ -9,22 +9,28 @@ % if ( $pkgpart_change and $location_change ) { - Package type and location change + <% emt('Package type and location change') %> % } elsif ( $pkgpart_change ) { - Package type change + <% emt('Package type change') %> % } elsif ( $location_change ) { - Location change -% } # or else what? + <% emt('Location change') %> +% } else { # in case the package was somehow replaced with itself + <% emt('Other package change') %> +% } <% time2str('%b %o, %Y', $cust_pkg->get('cancel')) %> % if ( $pkgpart_change ) { - from <% $popup_link |n %><% $part_pkg->pkg |h %> - <% $part_pkg->custom_comment |h %> + <% emt('from') %> <% $popup_link |n %><% $part_pkg->pkg |h %> - <% $part_pkg->custom_comment |h %> % } % if ( $pkgpart_change and $location_change ) {
% } % if ( $location_change ) { - from <% $popup_link |n %><% $cust_pkg->location_label %> + <% emt('from') %> <% $popup_link |n %><% $cust_pkg->location_label %> +% } +% if ( !$pkgpart_change and !$location_change ) { +% # have to show _something_ + <% $popup_link |n %><% emt('Details') %> % }