mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@6486 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7255ab8f39
commit
c2567c38ff
2 changed files with 3 additions and 2 deletions
|
@ -68,7 +68,7 @@
|
||||||
<form id="mode_select" method="post" action="{U_MODE_SELECT}">
|
<form id="mode_select" method="post" action="{U_MODE_SELECT}">
|
||||||
|
|
||||||
<fieldset class="quick">
|
<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>
|
</fieldset>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -920,7 +920,8 @@ table.pmask td.name {
|
||||||
}
|
}
|
||||||
|
|
||||||
.errorbox {
|
.errorbox {
|
||||||
background-color: #ECECEC;
|
background-color: #ECD7DA;
|
||||||
|
color: #990000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.successbox h3, .errorbox h3 {
|
.successbox h3, .errorbox h3 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue