[freeside-commits] freeside/httemplate/view svc_acct.cgi, 1.52, 1.53
Ivan,,,
ivan at wavetail.420.am
Sat Sep 22 12:40:40 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail:/tmp/cvs-serv24695
Modified Files:
svc_acct.cgi
Log Message:
UI
Index: svc_acct.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_acct.cgi,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- svc_acct.cgi 22 Sep 2007 18:27:21 -0000 1.52
+++ svc_acct.cgi 22 Sep 2007 19:40:37 -0000 1.53
@@ -310,7 +310,7 @@
% my($label, $value) = $svc_www->cust_svc->label;
% my $link = $p. 'view/svc_www.cgi?'. $svc_www->svcnum;
<TR>
- <TD>
+ <TD BGCOLOR="#ffffff">
<A HREF="<% $link %>"><% "$label: $value" %></A>
</TD>
</TR>
@@ -382,7 +382,9 @@
#XXX shit outta luck if you somehow got them linked across agents
# maybe we should show but not link to them? kinda makes sense...
# (maybe a specific ACL for this situation???)
- 'extra_sql' => ' AND '. $FS::CurrentUser::CurrentUser->agentnums_sql,
+ 'extra_sql' => ' AND '. $FS::CurrentUser::CurrentUser->agentnums_sql(
+ 'null_right' => 'View/link unlinked services'
+ ),
});
</%init>
More information about the freeside-commits
mailing list