diff options
| author | ivan <ivan> | 2003-07-12 11:09:29 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2003-07-12 11:09:29 +0000 |
| commit | aec6a35826d23aa06d3d05f9d066cf497aa04cd5 (patch) | |
| tree | b0ad0125c8f6edcfb8203ef69222bf80d2c43015 /httemplate/browse/part_svc.cgi | |
| parent | fd17bda961ef38dfea0e4644b301c12a2eb980f2 (diff) | |
- better description of payment search
- some clarification of services/packages vs. service/package
definitions in browse/part_{svc,pkg}.cgi
- package definition report by # of active customer packages (with links
to customer package listing)
Diffstat (limited to 'httemplate/browse/part_svc.cgi')
| -rwxr-xr-x | httemplate/browse/part_svc.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/browse/part_svc.cgi b/httemplate/browse/part_svc.cgi index ee7a2622a..7c83924a2 100755 --- a/httemplate/browse/part_svc.cgi +++ b/httemplate/browse/part_svc.cgi @@ -23,7 +23,7 @@ function part_export_areyousure(href) { } </SCRIPT> - Services are items you offer to your customers.<BR><BR> + Service definitions are the templates for items you offer to your customers.<BR><BR> <FORM METHOD="POST" ACTION="<%= $p %>edit/part_svc.cgi"> <A HREF="<%= $p %>edit/part_svc.cgi"><I>Add a new service definition</I></A><% if ( @part_svc ) { %> or <SELECT NAME="clone"><OPTION></OPTION> @@ -34,7 +34,7 @@ function part_export_areyousure(href) { <% } %> </FORM><BR> -<%= $total %> services +<%= $total %> service definitions <%= $cgi->param('showdisabled') ? do { $cgi->param('showdisabled', 0); '( <a href="'. $cgi->self_url. '">hide disabled services</a> )'; } |
