[CS-Project-svn_notify] SF.net SVN: cs-project: [828] trunk/1.2/templates/content/related_todo. sha
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-11 01:20:22
|
Revision: 828 http://cs-project.svn.sourceforge.net/cs-project/?rev=828&view=rev Author: crazedsanity Date: 2008-02-10 17:20:05 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Help link instead of cumbersome note. Modified Paths: -------------- trunk/1.2/templates/content/related_todo.shared.tmpl Modified: trunk/1.2/templates/content/related_todo.shared.tmpl =================================================================== --- trunk/1.2/templates/content/related_todo.shared.tmpl 2008-02-11 01:17:29 UTC (rev 827) +++ trunk/1.2/templates/content/related_todo.shared.tmpl 2008-02-11 01:20:05 UTC (rev 828) @@ -4,8 +4,7 @@ <!-- BEGIN todoPrefWarning --> <BR><font color="red"><b>Warning:</b></font> Not all issues will be displayed, due to your <a href="/content/settings">preferences</a>. <!-- END todoPrefWarning --> - <hr> - <b>NOTE: </b>In the "Hours Left" column of todos, the format is::: <i>remaining hours (current estimate)</i></td> + </td> </tr> <tr> <th>Pri</th> @@ -15,7 +14,10 @@ <th>Status</th> <th>Title</th> <th>Deadline</th> - <th>Hours Left</th> + <th> + Hours Left <a href="/help/todo/hours_left" target="_blank"> + <img src="/images/icon-help.png" border="0"></a> + </th> </tr> <!-- BEGIN related_todo_row --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |