mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11747] ucp_prefs_post template events
PHPBB3-11747
This commit is contained in:
parent
01e133f356
commit
442b2a292e
3 changed files with 18 additions and 0 deletions
|
@ -133,6 +133,20 @@ ucp_prefs_personal_after
|
||||||
+ styles/subsilver2/template/ucp_prefs_personal.html
|
+ styles/subsilver2/template/ucp_prefs_personal.html
|
||||||
* Purpose: Add user options to the bottom of the Edit Global Settings screen
|
* Purpose: Add user options to the bottom of the Edit Global Settings screen
|
||||||
|
|
||||||
|
ucp_prefs_post_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/ucp_prefs_post.html
|
||||||
|
+ styles/subsilver2/template/ucp_prefs_post.html
|
||||||
|
* Purpose: Add user options to the top of the Edit Posting Defaults screen
|
||||||
|
|
||||||
|
ucp_prefs_post_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/ucp_prefs_post.html
|
||||||
|
+ styles/subsilver2/template/ucp_prefs_post.html
|
||||||
|
* Purpose: Add user options to the bottom of the Edit Posting Defaults screen
|
||||||
|
|
||||||
ucp_prefs_view_radio_buttons_before
|
ucp_prefs_view_radio_buttons_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
|
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
|
||||||
|
<!-- EVENT ucp_prefs_post_before -->
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="bbcode1">{L_DEFAULT_BBCODE}{L_COLON}</label></dt>
|
<dt><label for="bbcode1">{L_DEFAULT_BBCODE}{L_COLON}</label></dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
@ -36,6 +37,7 @@
|
||||||
<label for="notify0"><input type="radio" name="notify" id="notify0" value="0"<!-- IF not S_NOTIFY --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
|
<label for="notify0"><input type="radio" name="notify" id="notify0" value="0"<!-- IF not S_NOTIFY --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
<!-- EVENT ucp_prefs_post_after -->
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
<td class="row3" colspan="2" align="center"><span class="gensmall error">{ERROR}</span></td>
|
<td class="row3" colspan="2" align="center"><span class="gensmall error">{ERROR}</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
<!-- EVENT ucp_prefs_post_before -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" width="50%"><b class="genmed">{L_DEFAULT_BBCODE}{L_COLON}</b></td>
|
<td class="row1" width="50%"><b class="genmed">{L_DEFAULT_BBCODE}{L_COLON}</b></td>
|
||||||
<td class="row2"><input type="radio" class="radio" name="bbcode" value="1"<!-- IF S_BBCODE --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="bbcode" value="0"<!-- IF not S_BBCODE --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
|
<td class="row2"><input type="radio" class="radio" name="bbcode" value="1"<!-- IF S_BBCODE --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="bbcode" value="0"<!-- IF not S_BBCODE --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
|
||||||
|
@ -25,6 +26,7 @@
|
||||||
<td class="row1" width="50%"><b class="genmed">{L_DEFAULT_NOTIFY}{L_COLON}</b></td>
|
<td class="row1" width="50%"><b class="genmed">{L_DEFAULT_NOTIFY}{L_COLON}</b></td>
|
||||||
<td class="row2"><input type="radio" class="radio" name="notify" value="1"<!-- IF S_NOTIFY --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="notify" value="0"<!-- IF not S_NOTIFY --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
|
<td class="row2"><input type="radio" class="radio" name="notify" value="1"<!-- IF S_NOTIFY --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="notify" value="0"<!-- IF not S_NOTIFY --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- EVENT ucp_prefs_post_after -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue