[CS-Project-svn_notify] SF.net SVN: cs-project: [833] trunk/1.2/templates/help
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-11 02:29:08
|
Revision: 833 http://cs-project.svn.sourceforge.net/cs-project/?rev=833&view=rev Author: crazedsanity Date: 2008-02-10 18:28:26 -0800 (Sun, 10 Feb 2008) Log Message: ----------- More help topics. Modified Paths: -------------- trunk/1.2/templates/help/footer.shared.tmpl trunk/1.2/templates/help/links__helpdesk.shared.tmpl trunk/1.2/templates/help/links__tag.shared.tmpl Added Paths: ----------- trunk/1.2/templates/help/links__task.shared.tmpl trunk/1.2/templates/help/task/hours.content.tmpl Modified: trunk/1.2/templates/help/footer.shared.tmpl =================================================================== --- trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 01:33:13 UTC (rev 832) +++ trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 02:28:26 UTC (rev 833) @@ -1,6 +1,11 @@ +<hr> +<h3>Topics:</h3> + {links__helpdesk} +{links__tag} +{links__task} </body> </html> \ No newline at end of file Modified: trunk/1.2/templates/help/links__helpdesk.shared.tmpl =================================================================== --- trunk/1.2/templates/help/links__helpdesk.shared.tmpl 2008-02-11 01:33:13 UTC (rev 832) +++ trunk/1.2/templates/help/links__helpdesk.shared.tmpl 2008-02-11 02:28:26 UTC (rev 833) @@ -1,7 +1,4 @@ -<hr> -<h3>Topics:</h3> - <a href="/help/helpdesk"><b>Helpdesk</b></a> <ul> <li><a href="/help/helpdesk/assigned">Assigned User</a></li> Modified: trunk/1.2/templates/help/links__tag.shared.tmpl =================================================================== --- trunk/1.2/templates/help/links__tag.shared.tmpl 2008-02-11 01:33:13 UTC (rev 832) +++ trunk/1.2/templates/help/links__tag.shared.tmpl 2008-02-11 02:28:26 UTC (rev 833) @@ -1,13 +1,5 @@ -<hr> -<h3>Topics:</h3> - -<a href="/help/helpdesk"><b>Helpdesk</b></a> +<a href="/help/tag"><b>Tags</b></a> <ul> - <li><a href="/help/helpdesk/assigned">Assigned User</a></li> - <li><a href="/help/helpdesk/external_link">External Link</a></li> - <li><a href="/help/helpdesk/issue_priority">Issue Priority</a></li> - <li><a href="/help/helpdesk/notified_users">Notified Users</a></li> - <li><a href="/help/helpdesk/project_linkage">Project Linkage</a></li> - <li><a href="/help/helpdesk/submit_buttons">Submit Buttons</a></li> + <li><a href="/help/tag/modifier">Modifier</a></li> </ul> \ No newline at end of file Copied: trunk/1.2/templates/help/links__task.shared.tmpl (from rev 832, trunk/1.2/templates/help/links__tag.shared.tmpl) =================================================================== --- trunk/1.2/templates/help/links__task.shared.tmpl (rev 0) +++ trunk/1.2/templates/help/links__task.shared.tmpl 2008-02-11 02:28:26 UTC (rev 833) @@ -0,0 +1,5 @@ + +<a href="/help/task"><b>Tasks</b></a> +<ul> + <li><a href="/help/task/hours">Hours</a></li> +</ul> \ No newline at end of file Added: trunk/1.2/templates/help/task/hours.content.tmpl =================================================================== --- trunk/1.2/templates/help/task/hours.content.tmpl (rev 0) +++ trunk/1.2/templates/help/task/hours.content.tmpl 2008-02-11 02:28:26 UTC (rev 833) @@ -0,0 +1,14 @@ +<h2>Hours</h2> + +Hours for a task are divided into 3 different categories: + +<ul> + <li><b>Original Estimate:</b> Set at the time of task creation, this + indicates how long it was originally intended/estimated to take.</li> + <li><b>Current Estimate:</b> When the task is in progress, this + indicates how long it has taken thus far; after it is closed, this + indicates how long it took (compare against <i>original estimate</i>).</li> + <li><b>Time Elapsed:</b> Indicates how much time has been spent on the + task. Adding more time to a task will automatically increase this number + (along with <i>current estimate</i>, should that be exceeded).</li> +</ul> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |