|
From: Paul S. O. <ps...@us...> - 2001-12-24 16:35:17
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv17197/templates/subSilver/admin
Modified Files:
user_edit_body.tpl
Log Message:
Ooops, looks like I forgot to commit this earlier ...
Index: user_edit_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/user_edit_body.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** user_edit_body.tpl 2001/12/05 17:51:41 1.7
--- user_edit_body.tpl 2001/12/24 16:35:14 1.8
***************
*** 49,53 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ICQ_NUMBER}:</span></td>
<td class="row2">
<input type="text" name="icq" size="10" maxlength="15" value="{ICQ}" />
--- 49,53 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ICQ_NUMBER}</span></td>
<td class="row2">
<input type="text" name="icq" size="10" maxlength="15" value="{ICQ}" />
***************
*** 55,59 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_AIM}:</span></td>
<td class="row2">
<input type="text" name="aim" size="20" maxlength="255" value="{AIM}" />
--- 55,59 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_AIM}</span></td>
<td class="row2">
<input type="text" name="aim" size="20" maxlength="255" value="{AIM}" />
***************
*** 61,65 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_MESSENGER}:</span></td>
<td class="row2">
<input type="text" name="msn" size="20" maxlength="255" value="{MSN}" />
--- 61,65 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_MESSENGER}</span></td>
<td class="row2">
<input type="text" name="msn" size="20" maxlength="255" value="{MSN}" />
***************
*** 67,71 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_YAHOO}:</span></td>
<td class="row2">
<input type="text" name="yim" size="20" maxlength="255" value="{YIM}" />
--- 67,71 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_YAHOO}</span></td>
<td class="row2">
<input type="text" name="yim" size="20" maxlength="255" value="{YIM}" />
***************
*** 73,77 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_WEBSITE}:</span></td>
<td class="row2">
<input type="text" name="website" size="35" maxlength="255" value="{WEBSITE}" />
--- 73,77 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_WEBSITE}</span></td>
<td class="row2">
<input type="text" name="website" size="35" maxlength="255" value="{WEBSITE}" />
***************
*** 79,83 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_LOCATION}:</span></td>
<td class="row2">
<input type="text" name="location" size="35" maxlength="100" value="{LOCATION}" />
--- 79,83 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_LOCATION}</span></td>
<td class="row2">
<input type="text" name="location" size="35" maxlength="100" value="{LOCATION}" />
***************
*** 85,89 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_OCCUPATION}:</span></td>
<td class="row2">
<input type="text" name="occupation" size="35" maxlength="100" value="{OCCUPATION}" />
--- 85,89 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_OCCUPATION}</span></td>
<td class="row2">
<input type="text" name="occupation" size="35" maxlength="100" value="{OCCUPATION}" />
***************
*** 91,95 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_INTERESTS}:</span></td>
<td class="row2">
<input type="text" name="interests" size="35" maxlength="150" value="{INTERESTS}" />
--- 91,95 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_INTERESTS}</span></td>
<td class="row2">
<input type="text" name="interests" size="35" maxlength="150" value="{INTERESTS}" />
***************
*** 97,101 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_SIGNATURE}:</span><br />
<span class="gensmall">{L_SIGNATURE_EXPLAIN}<br />
<br />
--- 97,101 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_SIGNATURE}</span><br />
<span class="gensmall">{L_SIGNATURE_EXPLAIN}<br />
<br />
***************
*** 114,118 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_PUBLIC_VIEW_EMAIL}:</span></td>
<td class="row2">
<input type="radio" name="viewemail" value="1" {VIEW_EMAIL_YES} />
--- 114,118 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_PUBLIC_VIEW_EMAIL}</span></td>
<td class="row2">
<input type="radio" name="viewemail" value="1" {VIEW_EMAIL_YES} />
***************
*** 122,126 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_HIDE_USER}:</span></td>
<td class="row2">
<input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />
--- 122,126 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_HIDE_USER}</span></td>
<td class="row2">
<input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />
***************
*** 130,134 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_NOTIFY_ON_REPLY}:</span></td>
<td class="row2">
<input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} />
--- 130,134 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_NOTIFY_ON_REPLY}</span></td>
<td class="row2">
<input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} />
***************
*** 138,142 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG}:</span></td>
<td class="row2">
<input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} />
--- 138,142 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG}</span></td>
<td class="row2">
<input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} />
***************
*** 146,150 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_POPUP_ON_PRIVMSG}:</span></td>
<td class="row2">
<input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} />
--- 146,150 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_POPUP_ON_PRIVMSG}</span></td>
<td class="row2">
<input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} />
***************
*** 154,158 ****
</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} />
--- 154,158 ----
</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} />
***************
*** 162,166 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_BBCODE}:</span></td>
<td class="row2">
<input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} />
--- 162,166 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_BBCODE}</span></td>
<td class="row2">
<input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} />
***************
*** 170,174 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_HTML}:</span></td>
<td class="row2">
<input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} />
--- 170,174 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_HTML}</span></td>
<td class="row2">
<input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} />
***************
*** 178,182 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_SMILIES}:</span></td>
<td class="row2">
<input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} />
--- 178,182 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_SMILIES}</span></td>
<td class="row2">
<input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} />
***************
*** 186,202 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_BOARD_LANGUAGE}:</span></td>
<td class="row2">{LANGUAGE_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_BOARD_STYLE}:</span></td>
<td class="row2">{STYLE_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_TIMEZONE}:</span></td>
<td class="row2">{TIMEZONE_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_DATE_FORMAT}:</span><br />
<span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td>
<td class="row2">
--- 186,202 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_BOARD_LANGUAGE}</span></td>
<td class="row2">{LANGUAGE_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_BOARD_STYLE}</span></td>
<td class="row2">{STYLE_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_TIMEZONE}</span></td>
<td class="row2">{TIMEZONE_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_DATE_FORMAT}</span><br />
<span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td>
<td class="row2">
***************
*** 207,211 ****
<td class="catSides" colspan="2"><span class="cattitle"> </span></td>
</tr>
- <!-- BEGIN avatarblock -->
<tr>
<th class="thSides" colspan="2" height="12" valign="middle">{L_AVATAR_PANEL}</th>
--- 207,210 ----
***************
*** 226,253 ****
<!-- BEGIN avatarupload -->
<tr>
! <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE}:</span></td>
<td class="row2">
<input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}" />
! <input type="file" name="avatar" class="post"style="width: 200px" />
</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}:</span></td>
<td class="row2">
! <input type="text" name="avatarurl" size="40" class="post"style="width: 200px" />
</td>
</tr>
<!-- END avatarupload -->
- <!-- BEGIN avatarremote -->
<tr>
! <td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR}:</span></td>
<td class="row2">
! <input type="text" name="avatarremoteurl" size="40" class="post"style="width: 200px" />
</td>
</tr>
- <!-- END avatarremote -->
<!-- BEGIN avatargallery -->
<tr>
! <td class="row1"><span class="gen">{L_AVATAR_GALLERY}:</span></td>
<td class="row2">
<input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="liteoption" />
--- 225,250 ----
<!-- BEGIN avatarupload -->
<tr>
! <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE}</span></td>
<td class="row2">
<input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}" />
! <input type="file" name="avatar" class="post" style="width: 200px" />
</td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}</span></td>
<td class="row2">
! <input type="text" name="avatarurl" size="40" class="post" style="width: 200px" />
</td>
</tr>
<!-- END avatarupload -->
<tr>
! <td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR}</span></td>
<td class="row2">
! <input type="text" name="avatarremoteurl" size="40" class="post" style="width: 200px" />
</td>
</tr>
<!-- BEGIN avatargallery -->
<tr>
! <td class="row1"><span class="gen">{L_AVATAR_GALLERY}</span></td>
<td class="row2">
<input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="liteoption" />
***************
*** 255,261 ****
</tr>
<!-- END avatargallery -->
- <!-- END avatarblock -->
<tr>
- <tr>
<td class="catSides" colspan="2"> </td>
</tr>
--- 252,256 ----
***************
*** 267,271 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_USER_ACTIVE}:</span></td>
<td class="row2">
<input type="radio" name="user_status" value="1" {USER_ACTIVE_YES} />
--- 262,266 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_USER_ACTIVE}</span></td>
<td class="row2">
<input type="radio" name="user_status" value="1" {USER_ACTIVE_YES} />
***************
*** 275,279 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALLOW_PM}:</span></td>
<td class="row2">
<input type="radio" name="user_allowpm" value="1" {ALLOW_PM_YES} />
--- 270,274 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALLOW_PM}</span></td>
<td class="row2">
<input type="radio" name="user_allowpm" value="1" {ALLOW_PM_YES} />
***************
*** 283,287 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALLOW_AVATAR}:</span></td>
<td class="row2">
<input type="radio" name="user_allowavatar" value="1" {ALLOW_AVATAR_YES} />
--- 278,282 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ALLOW_AVATAR}</span></td>
<td class="row2">
<input type="radio" name="user_allowavatar" value="1" {ALLOW_AVATAR_YES} />
***************
*** 291,295 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_SELECT_RANK}:</span></td>
<td class="row2"><select name="user_rank">{RANK_SELECT_BOX}</select></td>
</tr>
--- 286,290 ----
</tr>
<tr>
! <td class="row1"><span class="gen">{L_SELECT_RANK}</span></td>
<td class="row2"><select name="user_rank">{RANK_SELECT_BOX}</select></td>
</tr>
|