Progressbar - WCFSetup
authorTim Düsterhus <timwolla@arcor.de>
Tue, 13 Sep 2011 14:48:56 +0000 (16:48 +0200)
committerTim 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

index 2f348e079ec49a511c91e628d0f28a1fd0228d44..a4f2f5b8357a00625e58bf5d481594b4d33a2a97 100644 (file)
@@ -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