From a124c1fd481b1fc920731017a6561547565db855 Mon Sep 17 00:00:00 2001
From: Brad Shuttleworth
Date: Mon, 6 Feb 2006 09:37:12 +0000
Subject: [PATCH] - improve link connections.
---
templates/ktstandard/action/link.smarty | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/templates/ktstandard/action/link.smarty b/templates/ktstandard/action/link.smarty
index 44804e2..807881f 100644
--- a/templates/ktstandard/action/link.smarty
+++ b/templates/ktstandard/action/link.smarty
@@ -4,14 +4,14 @@
{if $link_types}
{i18n}Select a target document to link to.{/i18n}
-
+
{i18n}Use the folder collection and path below to
browse to the document you wish to link to.{/i18n}
-
+
{foreach from=$collection_breadcrumbs item=breadcrumb name=bc}
{$breadcrumb.name}
@@ -24,14 +24,13 @@ browse to the document you wish to link to.{/i18n}
{$collection->render()}
-
-
+
{else}
{i18n}No link types are defined. Please ask the administrator to add them.{/i18n}
--
libgit2 0.21.4