From f25ebc1664b9a03cc04c1ce39b709d0ed57f6bf9 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Thu, 26 Mar 2009 15:42:22 +0100 Subject: [PATCH] Fixed issue 161, download link in source tree has poor visibility. --- src/IDF/templates/idf/source/base.html | 3 ++- src/IDF/templates/idf/source/git/help.html | 2 +- src/IDF/templates/idf/source/mercurial/help.html | 2 +- src/IDF/templates/idf/source/svn/help.html | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/IDF/templates/idf/source/base.html b/src/IDF/templates/idf/source/base.html index 6aec0c6..3c79c32 100644 --- a/src/IDF/templates/idf/source/base.html +++ b/src/IDF/templates/idf/source/base.html @@ -4,7 +4,8 @@
{trans 'Source Tree'} | {trans 'Change Log'} -{if $inCommit}| {trans 'Commit'}{/if} +{if $inCommit}| {trans 'Commit'}{/if} | +{trans 'How To Get The Code'}
{/block} {block title}{$title}{/block} diff --git a/src/IDF/templates/idf/source/git/help.html b/src/IDF/templates/idf/source/git/help.html index eb71a70..4f90309 100644 --- a/src/IDF/templates/idf/source/git/help.html +++ b/src/IDF/templates/idf/source/git/help.html @@ -1,5 +1,5 @@ {extends "idf/source/base.html"} -{block docclass}yui-t2{/block} +{block docclass}yui-t2{assign $inHelp=true}{/block} {block body}

{blocktrans}The team behind {$project} is using diff --git a/src/IDF/templates/idf/source/mercurial/help.html b/src/IDF/templates/idf/source/mercurial/help.html index d8108c3..2084c0c 100644 --- a/src/IDF/templates/idf/source/mercurial/help.html +++ b/src/IDF/templates/idf/source/mercurial/help.html @@ -1,5 +1,5 @@ {extends "idf/source/base.html"} -{block docclass}yui-t2{/block} +{block docclass}yui-t2{assign $inHelp=true}{/block} {block body}

{blocktrans}The team behind {$project} is using diff --git a/src/IDF/templates/idf/source/svn/help.html b/src/IDF/templates/idf/source/svn/help.html index bb54f68..b6f9caf 100644 --- a/src/IDF/templates/idf/source/svn/help.html +++ b/src/IDF/templates/idf/source/svn/help.html @@ -1,5 +1,5 @@ {extends "idf/source/base.html"} -{block docclass}yui-t2{/block} +{block docclass}yui-t2{assign $inHelp=true}{/block} {block body}

{blocktrans}The team behind {$project} is using