projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
RT# 75817 - Added password change link to cust main page
[freeside.git]
/
httemplate
/
edit
/
process
/
cdr_carrier.html
1
<& elements/process.html,
2
'table' => 'cdr_carrier',
3
'viewall_dir' => 'browse',
4
&>
5
<%init>
6
7
die "access denied"
8
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
9
10
</%init>