Indefero

Indefero Commit Details


Date:2011-01-04 09:51:33 (13 years 11 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:80be99890af13ff565bf2dbe6d29d32ba8decdb4
Parents: d4929622bf5d3770ce69a3408d0e309bbcf9005a
Message:Add a title to the star when viewing an issue (thanks to William Martin)

Changes:

File differences

src/IDF/templates/idf/issues/view.html
11
2
2
33
44
55
{extends "idf/issues/base.html"}
{block titleicon}{if $form}<form class="star" method="post" action="{url 'IDF_Views_Issue::star', array($project.shortname, $issue.id)}"><input type="image" src="{if $starred}{media '/idf/img/star.png'}{else}{media '/idf/img/star-grey.png'}{/if}" name="submit" /></form> {/if}{/block}
{block titleicon}{if $form}<form class="star" method="post" action="{url 'IDF_Views_Issue::star', array($project.shortname, $issue.id)}"><input type="image" src="{if $starred}{media '/idf/img/star.png'}{else}{media '/idf/img/star-grey.png'}{/if}" name="submit" title="{if $starred}{trans 'Remove this issue from your watch list'}{else}{trans 'Add this issue to your watch list'}{/if}" /></form> {/if}{/block}
{block body}
{assign $i = 0}
{assign $nc = $comments.count()}

Archive Download the corresponding diff file

Page rendered in 0.07427s using 13 queries.