[CS-Project-svn_notify] SF.net SVN: cs-project: [835] trunk/1.2/templates/help
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-11 02:36:16
|
Revision: 835 http://cs-project.svn.sourceforge.net/cs-project/?rev=835&view=rev Author: crazedsanity Date: 2008-02-10 18:36:08 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Consolidate list of links into the footer. Modified Paths: -------------- trunk/1.2/templates/help/footer.shared.tmpl Removed Paths: ------------- trunk/1.2/templates/help/links__helpdesk.shared.tmpl trunk/1.2/templates/help/links__tag.shared.tmpl trunk/1.2/templates/help/links__task.shared.tmpl Modified: trunk/1.2/templates/help/footer.shared.tmpl =================================================================== --- trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 02:31:59 UTC (rev 834) +++ trunk/1.2/templates/help/footer.shared.tmpl 2008-02-11 02:36:08 UTC (rev 835) @@ -4,9 +4,27 @@ <h3>Topics:</h3> <h3><a href="/help/lost_password">Lost Password</a></h3> -{links__helpdesk} -{links__tag} -{links__task} +<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> + +<a href="/help/tag"><b>Tags</b></a> +<ul> + <li><a href="/help/tag/modifier">Modifier</a></li> +</ul> + + +<a href="/help/task"><b>Tasks</b></a> +<ul> + <li><a href="/help/task/hours">Hours</a></li> +</ul> + </body> </html> \ No newline at end of file Deleted: trunk/1.2/templates/help/links__helpdesk.shared.tmpl =================================================================== --- trunk/1.2/templates/help/links__helpdesk.shared.tmpl 2008-02-11 02:31:59 UTC (rev 834) +++ trunk/1.2/templates/help/links__helpdesk.shared.tmpl 2008-02-11 02:36:08 UTC (rev 835) @@ -1,10 +0,0 @@ - -<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 Deleted: trunk/1.2/templates/help/links__tag.shared.tmpl =================================================================== --- trunk/1.2/templates/help/links__tag.shared.tmpl 2008-02-11 02:31:59 UTC (rev 834) +++ trunk/1.2/templates/help/links__tag.shared.tmpl 2008-02-11 02:36:08 UTC (rev 835) @@ -1,5 +0,0 @@ - -<a href="/help/tag"><b>Tags</b></a> -<ul> - <li><a href="/help/tag/modifier">Modifier</a></li> -</ul> \ No newline at end of file Deleted: trunk/1.2/templates/help/links__task.shared.tmpl =================================================================== --- trunk/1.2/templates/help/links__task.shared.tmpl 2008-02-11 02:31:59 UTC (rev 834) +++ trunk/1.2/templates/help/links__task.shared.tmpl 2008-02-11 02:36:08 UTC (rev 835) @@ -1,5 +0,0 @@ - -<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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |