mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
git-svn-id: file:///svn/phpbb/trunk@6586 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9622428fcd
commit
93bd37451c
1 changed files with 24 additions and 22 deletions
|
@ -1,5 +1,7 @@
|
|||
<script type="text/javascript">
|
||||
<!--
|
||||
<tr>
|
||||
<th colspan="2">
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
/**
|
||||
* Show upload progress bar
|
||||
*/
|
||||
|
@ -8,19 +10,19 @@
|
|||
close_waitscreen = 0;
|
||||
window.open('{UA_PROGRESS_BAR}', '_upload', 'HEIGHT=200,resizable=yes,scrollbars=no,WIDTH=400');
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<!-- IF S_CLOSE_PROGRESS_WINDOW -->
|
||||
<!-- IF S_CLOSE_PROGRESS_WINDOW -->
|
||||
<script language="javascript" type="text/javascript">
|
||||
<!--
|
||||
close_waitscreen = 1;
|
||||
//-->
|
||||
</script>
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<tr>
|
||||
<th colspan="2">{L_ADD_ATTACHMENT}</th>
|
||||
{L_ADD_ATTACHMENT}
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row3" colspan="2"><span class="gensmall">{L_ADD_ATTACHMENT_EXPLAIN}</span></td>
|
||||
|
|
Loading…
Add table
Reference in a new issue