From dfd40a9b4a0b84673d60665699d7b353b8d68df2 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Mon, 4 Aug 2008 15:23:57 +0000 Subject: [PATCH] Merged in from DEV trunk... --- templates/ktcore/document/view.smarty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ktcore/document/view.smarty b/templates/ktcore/document/view.smarty index fcaba86..120e687 100644 --- a/templates/ktcore/document/view.smarty +++ b/templates/ktcore/document/view.smarty @@ -1,4 +1,4 @@ -

get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Document Details{/i18n}:
{$context->oDocument->getName()|sanitize}

+

get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Document Details{/i18n}: {$context->oDocument->getName()|sanitize}

{if ($document->getIsCheckedOut() == 1)} {capture assign=checkout_user}{$sCheckoutUser}{/capture} -- libgit2 0.21.4