From 8755a065dcf8303e9d381f9d2f2a2daf5a8debc3 Mon Sep 17 00:00:00 2001 From: bshuttle Date: Fri, 24 Feb 2006 15:13:56 +0000 Subject: [PATCH] need the actual template... --- plugins/browseabledashlet/templates/browseabledashlet/dashlet.smarty | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+), 0 deletions(-) create mode 100644 plugins/browseabledashlet/templates/browseabledashlet/dashlet.smarty diff --git a/plugins/browseabledashlet/templates/browseabledashlet/dashlet.smarty b/plugins/browseabledashlet/templates/browseabledashlet/dashlet.smarty new file mode 100644 index 0000000..2e5125e --- /dev/null +++ b/plugins/browseabledashlet/templates/browseabledashlet/dashlet.smarty @@ -0,0 +1,27 @@ +

{i18n}Orphaned Folders{/i18n}

+ +

{i18n}Since KnowledgeTree only shows you the folders and +documents you are allowed to see, there are some placed that you can view +but can't get to — for example, if they are in a folder you are not +allowed to see. These are called "orphaned folders" since you can't access their parents +and they are are listed below.{/i18n}

+ +{if empty($folders)} +

You have no orphaned folders.

+{else} + + + + + + + +{foreach from=$folders item=oFolder} + +{/foreach} + +
Title
{$oFolder->getName()} +
+{/if} -- libgit2 0.21.4