|
From: Jonathan H. <the...@us...> - 2001-11-01 20:25:12
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv32753
Modified Files:
privmsgs_body.tpl
Log Message:
fix for hard link to index...
Index: privmsgs_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/privmsgs_body.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** privmsgs_body.tpl 2001/10/01 23:22:18 1.2
--- privmsgs_body.tpl 2001/11/01 20:25:05 1.3
***************
*** 58,62 ****
<tr>
<td align="left" valign="middle">{POST_PM_IMG}</td>
! <td align="left" width="100%"> <span class="nav"><a href="../PSO/%7BU_INDEX%7D" class="nav">{SITENAME} {L_INDEX}</a></span></td>
<td align="right" nowrap="nowrap"><span class="gensmall">{L_DISPLAY_MESSAGES}:
<select name="msgdays">{S_MSG_DAYS_OPTIONS}
--- 58,62 ----
<tr>
<td align="left" valign="middle">{POST_PM_IMG}</td>
! <td align="left" width="100%"> <span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a></span></td>
<td align="right" nowrap="nowrap"><span class="gensmall">{L_DISPLAY_MESSAGES}:
<select name="msgdays">{S_MSG_DAYS_OPTIONS}
|