projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix card signup in v4
[freeside.git]
/
httemplate
/
edit
/
process
/
olt_site.html
1
<& elements/process.html,
2
table => 'olt_site',
3
viewall_dir => 'browse',
4
popup_reload => 'Updating',
5
&>
6
<%init>
7
8
die "access denied"
9
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
10
11
</%init>