diff options
| author | jeff <jeff> | 2006-10-19 14:29:27 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2006-10-19 14:29:27 +0000 |
| commit | ce98306f315a53f2ac4b8c010341c4f84bf728a8 (patch) | |
| tree | 284731e6ad5daf4580b3afdfa3812a864e136b89 /httemplate/edit/process | |
| parent | cdffa6e5fe5c8cf0755a3f3497ae71170bbe4cea (diff) | |
suspension and cancellation reasons
Diffstat (limited to 'httemplate/edit/process')
| -rw-r--r-- | httemplate/edit/process/reason.html | 6 | ||||
| -rw-r--r-- | httemplate/edit/process/reason_type.html | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/edit/process/reason.html b/httemplate/edit/process/reason.html new file mode 100644 index 000000000..55c1ea958 --- /dev/null +++ b/httemplate/edit/process/reason.html @@ -0,0 +1,6 @@ +<% include( 'elements/process.html', + 'table' => 'reason', + 'redirect' => popurl(3) . 'browse/reason.html?class=' . + $cgi->param('class') . '&', + ) +%> diff --git a/httemplate/edit/process/reason_type.html b/httemplate/edit/process/reason_type.html new file mode 100644 index 000000000..4ccccaddd --- /dev/null +++ b/httemplate/edit/process/reason_type.html @@ -0,0 +1,6 @@ +<% include( 'elements/process.html', + 'table' => 'reason_type', + 'redirect' => popurl(3) . 'browse/reason_type.html?class=' . + $cgi->param('class') . '&', + ) +%> |
