diff options
author | Preston Cody <codeman@gentoo.org> | 2008-02-18 05:12:29 +0000 |
---|---|---|
committer | Preston Cody <codeman@gentoo.org> | 2008-02-18 05:12:29 +0000 |
commit | 3b74fd8bb7d7ec5273fae12aae7565d45a904b59 (patch) | |
tree | 57e0c00adefd0ba2d49aee219ec3afa61adfc95f | |
parent | adding in the new perl client/server into trunk. (diff) | |
download | scire-3b74fd8bb7d7ec5273fae12aae7565d45a904b59.tar.gz scire-3b74fd8bb7d7ec5273fae12aae7565d45a904b59.tar.bz2 scire-3b74fd8bb7d7ec5273fae12aae7565d45a904b59.zip |
svn path=/trunk/; revision=361
-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} |