[CS-Project-svn_notify] SF.net SVN: cs-project: [827] trunk/1.2/templates/help
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-11 01:17:38
|
Revision: 827 http://cs-project.svn.sourceforge.net/cs-project/?rev=827&view=rev Author: crazedsanity Date: 2008-02-10 17:17:29 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Move the "Topics" to the footer so it's viewable everywhere. Modified Paths: -------------- trunk/1.2/templates/help/footer.shared.tmpl trunk/1.2/templates/help/helpdesk/assigned.content.tmpl trunk/1.2/templates/help/helpdesk/external_link.content.tmpl trunk/1.2/templates/help/helpdesk/index.content.tmpl trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl trunk/1.2/templates/help/helpdesk/notified_users.content.tmpl trunk/1.2/templates/help/helpdesk/project_linkage.content.tmpl trunk/1.2/templates/help/helpdesk/submit_buttons.content.tmpl trunk/1.2/templates/help/task/index.content.tmpl Added Paths: ----------- trunk/1.2/templates/help/helpdesk_links.shared.tmpl Removed Paths: ------------- trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl Modified: trunk/1.2/templates/help/footer.shared.tmpl =================================================================== --- trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -1,3 +1,6 @@ + +{helpdesk_links} + </body> </html> \ No newline at end of file Modified: trunk/1.2/templates/help/helpdesk/assigned.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/assigned.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/assigned.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -1,5 +1,3 @@ <h2>Assigned User</h2> This is the user that has been assigned the given issue. Besides administrators, they are the only user that is allowed to solve the issue. - -{helpdesk_links} \ No newline at end of file Modified: trunk/1.2/templates/help/helpdesk/external_link.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/external_link.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/external_link.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -2,5 +2,3 @@ When viewing a Helpdesk Issue, there is an "External Link" provided for developers, so they may send a link to users who are not registered. This URL allows non-registered users to view the link without worrying about having to login.<BR><BR> - -{helpdesk_links} \ No newline at end of file Deleted: trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -1,13 +0,0 @@ - -<hr> -<h3>Topics:</h3> - -<a href="/help/helpdesk"><b>Helpdesk</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> -</ul> \ No newline at end of file Modified: trunk/1.2/templates/help/helpdesk/index.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/index.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/index.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -5,5 +5,3 @@ Issues are created to notify developers of bugs or request new features. Developers and users are notified whenever there is a change, or when the issue has been completed, so everybody concerned is kept up-to-date. - -{helpdesk_links} \ No newline at end of file Modified: trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -15,5 +15,3 @@ have been assigned to it. After creation, registered users can modify this to be whatever they desire. - -{helpdesk_links} \ No newline at end of file Modified: trunk/1.2/templates/help/helpdesk/notified_users.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/notified_users.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/notified_users.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -5,5 +5,3 @@ this list. At present, there is no option to be removed from the notified users list. If you feel this is an important feature, please <a href="/extern/helpdesk/create">file an issue</a> about it.</p> - -{helpdesk_links} \ No newline at end of file Modified: trunk/1.2/templates/help/helpdesk/project_linkage.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/project_linkage.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/project_linkage.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -23,5 +23,3 @@ version of the software. This makes a very important difference to the developers, as it indicates where the problem has occurred. - -{helpdesk_links} \ No newline at end of file Modified: trunk/1.2/templates/help/helpdesk/submit_buttons.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/submit_buttons.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/helpdesk/submit_buttons.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -8,5 +8,3 @@ <li>Solve: completes the issue after entering the solution (requires info in the "Solution" box).</li> <li>Re-Open: opens the issue for modification and logs the action.</li> </ul> - -{helpdesk_links} \ No newline at end of file Copied: trunk/1.2/templates/help/helpdesk_links.shared.tmpl (from rev 825, trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl) =================================================================== --- trunk/1.2/templates/help/helpdesk_links.shared.tmpl (rev 0) +++ trunk/1.2/templates/help/helpdesk_links.shared.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -0,0 +1,13 @@ + +<hr> +<h3>Topics:</h3> + +<a href="/help/helpdesk"><b>Helpdesk</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> +</ul> \ No newline at end of file Modified: trunk/1.2/templates/help/task/index.content.tmpl =================================================================== --- trunk/1.2/templates/help/task/index.content.tmpl 2008-02-11 01:15:44 UTC (rev 826) +++ trunk/1.2/templates/help/task/index.content.tmpl 2008-02-11 01:17:29 UTC (rev 827) @@ -4,5 +4,3 @@ pieces. Each task can be be assigned to a user, and the estimated hours can be tracked per task. Notes can be added to ensure proper documentation (along with any thoughts that anybody has along the way). - -{task_links} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |