diff options
Diffstat (limited to 'phpBB/templates/Euclid/posting_body.tpl')
-rw-r--r-- | phpBB/templates/Euclid/posting_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Euclid/posting_body.tpl b/phpBB/templates/Euclid/posting_body.tpl index 9a8dbc39d1..891fb06083 100644 --- a/phpBB/templates/Euclid/posting_body.tpl +++ b/phpBB/templates/Euclid/posting_body.tpl @@ -237,7 +237,7 @@ function storeCaret(textEl) { <!-- BEGIN privmsg_extensions --> <tr> <td class="row1"><span class="gen"><b>{L_USERNAME}</b></span></td> - <td class="row2"><input type="text" name="username" maxlength="30" size="25" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('search.php?mode=searchuser', '_phpbbsearch', 'HEIGHT=155,resizable=yes,WIDTH=400');return false;" /></td> + <td class="row2"><input type="text" name="username" maxlength="30" size="25" /> <input class="liteoptiontable" type="submit" name="usersubmit" value="{L_FIND_USERNAME}" onClick="window.open('search.php?mode=searchuser', '_phpbbsearch', 'HEIGHT=155,resizable=yes,WIDTH=400');return false;" /></td> </tr> <!-- END privmsg_extensions --> <tr> |