[CS-Project-svn_notify] SF.net SVN: cs-project: [772] trunk/templates/content/project/view/index. c
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-01 05:43:19
|
Revision: 772 http://cs-project.svn.sourceforge.net/cs-project/?rev=772&view=rev Author: crazedsanity Date: 2008-01-31 21:43:12 -0800 (Thu, 31 Jan 2008) Log Message: ----------- Notes always show below todo list (no matter how many issues there are). Modified Paths: -------------- trunk/templates/content/project/view/index.content.tmpl Modified: trunk/templates/content/project/view/index.content.tmpl =================================================================== --- trunk/templates/content/project/view/index.content.tmpl 2008-02-01 05:29:53 UTC (rev 771) +++ trunk/templates/content/project/view/index.content.tmpl 2008-02-01 05:43:12 UTC (rev 772) @@ -1,4 +1,4 @@ -<table border="0" cellpadding="2" cellspacing="0"> +<table border="1" cellpadding="2" cellspacing="0"> <tr> <td><!-- first cell of main table --> <form action="{PHP_SELF}" method="POST" name=frm> @@ -118,17 +118,13 @@ </td> </tr> <tr> - <td> - {related_todo} + <td width="50%"> + <div id="related_todo" width="100%">{related_todo}</div> + <div id="related_note" style="padding-top:1em;">{related_note}</div> </td> - <td> - {related_issue} + <td width="50%"> + <div id="related_issue">{related_issue}</div> </td> </tr> - <tr> - <td colspan="2"> - {related_note} - </td> - </tr> </table> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |