aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-01-24 18:24:43 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-01-24 18:24:43 +0000
commit6651b34a1b191a416321c1b4bae715ca5777d5e7 (patch)
tree7ea47dd5f288b878ac5b46638b098ff0fea71619 /phpBB/styles/subSilver/template
parent01b491e8f5930adca696a09d13501ad6236aadb6 (diff)
downloadforums-6651b34a1b191a416321c1b4bae715ca5777d5e7.tar
forums-6651b34a1b191a416321c1b4bae715ca5777d5e7.tar.gz
forums-6651b34a1b191a416321c1b4bae715ca5777d5e7.tar.bz2
forums-6651b34a1b191a416321c1b4bae715ca5777d5e7.tar.xz
forums-6651b34a1b191a416321c1b4bae715ca5777d5e7.zip
#7230 and first part of #5706
git-svn-id: file:///svn/phpbb/trunk@6928 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template')
-rw-r--r--phpBB/styles/subSilver/template/posting_attach_body.html2
-rw-r--r--phpBB/styles/subSilver/template/posting_progress_bar.html6
2 files changed, 3 insertions, 5 deletions
diff --git a/phpBB/styles/subSilver/template/posting_attach_body.html b/phpBB/styles/subSilver/template/posting_attach_body.html
index 3c9e93a45c..e9de2e7516 100644
--- a/phpBB/styles/subSilver/template/posting_attach_body.html
+++ b/phpBB/styles/subSilver/template/posting_attach_body.html
@@ -30,7 +30,7 @@
<tr>
<td class="row1"><b class="genmed">{L_FILENAME}</b></td>
- <td class="row2"><input type="file" name="fileupload" size="40" maxlength="{FILESIZE}" value="" class="btnlite" /></td>
+ <td class="row2"><input type="file" name="fileupload" size="40" maxlength="{FILESIZE}" value="" class="btnfile" /></td>
</tr>
<tr>
<td class="row1"><b class="genmed">{L_FILE_COMMENT}</b></td>
diff --git a/phpBB/styles/subSilver/template/posting_progress_bar.html b/phpBB/styles/subSilver/template/posting_progress_bar.html
index d8b1c833bf..9a7daede6d 100644
--- a/phpBB/styles/subSilver/template/posting_progress_bar.html
+++ b/phpBB/styles/subSilver/template/posting_progress_bar.html
@@ -1,3 +1,4 @@
+<!-- INCLUDE simple_header.html -->
<script type="text/javascript">
<!--
/**
@@ -23,8 +24,6 @@
//-->
</script>
-<!-- INCLUDE simple_header.html -->
-
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
@@ -37,10 +36,9 @@
</tr>
</table>
-<!-- INCLUDE simple_footer.html -->
-
<script type="text/javascript">
<!--
close_popup();
//-->
</script>
+<!-- INCLUDE simple_footer.html -->