From 17f3013e588e4c574ee295cc8c555409be5cf9dd Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 16 Mar 2011 02:06:01 +0000 Subject: google account export tweaks, #11760 --- httemplate/edit/svc_acct.cgi | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'httemplate/edit/svc_acct.cgi') diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi index 0a191b445..2eb4a8b86 100755 --- a/httemplate/edit/svc_acct.cgi +++ b/httemplate/edit/svc_acct.cgi @@ -340,6 +340,12 @@ Service # <% $svcnum ? "$svcnum" : " (NEW)" %>

+% if ( $captcha_url ) { +
+Enter the word shown above:
+
+% } + @@ -485,4 +491,10 @@ sub max { (sort(@_))[-1] } +my $captcha_url; +my ($export_google) = $part_svc->part_export('acct_google'); +if ( $export_google ) { + $captcha_url = $export_google->captcha_url || ''; +} + -- cgit v1.2.1