X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpackages%2Fsection.html;h=20c998880f22c1d2b50f016660a1e025f10d16f6;hb=b94d07bde072cb0055d1a3c2d900234af952d3fb;hp=45365a0031fae6df6fec91ac4406705c044dbc15;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/httemplate/view/cust_main/packages/section.html b/httemplate/view/cust_main/packages/section.html index 45365a003..20c998880 100755 --- a/httemplate/view/cust_main/packages/section.html +++ b/httemplate/view/cust_main/packages/section.html @@ -5,12 +5,12 @@ % #my $width = $show_location ? 'WIDTH="25%"' : 'WIDTH="33%"'; - Package - Status + <% mt('Package') |h %> + <% mt('Status') |h %> % if ( $show_location ) { - Location + <% mt('Location') |h %> % } - Services + <% mt('Services') |h %> % #$FS::cust_pkg::DEBUG = 2; @@ -32,12 +32,12 @@ - <% include('package.html', %iopt) %> - <% include('status.html', %iopt) %> + <& package.html, %iopt &> + <& status.html, %iopt &> % if ( $show_location ) { - <% include('location.html', %iopt) %> + <& location.html, %iopt &> % } - <% include('services.html', %iopt) %> + <& services.html, %iopt &> % } #foreach $cust_pkg @@ -83,7 +83,10 @@ my %conf_opt = ( #for services.html 'svc_external-skip_manual' => $conf->exists('svc_external-skip_manual'), 'legacy_link' => $conf->exists('legacy_link'), - 'svc_broadband-manage_link' => scalar($conf->config('svc_broadband-manage_link')), + 'manage_link' => scalar($conf->config('svc_broadband-manage_link')), + 'manage_link_text' => scalar($conf->config('svc_broadband-manage_link_text')), + 'manage_link_loc' => scalar($conf->config('svc_broadband-manage_link_loc')), + 'manage_link-new_window' => $conf->exists('svc_broadband-manage_link-new_window'), 'maestro-status_test' => $conf->exists('maestro-status_test'), 'cust_pkg-large_pkg_size' => $conf->config('cust_pkg-large_pkg_size'), @@ -91,5 +94,4 @@ my %conf_opt = ( 'show_location' => $show_location, ); -