X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_svc_link.html;h=8ea851a4e3ed03204ebce057a50b07e74c1e6182;hb=07ed221540128b8c75f4cb5a2af1e01b25fa8e18;hp=64a99d6f4d409c13d1e3fb856b1c3658e4c0e4cf;hpb=7d34aacffa38c4cac09b54080487a66c264e4668;p=freeside.git diff --git a/httemplate/edit/part_svc_link.html b/httemplate/edit/part_svc_link.html index 64a99d6f4..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" @@ -25,23 +26,23 @@ my @fields = ( type => 'select', #XXX false laziness w/part_svc_link POD documentation options =>[ qw( - part_svc_restrict part_svc_restrict_soft + part_pkg_restrict part_pkg_restrict_soft cust_svc_provision_restrict cust_svc_unprovision_restrict cust_svc_unprovision_cascade cust_svc_suspend_cascade )], labels => { - part_svc_restrict => 'In package defintions, prevent including the destination service definition unless the source service definition is also included', - part_svc_restrict_soft => 'Soft order block: in package definitions, warn if the destination service definition is included without the source service definition', + part_pkg_restrict => 'In package defintions, require the destination service definition when the source service definition is included', + part_pkg_restrict_soft => 'In package definitions, suggest the destination service definition when the source service definition is included', 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',