[CS-Project-svn_notify] SF.net SVN: cs-project: [831] trunk/1.2/templates/help
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-11 01:31:51
|
Revision: 831 http://cs-project.svn.sourceforge.net/cs-project/?rev=831&view=rev Author: crazedsanity Date: 2008-02-10 17:31:43 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Rename "tags" to "tag". Modified Paths: -------------- trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl trunk/1.2/templates/help/index.content.tmpl trunk/1.2/templates/help/tag/index.content.tmpl Added Paths: ----------- trunk/1.2/templates/help/links__tag.shared.tmpl trunk/1.2/templates/help/tag/ Removed Paths: ------------- trunk/1.2/templates/help/tags/ 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:26:43 UTC (rev 830) +++ trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl 2008-02-11 01:31:43 UTC (rev 831) @@ -11,7 +11,7 @@ 9 - New, not important, or superficial </pre> -The priority of an issue is initially based upon the <a href="/help/tags/modifier">modifiers of tags</a> that +The priority of an issue is initially based upon the <a href="/help/tag/modifier">modifiers of tags</a> that have been assigned to it. After creation, registered users can modify this to be whatever they desire. Modified: trunk/1.2/templates/help/index.content.tmpl =================================================================== --- trunk/1.2/templates/help/index.content.tmpl 2008-02-11 01:26:43 UTC (rev 830) +++ trunk/1.2/templates/help/index.content.tmpl 2008-02-11 01:31:43 UTC (rev 831) @@ -3,5 +3,5 @@ <ul> <li><a href="/help/lost_password">Lost Password</a></li> <li><a href="/help/helpdesk">Helpdesk</a></li> - <li><a href="/help/tags">Tags</a></li> + <li><a href="/help/tag">Tags</a></li> </ul> Copied: trunk/1.2/templates/help/links__tag.shared.tmpl (from rev 830, trunk/1.2/templates/help/links__helpdesk.shared.tmpl) =================================================================== --- trunk/1.2/templates/help/links__tag.shared.tmpl (rev 0) +++ trunk/1.2/templates/help/links__tag.shared.tmpl 2008-02-11 01:31:43 UTC (rev 831) @@ -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 Copied: trunk/1.2/templates/help/tag (from rev 825, trunk/1.2/templates/help/tags) Modified: trunk/1.2/templates/help/tag/index.content.tmpl =================================================================== --- trunk/1.2/templates/help/tags/index.content.tmpl 2008-02-11 00:39:37 UTC (rev 825) +++ trunk/1.2/templates/help/tag/index.content.tmpl 2008-02-11 01:31:43 UTC (rev 831) @@ -3,4 +3,4 @@ <h2>What is a Tag?</h2> A tag is essentially something to help give more information at-a-glance about a given record. At creation time, a Helpdesk Issue can be linked to several different -tags with different <a href="/help/tags/modifier">modifiers</a>, which helps to determine <a href="/help/helpdesk/priority">priority</a>. \ No newline at end of file +tags with different <a href="/help/tag/modifier">modifiers</a>, which helps to determine <a href="/help/helpdesk/priority">priority</a>. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |