|
From: Paul S. O. <ps...@us...> - 2001-11-21 13:02:40
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv1499/templates/subSilver
Modified Files:
profile_add_body.tpl
Log Message:
Added pop-up control for PM's to profile
Index: profile_add_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_add_body.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** profile_add_body.tpl 2001/11/18 14:01:35 1.9
--- profile_add_body.tpl 2001/11/21 13:02:36 1.10
***************
*** 154,157 ****
--- 154,165 ----
</tr>
<tr>
+ <td class="row1"><span class="gen">{L_POPUP_ON_PRIVMSG}:</span><br /><span class="gensmall">{L_POPUP_ON_PRIVMSG_EXPLAIN}</span></td>
+ <td class="row2">
+ <input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} />
+ <span class="gen">{L_YES}</span>
+ <input type="radio" name="popup_pm" value="0" {POPUP_PM_NO} />
+ <span class="gen">{L_NO}</span></td>
+ </tr>
+ <tr>
<td class="row1"><span class="gen">{L_ALWAYS_ADD_SIGNATURE}:</span></td>
<td class="row2">
|