Rev 9625 | Rev 9634 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9625 | Rev 9629 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !read adm/class/classlang names.phtml |
1 | !read adm/class/classlang names.phtml |
2 | 2 | ||
3 | wims_prefix=none |
3 | wims_prefix=none |
4 | 4 | ||
5 | !if $wims_user=supervisor |
5 | !if $wims_user=supervisor |
6 | !bound job within |
6 | !bound job within prop,add,deldoc,adddocsh default add |
7 | !else |
7 | !else |
8 | error=not_supervisor |
8 | error=not_supervisor |
9 | !exit |
9 | !exit |
10 | !endif |
10 | !endif |
11 | 11 | ||
12 | title_limit=50 |
12 | title_limit=50 |
13 | desc_limit=255 |
13 | desc_limit=255 |
- | 14 | nbsheet=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
|
14 | 15 | ||
15 | 16 | ||
16 | !read $job.proc |
17 | !read $job.proc |
17 | 18 |