mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
hmm
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9703 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e146efbd16
commit
7d13399665
1 changed files with 2 additions and 2 deletions
|
@ -88,9 +88,9 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<!-- IF not S_PRIVMSGS and S_DISPLAY_USERNAME -->
|
<!-- IF not S_PRIVMSGS and S_DISPLAY_USERNAME -->
|
||||||
<dl>
|
<dl style="clear: left;">
|
||||||
<dt><label for="username">{L_USERNAME}:</label></dt>
|
<dt><label for="username">{L_USERNAME}:</label></dt>
|
||||||
<dd><input type="text" tabindex="1" name="username" id="username" size="25" value="{USERNAME}" class="inputbox" /></dd>
|
<dd><input type="text" tabindex="1" name="username" id="username" size="25" value="{USERNAME}" class="inputbox autowidth" /></dd>
|
||||||
</dl>
|
</dl>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue