[CS-Project-svn_notify] SF.net SVN: cs-project: [669] trunk/templates/content/helpdesk/view.content
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-11-21 21:32:13
|
Revision: 669 http://cs-project.svn.sourceforge.net/cs-project/?rev=669&view=rev Author: crazedsanity Date: 2007-11-21 13:32:11 -0800 (Wed, 21 Nov 2007) Log Message: ----------- Format issue notes without the "pre" tag. Modified Paths: -------------- trunk/templates/content/helpdesk/view.content.tmpl Modified: trunk/templates/content/helpdesk/view.content.tmpl =================================================================== --- trunk/templates/content/helpdesk/view.content.tmpl 2007-11-21 21:31:42 UTC (rev 668) +++ trunk/templates/content/helpdesk/view.content.tmpl 2007-11-21 21:32:11 UTC (rev 669) @@ -147,8 +147,11 @@ <tr> <th style="border-bottom:solid #000 1px;" align="right">Notes:<BR><font size="-3"><i>(Includes previous/current<BR>solution(s), if available)</i></font></th> <td style="border-bottom:solid #000 1px;" colspan="2"> -<!-- BEGIN issueNotes --><div style="border-top:dashed #000 1px;">%%solutionIndicator%% <u> [#%%note_id%%] <b>%%subject%%</b> (%%fname%%@%%created%%)</u></div> - <div style="width:100%; overflow:auto"><pre style="font-size:10px;">%%body%%</pre></div> +<!-- BEGIN issueNotes --> + <div style="border-top:dashed #000 1px;"> + %%solutionIndicator%% <u> [#%%note_id%%] <b>%%subject%%</b> (%%fname%%@%%created%%)</u> + </div><br> + <div style="width:100%; overflow:auto"><code style="font-size:10px;">%%body%%</code></div> <!-- END issueNotes --> </td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |