From 1ad547a47f16b4230762e752fbe48d460ed997e1 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 18 Sep 2012 02:18:04 -0700 Subject: export host selection per service, RT#17914 --- httemplate/browse/part_export.cgi | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'httemplate/browse/part_export.cgi') diff --git a/httemplate/browse/part_export.cgi b/httemplate/browse/part_export.cgi index 8e28f4fc6..beed70887 100755 --- a/httemplate/browse/part_export.cgi +++ b/httemplate/browse/part_export.cgi @@ -36,10 +36,19 @@ function part_export_areyousure(href) { <% $part_export->exportnum %> -% if( $part_export->exportname ) { - <% $part_export->exportname %>:
-% } -<% $part_export->exporttype %> to <% $part_export->machine %> (edit | delete) +% if( $part_export->exportname ) { + <% $part_export->exportname %>:
+% } + <% $part_export->exporttype %> + <% $part_export->machine + ? 'to '. ( $part_export->machine eq '_SVC_MACHINE' + ? 'per-service hostname' + : $part_export->machine + ) + : '' + %> + (edit | delete) + <% itable() %> -- cgit v1.2.1