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


Inactive User
Subject: [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 ? :shock:

Subject: Re: [bug] Icy Phoenix 1.2.20.47 Beta 2 - Privmsgs_body.tpl
Thanks, fixed! :wink:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.5953s (PHP: 3% SQL: 97%)
SQL queries: 30 - Debug Off - GZIP Enabled