aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-10-06 05:50:16 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-10-06 05:50:16 +0000
commit876b193180f72424be0adcf6d63064db4e3f6a8a (patch)
tree25fba757c2e512cf162f5fb9bbfab0f2dcf23c4f /phpBB/adm/style
parent9f0b6766f9040d420cd9795520ed8b446612d987 (diff)
downloadforums-876b193180f72424be0adcf6d63064db4e3f6a8a.tar
forums-876b193180f72424be0adcf6d63064db4e3f6a8a.tar.gz
forums-876b193180f72424be0adcf6d63064db4e3f6a8a.tar.bz2
forums-876b193180f72424be0adcf6d63064db4e3f6a8a.tar.xz
forums-876b193180f72424be0adcf6d63064db4e3f6a8a.zip
some whitespace changes and opening files in binary mode in functions_messenger
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8971 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_users.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html
index 2e4b3ef8f2..34e4147356 100644
--- a/phpBB/adm/style/acp_users.html
+++ b/phpBB/adm/style/acp_users.html
@@ -197,7 +197,7 @@
<a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{S_ON_PAGE}</a> &bull; <span>{PAGINATION}</span>
</div>
<!-- ENDIF -->
-
+
<fieldset class="quick">
<input class="button2" type="submit" name="delmarked" value="{L_DELETE_MARKED}" />
<p class="small"><a href="#" onclick="marklist('user_attachments', 'mark', true);">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('user_attachments', 'mark', false);">{L_UNMARK_ALL}</a></p>
@@ -215,7 +215,7 @@
<form id="select_forum" method="post" action="{U_ACTION}">
<fieldset class="quick" style="text-align: left;">
- {L_SELECT_FORUM}: <select name="f">{S_FORUM_OPTIONS}</select>
+ {L_SELECT_FORUM}: <select name="f">{S_FORUM_OPTIONS}</select>
<input class="button2" type="submit" value="{L_GO}" name="select" />
{S_FORM_TOKEN}
</fieldset>