aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-05-20 12:16:25 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-05-20 12:16:25 +0000
commit208a3b96bfc5bb2dfb2b0e21fb658c31f062e0f2 (patch)
treed35dd7e4baf973ed4715044eb09b22e904d9bb24 /phpBB/templates/subSilver
parentd43770db28cd04b9f3ac2d12283d875782a53713 (diff)
downloadforums-208a3b96bfc5bb2dfb2b0e21fb658c31f062e0f2.tar
forums-208a3b96bfc5bb2dfb2b0e21fb658c31f062e0f2.tar.gz
forums-208a3b96bfc5bb2dfb2b0e21fb658c31f062e0f2.tar.bz2
forums-208a3b96bfc5bb2dfb2b0e21fb658c31f062e0f2.tar.xz
forums-208a3b96bfc5bb2dfb2b0e21fb658c31f062e0f2.zip
More functions added ...
git-svn-id: file:///svn/phpbb/trunk@4025 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
-rw-r--r--phpBB/templates/subSilver/ucp_prefs.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/ucp_prefs.html b/phpBB/templates/subSilver/ucp_prefs.html
index 160e1fab51..7bdc5b964c 100644
--- a/phpBB/templates/subSilver/ucp_prefs.html
+++ b/phpBB/templates/subSilver/ucp_prefs.html
@@ -30,12 +30,14 @@
<th colspan="2" height="25" valign="middle">{L_TITLE}</th>
</tr>
+
<!-- IF ERROR -->
<tr>
<td class="row3" colspan="2" align="center"><span class="gensmall" style="color:red">{ERROR}</span></td>
</tr>
<!-- ENDIF -->
+
<!-- IF S_DISPLAY_PERSONAL -->
<tr>
<td class="row1"><b class="genmed">{L_SHOW_EMAIL}:</b></td>
@@ -75,6 +77,7 @@
</tr>
<!-- ENDIF -->
+
<!-- IF S_DISPLAY_VIEW -->
<tr>
<td class="row1"><b class="genmed">{L_VIEW_IMAGES}:</b></td>
@@ -100,8 +103,21 @@
<td class="row1"><b class="genmed">{L_DISABLE_CENSORS}:</b></td>
<td class="row2"><input type="radio" name="wordcensor" value="1"{DISABLE_CENSORS_YES} /><span class="gen">{L_YES}</span>&nbsp; &nbsp;<input type="radio" name="wordcensor" value="0"{DISABLE_CENSORS_NO} /><span class="gen">{L_NO}</span></td>
</tr>
+ <tr>
+ <td class="row1"><b class="genmed">{L_VIEW_TOPICS_DAYS}:</b></td>
+ <td class="row2">{S_SELECT_SORT_DAYS}</td>
+ </tr>
+ <tr>
+ <td class="row1"><b class="genmed">{L_VIEW_TOPICS_KEY}:</b></td>
+ <td class="row2">{S_SELECT_SORT_KEY}</td>
+ </tr>
+ <tr>
+ <td class="row1"><b class="genmed">{L_VIEW_TOPICS_DIR}:</b></td>
+ <td class="row2">{S_SELECT_SORT_DIR}</td>
+ </tr>
<!-- ENDIF -->
+
<!-- IF S_DISPLAY_POST -->
<tr>
<td class="row1"><b class="genmed">{L_DEFAULT_BBCODE}:</b></td>
@@ -125,6 +141,7 @@
</tr>
<!-- ENDIF -->
+
<tr>
<td class="cat" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="liteoption" type="reset" value="{L_RESET}" name="reset" /></td>
</tr>