[Cs-project-svn_notify] SF.net SVN: cs-project: [629] trunk/templates
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-11-20 17:00:28
|
Revision: 629 http://cs-project.svn.sourceforge.net/cs-project/?rev=629&view=rev Author: crazedsanity Date: 2007-11-20 09:00:25 -0800 (Tue, 20 Nov 2007) Log Message: ----------- Added the Subversion property "svn:eol-style" as "native". For M$ users. Modified Paths: -------------- trunk/templates/system/message_box.tmpl Property Changed: ---------------- trunk/templates/email/helpdesk-new.tmpl trunk/templates/email/helpdesk-remark.tmpl trunk/templates/email/lost_password.tmpl trunk/templates/extern/helpdesk/create.content.tmpl trunk/templates/extern/helpdesk/index.content.tmpl trunk/templates/extern/helpdesk/view.content.tmpl trunk/templates/setup/1.content.tmpl trunk/templates/setup/2.content.tmpl trunk/templates/setup/3.content.tmpl trunk/templates/setup/4.content.tmpl trunk/templates/setup/5.content.tmpl trunk/templates/setup/html_title.shared.tmpl trunk/templates/setup/index.content.tmpl trunk/templates/setup/stepData.shared.tmpl trunk/templates/system/404.shared.tmpl trunk/templates/system/message_box.tmpl Property changes on: trunk/templates/email/helpdesk-new.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/email/helpdesk-remark.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/email/lost_password.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/extern/helpdesk/create.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/extern/helpdesk/index.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/extern/helpdesk/view.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/setup/1.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/setup/2.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/setup/3.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/setup/4.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/setup/5.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/setup/html_title.shared.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/setup/index.content.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/setup/stepData.shared.tmpl ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/templates/system/404.shared.tmpl ___________________________________________________________________ Name: svn:eol-style + native Modified: trunk/templates/system/message_box.tmpl =================================================================== --- trunk/templates/system/message_box.tmpl 2007-11-20 16:58:45 UTC (rev 628) +++ trunk/templates/system/message_box.tmpl 2007-11-20 17:00:25 UTC (rev 629) @@ -1,27 +1,27 @@ -<table border="0" cellspacing="0" cellpadding="0" align="center"> - <tr> - <td class="{messageType}" width="5" align="left" valign="top"><img src="/images/frame/crn-white-tl.gif" width="5" height="5" alt=""></td> - <td class="{messageType}"><img src="/images/clear.gif" width="20" height="2" alt=""></td> - <td class="{messageType}" width="5" align="right" valign="top"><img src="/images/frame/crn-white-tr.gif" width="5" height="5" alt=""></td> - </tr> - <tr> - <td class="{messageType}" width="5"><img src="/images/clear.gif" width="5" height="20" alt=""></td> - <td> - <table class="{messageType}" width="100%" border="0" cellspacing="0" cellpadding="5"> - <tr> - <td valign="top"> - <p style="border-style: solid; border-width: 0px 0px 2px 0px" class="title1">{title}</p> -<p style="margin: 5px 0px 5px 0px">{message}</p> - {redirect} </td> - </tr> - </table></td> - <td class="{messageType}" width="5"><img src="/images/clear.gif" width="5" height="20" alt=""></td> - </tr> - <tr> - <td class="{messageType}" width="5" align="left" valign="bottom"><img src="/images/frame/crn-white-bl.gif" width="5" height="5" alt=""></td> - <td class="{messageType}"><img src="/images/clear.gif" width="20" height="2" alt=""></td> - <td class="{messageType}" width="5" align="right" valign="bottom"><img src="/images/frame/crn-white-br.gif" width="5" height="5" alt=""></td> - </tr> - </table> -<br> - +<table border="0" cellspacing="0" cellpadding="0" align="center"> + <tr> + <td class="{messageType}" width="5" align="left" valign="top"><img src="/images/frame/crn-white-tl.gif" width="5" height="5" alt=""></td> + <td class="{messageType}"><img src="/images/clear.gif" width="20" height="2" alt=""></td> + <td class="{messageType}" width="5" align="right" valign="top"><img src="/images/frame/crn-white-tr.gif" width="5" height="5" alt=""></td> + </tr> + <tr> + <td class="{messageType}" width="5"><img src="/images/clear.gif" width="5" height="20" alt=""></td> + <td> + <table class="{messageType}" width="100%" border="0" cellspacing="0" cellpadding="5"> + <tr> + <td valign="top"> + <p style="border-style: solid; border-width: 0px 0px 2px 0px" class="title1">{title}</p> +<p style="margin: 5px 0px 5px 0px">{message}</p> + {redirect} </td> + </tr> + </table></td> + <td class="{messageType}" width="5"><img src="/images/clear.gif" width="5" height="20" alt=""></td> + </tr> + <tr> + <td class="{messageType}" width="5" align="left" valign="bottom"><img src="/images/frame/crn-white-bl.gif" width="5" height="5" alt=""></td> + <td class="{messageType}"><img src="/images/clear.gif" width="20" height="2" alt=""></td> + <td class="{messageType}" width="5" align="right" valign="bottom"><img src="/images/frame/crn-white-br.gif" width="5" height="5" alt=""></td> + </tr> + </table> +<br> + Property changes on: trunk/templates/system/message_box.tmpl ___________________________________________________________________ Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |