[CS-Project-svn_notify] SF.net SVN: cs-project: [769] trunk/templates/content/helpdesk/view.content
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-01 05:03:10
|
Revision: 769 http://cs-project.svn.sourceforge.net/cs-project/?rev=769&view=rev Author: crazedsanity Date: 2008-01-31 21:03:03 -0800 (Thu, 31 Jan 2008) Log Message: ----------- Display bottom border of access block on helpdesk even after it is closed. Modified Paths: -------------- trunk/templates/content/helpdesk/view.content.tmpl Modified: trunk/templates/content/helpdesk/view.content.tmpl =================================================================== --- trunk/templates/content/helpdesk/view.content.tmpl 2008-02-01 04:55:51 UTC (rev 768) +++ trunk/templates/content/helpdesk/view.content.tmpl 2008-02-01 05:03:03 UTC (rev 769) @@ -79,11 +79,15 @@ <!-- END linkToIssue --> <!-- BEGIN accessBlock__modifyButton --> <tr> - <td align="center" colspan="2" style="border-left:solid #000 1px;border-right:solid #000 1px;border-bottom:solid #000 1px;"> + <td align="center" colspan="2" style="border-left:solid #000 1px;border-right:solid #000 1px;"> <input id="accessBlock__modifyButton" type="submit" name="action" value="Modify"> </td> </tr> <!-- END accessBlock__modifyButton --> + <tr> + <td colspan="2" style="border:solid #000 1px;border-top:none;"> + <img src="/images/clear.gif" height="1px"></td> + </tr> </table> <!-- END access_block --> <!-- BEGIN associatedUserBlock --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |