diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-21 13:02:37 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-21 13:02:37 +0000 |
commit | ac2c2c688e997cd3998ae3139b0bf0205a4fc95c (patch) | |
tree | 345df97c46bd3225c16f589d5b53bfce7b7680c2 /phpBB/templates/subSilver/profile_add_body.tpl | |
parent | 3c6e635bec42f408701397579cba004eaca0c960 (diff) | |
download | forums-ac2c2c688e997cd3998ae3139b0bf0205a4fc95c.tar forums-ac2c2c688e997cd3998ae3139b0bf0205a4fc95c.tar.gz forums-ac2c2c688e997cd3998ae3139b0bf0205a4fc95c.tar.bz2 forums-ac2c2c688e997cd3998ae3139b0bf0205a4fc95c.tar.xz forums-ac2c2c688e997cd3998ae3139b0bf0205a4fc95c.zip |
Added pop-up control for PM's to profile
git-svn-id: file:///svn/phpbb/trunk@1403 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/profile_add_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/profile_add_body.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/profile_add_body.tpl b/phpBB/templates/subSilver/profile_add_body.tpl index 7c842f1532..83a1a812ea 100644 --- a/phpBB/templates/subSilver/profile_add_body.tpl +++ b/phpBB/templates/subSilver/profile_add_body.tpl @@ -153,6 +153,14 @@ <span class="gen">{L_NO}</span></td> </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"> <input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} /> |