Fixed issue 161, download link in source tree has poor visibility.

This commit is contained in:
Loic d'Anterroches 2009-03-26 15:42:22 +01:00
parent f028682900
commit f25ebc1664
4 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,8 @@
<div id="sub-tabs">
<a {if $inSourceTree}class="active" {/if}href="{url 'IDF_Views_Source::treeBase', array($project.shortname, $project.getScmRoot())}">{trans 'Source Tree'}</a> |
<a {if $inChangeLog}class="active" {/if}href="{url 'IDF_Views_Source::changeLog', array($project.shortname, $project.getScmRoot())}">{trans 'Change Log'}</a>
{if $inCommit}| {trans 'Commit'}{/if}
{if $inCommit}| {trans 'Commit'}{/if} |
<a {if $inHelp}class="active" {/if}href="{url 'IDF_Views_Source::help', array($project.shortname)}">{trans 'How To Get The Code'}</a>
</div>
{/block}
{block title}{$title}{/block}

View File

@ -1,5 +1,5 @@
{extends "idf/source/base.html"}
{block docclass}yui-t2{/block}
{block docclass}yui-t2{assign $inHelp=true}{/block}
{block body}
<p>{blocktrans}The team behind {$project} is using

View File

@ -1,5 +1,5 @@
{extends "idf/source/base.html"}
{block docclass}yui-t2{/block}
{block docclass}yui-t2{assign $inHelp=true}{/block}
{block body}
<p>{blocktrans}The team behind {$project} is using

View File

@ -1,5 +1,5 @@
{extends "idf/source/base.html"}
{block docclass}yui-t2{/block}
{block docclass}yui-t2{assign $inHelp=true}{/block}
{block body}
<p>{blocktrans}The team behind {$project} is using