diff options
-rwxr-xr-x | scire/.smarty/templates/clients.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scire/.smarty/templates/clients.tpl b/scire/.smarty/templates/clients.tpl index 8626c4e..834f752 100755 --- a/scire/.smarty/templates/clients.tpl +++ b/scire/.smarty/templates/clients.tpl @@ -41,6 +41,9 @@ {/if} {/foreach} <td> + {if check_access("Run Job") } + <a href="job.php?clientid={$clients[clients].clientid}&Action=create">Create Job</a> + {/if} {if check_access("Edit Client") } <a href="client.php?clientid={$clients[clients].clientid}&Action=edit">Edit</a> {/if} |