mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 08:13:14 +02:00
- new members of moderator groups should always become moderators [Bug #382]
- proper message when replying to non-existant topics [Bug #459] - changed column type of search_array to store more ids [Bug #4058] - fixed annoyance with font-size selector [Bug #4612] git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@6749 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -372,7 +372,8 @@ function storeCaret(textEl) {
|
||||
<option style="color:violet; background-color: {T_TD_COLOR1}" value="violet" class="genmed">{L_COLOR_VIOLET}</option>
|
||||
<option style="color:white; background-color: {T_TD_COLOR1}" value="white" class="genmed">{L_COLOR_WHITE}</option>
|
||||
<option style="color:black; background-color: {T_TD_COLOR1}" value="black" class="genmed">{L_COLOR_BLACK}</option>
|
||||
</select> {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')">
|
||||
</select> {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.selectedIndex=0;" onMouseOver="helpline('f')">
|
||||
<option value="0" class="genmed">{L_FONT_SIZE}</option>
|
||||
<option value="7" class="genmed">{L_FONT_TINY}</option>
|
||||
<option value="9" class="genmed">{L_FONT_SMALL}</option>
|
||||
<option value="12" selected class="genmed">{L_FONT_NORMAL}</option>
|
||||
|
Reference in New Issue
Block a user