[Cs-project-svn_notify] SF.net SVN: cs-project: [656] trunk/templates/content/helpdesk/create. cont
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-11-21 17:22:29
|
Revision: 656 http://cs-project.svn.sourceforge.net/cs-project/?rev=656&view=rev Author: crazedsanity Date: 2007-11-21 09:22:26 -0800 (Wed, 21 Nov 2007) Log Message: ----------- Fix image links. Modified Paths: -------------- trunk/templates/content/helpdesk/create.content.tmpl Modified: trunk/templates/content/helpdesk/create.content.tmpl =================================================================== --- trunk/templates/content/helpdesk/create.content.tmpl 2007-11-21 17:14:19 UTC (rev 655) +++ trunk/templates/content/helpdesk/create.content.tmpl 2007-11-21 17:22:26 UTC (rev 656) @@ -1,10 +1,10 @@ <h2>Help desk</h2> -<img src="/images/s.gif" border="0" height="1" vspace="2" width="400"> +<img src="/images/pixel_black.gif" border="0" height="1" vspace="2" width="400"> <h4>request form</h4> <form action="{PHP_SELF}" method="post"> -<table border=1> +<table> <tbody> <tr> <td>Enter your email:</td> @@ -56,6 +56,6 @@ </tbody> </table> </form> -<br><img src="/images/s.gif" border="0" height="1" vspace="2" width="400"><br><br> +<br><img src="/images/pixel_black.gif" border="0" height="1" vspace="2" width="400"><br><br> <a href="helpdesk_cust.php?step=kb">Search the knowledge database</a> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |