From 8d7cd4b2bd99cc1a711d81b55a1652d31eda4df5 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 13 May 2012 22:16:37 -0700 Subject: service def classes, to support corecom portal, RT#17617 --- httemplate/edit/part_svc_class.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 httemplate/edit/part_svc_class.html (limited to 'httemplate/edit/part_svc_class.html') diff --git a/httemplate/edit/part_svc_class.html b/httemplate/edit/part_svc_class.html new file mode 100644 index 000000000..0d9a00727 --- /dev/null +++ b/httemplate/edit/part_svc_class.html @@ -0,0 +1,6 @@ +<% include( 'elements/class_Common.html', + 'name' => 'Service class', + 'table' => 'part_svc_class', + 'nocat' => 1, + ) +%> -- cgit v1.2.1