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}