mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
git-svn-id: file:///svn/phpbb/trunk@6486 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7255ab8f39
commit
c2567c38ff
@ -68,7 +68,7 @@
|
||||
<form id="mode_select" method="post" action="{U_MODE_SELECT}">
|
||||
|
||||
<fieldset class="quick">
|
||||
{L_SELECT_FORM}: <select name="mode" onchange="if (this.options[this.selectedIndex].value != '') this.form.submit();">{S_FORM_OPTIONS}</select>
|
||||
{L_SELECT_FORM}: <select name="mode" onchange="if (this.options[this.selectedIndex].value != '') this.form.submit();">{S_FORM_OPTIONS}</select> <input class="button2" type="submit" value="{L_GO}" />
|
||||
</fieldset>
|
||||
|
||||
</form>
|
||||
|
@ -920,7 +920,8 @@ table.pmask td.name {
|
||||
}
|
||||
|
||||
.errorbox {
|
||||
background-color: #ECECEC;
|
||||
background-color: #ECD7DA;
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
.successbox h3, .errorbox h3 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user