[CS-Project-svn_notify] SF.net SVN: cs-project: [829] trunk/1.2/templates/content/related_todo. sha
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-11 01:24:18
|
Revision: 829 http://cs-project.svn.sourceforge.net/cs-project/?rev=829&view=rev Author: crazedsanity Date: 2008-02-10 17:24:16 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Change where the help link is, etc. 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:20:05 UTC (rev 828) +++ trunk/1.2/templates/content/related_todo.shared.tmpl 2008-02-11 01:24:16 UTC (rev 829) @@ -1,6 +1,10 @@ <table cellpadding="2" cellspacing="0" border="1"> <tr> - <td colspan="8"><b>Todo: </b>(<a href='/content/todo/create?parentPublicId={public_id}&module={module}' target=_top>Create</a>): + <td colspan="8"> + <b>Related Tasks: </b> + (<a href='/content/todo/create?parentPublicId={public_id}&module={module}' target=_top>Create</a>): + <a href="/help/task" target="_blank"> + <img src="/images/icon-help.png" border="0"></a> <!-- 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 --> @@ -14,10 +18,7 @@ <th>Status</th> <th>Title</th> <th>Deadline</th> - <th> - Hours Left <a href="/help/todo/hours_left" target="_blank"> - <img src="/images/icon-help.png" border="0"></a> - </th> + <th>Hours Left</th> </tr> <!-- BEGIN related_todo_row --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |