From bf8e3bf7b75ac21fe0bb2621fbce6c0050e7ed68 Mon Sep 17 00:00:00 2001 From: Bryn Divey Date: Mon, 29 May 2006 09:18:49 +0000 Subject: [PATCH] KTS-777: Added 'Disable/Enable' label to column containing the little Red Button --- templates/ktcore/documenttypes/list.smarty | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/ktcore/documenttypes/list.smarty b/templates/ktcore/documenttypes/list.smarty index b75011b..37f197c 100644 --- a/templates/ktcore/documenttypes/list.smarty +++ b/templates/ktcore/documenttypes/list.smarty @@ -32,7 +32,8 @@ its details, or use the enable/disable buttons to change its availability state. {i18n}Document Type{/i18n} {i18n}Associated Fieldsets{/i18n} -   + {i18n}Edit{/i18n} + {i18n}Disable/Enable{/i18n} @@ -62,11 +63,11 @@ its details, or use the enable/disable buttons to change its availability state. - + {i18n}Edit{/i18n} - + {if $oDocumentType->getDisabled()} {i18n}Enable{/i18n} {else} -- libgit2 0.21.4