Icy Phoenix

     
 

[bug] Icy Phoenix 1.2.20.47 Beta 2 - Privmsgs_body.tpl

[bug] Icy Phoenix 1.2.20.47 Beta 2 - Privmsgs_body.tpl

Article
Reply with quote    Download Post  
Post [bug] Icy Phoenix 1.2.20.47 Beta 2 - Privmsgs_body.tpl 
 
privmsgs_body.tpl

No pagination (Because of the Single Page) returns validation errors.

Code: [Download] [Hide] [Select]
Find:

<table width="100%" cellspacing="0" border="0" align="center" cellpadding="0">
<tr>
    <td align="left" valign="middle"><span class="img-btn">{POST_PM_IMG}</span></td>
    <td align="right" valign="middle" width="100%"><span class="gensmall">{PAGE_NUMBER}</span></td>
</tr>
<tr><td align="right" valign="top" nowrap="nowrap"><span class="gensmall"></span><br /><div class="pagination">{PAGINATION}</div></td></tr>
</table>

Replace With:

<table width="100%" cellspacing="0" border="0" align="center" cellpadding="0">
<tr>
    <td align="left" valign="middle"><span class="img-btn">{POST_PM_IMG}</span></td>
    <td align="right" valign="middle" width="100%"><span class="gensmall">&nbsp;{PAGE_NUMBER}</span></td>
</tr>
<tr><td align="right" valign="top" nowrap="nowrap"><span class="gensmall">&nbsp;</span><br /><div class="pagination">{PAGINATION}</div></td></tr>
</table>

Though I'm not even sure what this  <span class="gensmall"></span> is supposed to do anyway ?  



 
   
Inactive User [ Wed 25 Mar, 2009 11:52 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


[bug] Icy Phoenix 1.2.20.47 Beta 2 - Privmsgs_body.tpl

Comments
Reply with quote    Download Post  
Post Re: [bug] Icy Phoenix 1.2.20.47 Beta 2 - Privmsgs_body.tpl 
 
Thanks, fixed!



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Thu 26 Mar, 2009 12:03 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1