[CS-Project-svn_notify] SF.net SVN: cs-project: [871] trunk/1.2/templates/content
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-04-09 02:59:11
|
Revision: 871 http://cs-project.svn.sourceforge.net/cs-project/?rev=871&view=rev Author: crazedsanity Date: 2008-04-08 19:59:06 -0700 (Tue, 08 Apr 2008) Log Message: ----------- Rename "todo" to "task" (issuue #151) Modified Paths: -------------- trunk/1.2/templates/content/task/create.content.tmpl trunk/1.2/templates/content/task/view.content.tmpl Added Paths: ----------- trunk/1.2/templates/content/task/ Removed Paths: ------------- trunk/1.2/templates/content/todo/ Copied: trunk/1.2/templates/content/task (from rev 870, trunk/1.2/templates/content/todo) Modified: trunk/1.2/templates/content/task/create.content.tmpl =================================================================== --- trunk/1.2/templates/content/todo/create.content.tmpl 2008-03-31 16:11:19 UTC (rev 870) +++ trunk/1.2/templates/content/task/create.content.tmpl 2008-04-09 02:59:06 UTC (rev 871) @@ -1,13 +1,13 @@ <!-- - * Last Author: $Author:danf $ - * Current Revision: $Revision:811 $ - * Repository Location: $HeadURL:svn://charybdis.crazedsanity.com/main/projects/cs-project/trunk/templates/content/todo/create.content.tmpl $ - * Last Updated: $Date:2007-06-18 17:49:28 -0500 (Mon, 18 Jun 2007) $ + * Last Author: $Author$ + * Current Revision: $Revision$ + * Repository Location: $HeadURL$ + * Last Updated: $Date$ --> <form method="POST" action=""> -<input type="HIDDEN" name="module" value="todo"> -<input type="HIDDEN" name="id" value="{todo_id}"> +<input type="HIDDEN" name="module" value="task"> +<input type="HIDDEN" name="id" value="{task_id}"> <table> <tbody> <tr> Modified: trunk/1.2/templates/content/task/view.content.tmpl =================================================================== --- trunk/1.2/templates/content/todo/view.content.tmpl 2008-03-31 16:11:19 UTC (rev 870) +++ trunk/1.2/templates/content/task/view.content.tmpl 2008-04-09 02:59:06 UTC (rev 871) @@ -6,8 +6,8 @@ --> <form method="POST" action=""> -<input type="HIDDEN" name="module" value="todo"> -<input type="HIDDEN" name="todo_id" value="{todo_id}"> +<input type="HIDDEN" name="module" value="task"> +<input type="HIDDEN" name="task_id" value="{task_id}"> <table> <tbody> <tr> @@ -43,7 +43,7 @@ <table border=0 cellpadding=3 cellspacing=0> <!-- BEGIN previousComments --> <tr> - <td><b>%%subject%%</b> (<i>#%%todo_comment_id%%</i>) by <i>%%creator%%</i>: %%created%%</td> + <td><b>%%subject%%</b> (<i>#%%task_comment_id%%</i>) by <i>%%creator%%</i>: %%created%%</td> </tr> <tr> <td><pre>%%body%%</pre></td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |