summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2008-02-18 05:12:29 +0000
committerPreston Cody <codeman@gentoo.org>2008-02-18 05:12:29 +0000
commit3b74fd8bb7d7ec5273fae12aae7565d45a904b59 (patch)
tree57e0c00adefd0ba2d49aee219ec3afa61adfc95f
parentadding in the new perl client/server into trunk. (diff)
downloadscire-3b74fd8bb7d7ec5273fae12aae7565d45a904b59.tar.gz
scire-3b74fd8bb7d7ec5273fae12aae7565d45a904b59.tar.bz2
scire-3b74fd8bb7d7ec5273fae12aae7565d45a904b59.zip
adding a link to create a job.HEADmaster
svn path=/trunk/; revision=361
-rwxr-xr-xscire/.smarty/templates/clients.tpl3
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}