From 389227ab6f91a961f2d760b41f4d89f2f19ea2f5 Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 3 Dec 2006 22:23:48 +0000 Subject: [PATCH] Prevent users from removing the SCHEDULER user or changing the password for it. --- .../src/modules/htmlUI/var/templates/subjects/overview.tpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/campcaster/src/modules/htmlUI/var/templates/subjects/overview.tpl b/campcaster/src/modules/htmlUI/var/templates/subjects/overview.tpl index 716d522c8..85c03f040 100644 --- a/campcaster/src/modules/htmlUI/var/templates/subjects/overview.tpl +++ b/campcaster/src/modules/htmlUI/var/templates/subjects/overview.tpl @@ -10,13 +10,14 @@ ##Type## - {foreach from=$SUBJECTS->getSubjectsWCnt() item=i} + {foreach from=$SUBJECTS->getSubjectsWCnt() item=i} {if $i.type|lower == 'g'}{assign var="_type" value="group"}{else}{assign var="_type" value="user"}{/if} - {$i.login} + {$i.login} {if $i.type|lower == 'g'} {$i.cnt}