diff options
| author | Mark Wells <mark@freeside.biz> | 2012-10-05 13:23:58 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-10-05 13:23:58 -0700 |
| commit | a977d27ac2e9d8f8e1adbbdcfc3547bc378dde63 (patch) | |
| tree | 5f396293052d73c889f59deba6a746d44694f100 /httemplate/view | |
| parent | 8a8c3fa428fa6a129bef30ceab7b1b02d4b19ac7 (diff) | |
| parent | 0af38652da3b3be7da2d35b048285ef6f2194e1a (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/elements/svc_Common.html | 2 | ||||
| -rwxr-xr-x | httemplate/view/svc_acct.cgi | 2 | ||||
| -rwxr-xr-x | httemplate/view/svc_domain.cgi | 2 | ||||
| -rw-r--r-- | httemplate/view/svc_external.cgi | 2 | ||||
| -rwxr-xr-x | httemplate/view/svc_forward.cgi | 2 | ||||
| -rw-r--r-- | httemplate/view/svc_www.cgi | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/httemplate/view/elements/svc_Common.html b/httemplate/view/elements/svc_Common.html index 04d2b2962..f7c685c28 100644 --- a/httemplate/view/elements/svc_Common.html +++ b/httemplate/view/elements/svc_Common.html @@ -114,9 +114,7 @@ function areyousure(href) { % } -% if ( $conf->config('ticket_system') ) { <& /elements/table-tickets.html, object => $cust_svc &> -% } <% joblisting({'svcnum'=>$svcnum}, 1) %> diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 3ad21bb4d..199591356 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -76,9 +76,7 @@ <& elements/svc_export_settings.html, $svc_acct &> -% if ( $conf->config('ticket_system') ) { <& /elements/table-tickets.html, object => $cust_svc &> -% } <BR> <% joblisting({'svcnum'=>$svcnum}, 1) %> diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi index fcccd74b4..c9592a570 100755 --- a/httemplate/view/svc_domain.cgi +++ b/httemplate/view/svc_domain.cgi @@ -36,9 +36,7 @@ <% include('elements/svc_export_settings.html', $svc_domain) %> -% if ( $conf->config('ticket_system') ) { <& /elements/table-tickets.html, object => $cust_svc &> -% } <% joblisting({'svcnum'=>$svcnum}, 1) %> diff --git a/httemplate/view/svc_external.cgi b/httemplate/view/svc_external.cgi index 72e553598..077dc77b7 100644 --- a/httemplate/view/svc_external.cgi +++ b/httemplate/view/svc_external.cgi @@ -24,9 +24,7 @@ </TABLE></TD></TR></TABLE> -% if ( $conf->config('ticket_system') ) { <& /elements/table-tickets.html, object => $cust_svc &> -% } <BR><% joblisting({'svcnum'=>$svcnum}, 1) %> diff --git a/httemplate/view/svc_forward.cgi b/httemplate/view/svc_forward.cgi index 2cb78ebd5..75c8f5c25 100755 --- a/httemplate/view/svc_forward.cgi +++ b/httemplate/view/svc_forward.cgi @@ -53,9 +53,7 @@ <% include('elements/svc_export_settings.html', $svc_forward) %> -% if ( $conf->config('ticket_system') ) { <& /elements/table-tickets.html, object => $cust_svc &> -% } <% joblisting({'svcnum'=>$svcnum}, 1) %> diff --git a/httemplate/view/svc_www.cgi b/httemplate/view/svc_www.cgi index fbb02a00f..f51c7604c 100644 --- a/httemplate/view/svc_www.cgi +++ b/httemplate/view/svc_www.cgi @@ -49,9 +49,7 @@ </TABLE> <BR> -% if ( $conf->config('ticket_system') ) { <& /elements/table-tickets.html, object => $cust_svc &> -% } <% joblisting({'svcnum'=>$svcnum}, 1) %> |
