projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2807fdf
)
Progressbar - WCFSetup
author
Tim Düsterhus
<timwolla@arcor.de>
Tue, 13 Sep 2011 14:48:56 +0000
(16:48 +0200)
committer
Tim Düsterhus
<timwolla@arcor.de>
Tue, 13 Sep 2011 14:48:56 +0000
(16:48 +0200)
Made the progressbar in WCFSetup funktional.
wcfsetup/setup/template/header.tpl
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/setup/template/header.tpl
b/wcfsetup/setup/template/header.tpl
index 2f348e079ec49a511c91e628d0f28a1fd0228d44..a4f2f5b8357a00625e58bf5d481594b4d33a2a97 100644
(file)
--- a/
wcfsetup/setup/template/header.tpl
+++ b/
wcfsetup/setup/template/header.tpl
@@
-53,8
+53,7
@@
<hgroup>
<h1>{lang}wcf.global.title{/lang}</h1>
<h2>{lang}wcf.global.title.subtitle{/lang}</h2>
- {* ToDo: Progress bar *}
- <p><progress id="packageInstallationProgress" value="0" max="100" style="width: 300px;">0%</progress></p>
+ <p><progress id="packageInstallationProgress" value="{@$progress}" max="100" style="width: 300px;">{@$progress}%</progress></p>
</hgroup>
</header>
\ No newline at end of file