aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/memberlist_search.html
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-04-09 19:43:12 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-04-09 19:43:12 +0000
commita80c9cd33d782579fa257d660428d420bff2eaaf (patch)
treed2a30bae72ea7dedeee8fef9c9277756e4197b5c /phpBB/styles/prosilver/template/memberlist_search.html
parent6510afe6debfbd2933078f15b2702324993d7fd5 (diff)
downloadforums-a80c9cd33d782579fa257d660428d420bff2eaaf.tar
forums-a80c9cd33d782579fa257d660428d420bff2eaaf.tar.gz
forums-a80c9cd33d782579fa257d660428d420bff2eaaf.tar.bz2
forums-a80c9cd33d782579fa257d660428d420bff2eaaf.tar.xz
forums-a80c9cd33d782579fa257d660428d420bff2eaaf.zip
Some cleanup
git-svn-id: file:///svn/phpbb/trunk@7317 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/memberlist_search.html')
-rw-r--r--phpBB/styles/prosilver/template/memberlist_search.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_search.html b/phpBB/styles/prosilver/template/memberlist_search.html
index f97c474b15..0db9af4bf4 100644
--- a/phpBB/styles/prosilver/template/memberlist_search.html
+++ b/phpBB/styles/prosilver/template/memberlist_search.html
@@ -42,9 +42,9 @@ function insert_single(user)
<form method="post" action="{S_MODE_ACTION}" id="search">
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
-
+
<p>{L_FIND_USERNAME_EXPLAIN}</p>
-
+
<fieldset class="fields1 column1">
<dl>
<dt><label for="username">{L_USERNAME}:</label></dt>
@@ -95,12 +95,12 @@ function insert_single(user)
</dl>
</fieldset>
- <div style="clear: both;"></div>
+ <div class="clear"></div>
<hr />
-
+
<fieldset class="submit-buttons">
- <input type="reset" value="{L_RESET}" name="reset" class="button2" />&nbsp;
+ <input type="reset" value="{L_RESET}" name="reset" class="button2" />&nbsp;
<input type="submit" name="submit" value="{L_SEARCH}" class="button1" />
</fieldset>