From 3b74fd8bb7d7ec5273fae12aae7565d45a904b59 Mon Sep 17 00:00:00 2001 From: Preston Cody Date: Mon, 18 Feb 2008 05:12:29 +0000 Subject: adding a link to create a job. svn path=/trunk/; revision=361 --- scire/.smarty/templates/clients.tpl | 3 +++ 1 file changed, 3 insertions(+) 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} + {if check_access("Run Job") } + Create Job + {/if} {if check_access("Edit Client") } Edit {/if} -- cgit v1.2.3-65-gdbad