X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_svc_link.html;h=8ea851a4e3ed03204ebce057a50b07e74c1e6182;hp=c8c385dd5de14d410fff557aa54490bc698b598d;hb=11bbf29de447fe39e9d7155fe280a0df70fa8c3c;hpb=67b56f17cc51d10394a986fb3d105213b097ee79 diff --git a/httemplate/edit/part_svc_link.html b/httemplate/edit/part_svc_link.html index c8c385dd5..8ea851a4e 100644 --- a/httemplate/edit/part_svc_link.html +++ b/httemplate/edit/part_svc_link.html @@ -3,6 +3,7 @@ 'name_singular' => 'dependency', 'labels' => \%labels, 'fields' => \@fields, + 'viewall_dir' => 'browse', &> <%init> die "access denied" @@ -35,13 +36,13 @@ my @fields = ( cust_svc_provision_restrict => 'Require the target service to be provisioned before the source service', cust_svc_unprovision_restrict => 'Require the target service to be unprovisioned before the source service', cust_svc_unprovision_cascade => 'Automatically unprovision the target service when the source service is unprovisioned', - cust_svc_suspend_cascade => 'Suspend the target service before the source service', + cust_svc_suspend_cascade => 'Suspend the target service after the source service', }, }, { field => 'disabled', type => 'checkbox', value => 'Y' } ); my %labels = ( - 'svclinknum ' => '', + 'svclinknum ' => 'Dependency', 'agentnum' => 'Agent', 'src_svcpart' => 'Source service', 'dst_svcpart' => 'Destination service',