From 13758d238ccd9672c581191602fc6f3dc54fbc44 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Thu, 15 Sep 2005 10:46:03 +0000 Subject: [PATCH] Template for rendering a document action. --- templates/ktcore/document_action.smarty | 16 ++++++++++++++++ 1 file changed, 16 insertions(+), 0 deletions(-) create mode 100644 templates/ktcore/document_action.smarty diff --git a/templates/ktcore/document_action.smarty b/templates/ktcore/document_action.smarty new file mode 100644 index 0000000..33bd941 --- /dev/null +++ b/templates/ktcore/document_action.smarty @@ -0,0 +1,16 @@ +{if $disabled} +{$name|strtoupper} +{else} +{$name|strtoupper} +{/if} -- libgit2 0.21.4