mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
use wide fieldset
git-svn-id: file:///svn/phpbb/trunk@8169 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d0f2399a86
commit
67282e07a6
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2>{L_SEND_PASSWORD}</h2>
|
<h2>{L_SEND_PASSWORD}</h2>
|
||||||
|
|
||||||
<fieldset class="fields2">
|
<fieldset>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="username">{L_USERNAME}:</label></dt>
|
<dt><label for="username">{L_USERNAME}:</label></dt>
|
||||||
<dd><input class="inputbox narrow" type="text" name="username" id="username" size="25" /></dd>
|
<dd><input class="inputbox narrow" type="text" name="username" id="username" size="25" /></dd>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2>{L_UCP_RESEND}</h2>
|
<h2>{L_UCP_RESEND}</h2>
|
||||||
|
|
||||||
<fieldset class="fields2">
|
<fieldset>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="username">{L_USERNAME}:</label></dt>
|
<dt><label for="username">{L_USERNAME}:</label></dt>
|
||||||
<dd><input class="inputbox narrow" type="text" name="username" id="username" size="25" /></dd>
|
<dd><input class="inputbox narrow" type="text" name="username" id="username" size="25" /></dd>
|
||||||
|
|
Loading…
Add table
Reference in a new issue