From fff41aed27df3cad00f5da1382567aa818daa48e Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Mon, 6 Feb 2006 09:44:08 +0000 Subject: [PATCH] Remove the edit and delete icons that weren't implemented. --- templates/ktcore/principals/unitadmin.smarty | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/ktcore/principals/unitadmin.smarty b/templates/ktcore/principals/unitadmin.smarty index b8e6dc5..56a9be4 100644 --- a/templates/ktcore/principals/unitadmin.smarty +++ b/templates/ktcore/principals/unitadmin.smarty @@ -3,7 +3,7 @@

{i18n}KnowledgeTree allows administrators the ability to create Units that model the organisation's business units. Units may have their own administrators and groups may be assigned to these units.{/i18n}

-Add New Unit +{i18n}Add New Unit{/i18n}

{i18n}Units allow you to delegate the administration of a portion of the DMS repository to a particular part of your organisation. Unit administrators have additional rights within that @@ -16,16 +16,20 @@ membership of groups that belong to the unit.{/i18n}

{i18n}Unit Name{/i18n} +{* {i18n}Edit{/i18n} {i18n}Delete{/i18n} +*} {foreach item=oUnit from=$unit_list} {$oUnit->getName()} +{* {i18n}Edit{/i18n} {i18n}Delete{/i18n} +*} {/foreach} -- libgit2 0.21.4