mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-24 17:22:55 +02:00
More functions added ...
git-svn-id: file:///svn/phpbb/trunk@4025 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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> <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}" /> <input class="liteoption" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user