[CS-Project-svn_notify] SF.net SVN: cs-project: [832] trunk/1.2/templates/content
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-11 01:33:16
|
Revision: 832 http://cs-project.svn.sourceforge.net/cs-project/?rev=832&view=rev Author: crazedsanity Date: 2008-02-10 17:33:13 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Rename "tags" to "tag". Modified Paths: -------------- trunk/1.2/templates/content/helpdesk/view.content.tmpl trunk/1.2/templates/content/tags/index.content.tmpl Modified: trunk/1.2/templates/content/helpdesk/view.content.tmpl =================================================================== --- trunk/1.2/templates/content/helpdesk/view.content.tmpl 2008-02-11 01:31:43 UTC (rev 831) +++ trunk/1.2/templates/content/helpdesk/view.content.tmpl 2008-02-11 01:33:13 UTC (rev 832) @@ -148,7 +148,7 @@ </tr> <tr> <th align="right">Tags: - <a href="/help/tags" target="_blank"> + <a href="/help/tag" target="_blank"> <img src="/images/icon-help.png" border="0"></a> </th> Modified: trunk/1.2/templates/content/tags/index.content.tmpl =================================================================== --- trunk/1.2/templates/content/tags/index.content.tmpl 2008-02-11 01:31:43 UTC (rev 831) +++ trunk/1.2/templates/content/tags/index.content.tmpl 2008-02-11 01:33:13 UTC (rev 832) @@ -60,7 +60,7 @@ </tr> <tr> <td><b>Modifier:</b> - <a href="/help/tags/modifier" target="_blank"><img src="/images/icon-help.png" border="0"></a></td> + <a href="/help/tag/modifier" target="_blank"><img src="/images/icon-help.png" border="0"></a></td> <td> <select name="modifier" onChange="this.form.submit();"> {modifier_option_list} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |