aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/install_header.html
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-03-15 21:52:48 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-03-15 21:52:48 +0000
commite221b03b957e49cb2248b91af303c453c4d1e975 (patch)
tree1ff2c829c190471a80d5e046eb9994b0e18f9dd3 /phpBB/adm/style/install_header.html
parent5b2abb82f5aa3347521e56668a3d898c6c0677d4 (diff)
downloadforums-e221b03b957e49cb2248b91af303c453c4d1e975.tar
forums-e221b03b957e49cb2248b91af303c453c4d1e975.tar.gz
forums-e221b03b957e49cb2248b91af303c453c4d1e975.tar.bz2
forums-e221b03b957e49cb2248b91af303c453c4d1e975.tar.xz
forums-e221b03b957e49cb2248b91af303c453c4d1e975.zip
Some slight alterations for another forthcoming feature.
Tom: If you want to clean up my CSS changes for this or change the colour for completed stages, feel free ;-) git-svn-id: file:///svn/phpbb/trunk@5635 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/install_header.html')
-rwxr-xr-xphpBB/adm/style/install_header.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/adm/style/install_header.html b/phpBB/adm/style/install_header.html
index ed53d149bd..78bc52860e 100755
--- a/phpBB/adm/style/install_header.html
+++ b/phpBB/adm/style/install_header.html
@@ -35,6 +35,9 @@
<!-- BEGIN l_block1 -->
<li<!-- IF l_block1.S_SELECTED --> id="activemenu"<!-- ENDIF -->><a href="{l_block1.U_TITLE}"><span>{l_block1.L_TITLE}</span></a></li>
<!-- END l_block1 -->
+ <!-- BEGIN l_block2 -->
+ <li<!-- IF l_block2.S_SELECTED --> id="activemenu"<!-- ENDIF -->><span<!-- IF l_block2.S_COMPLETE --> class="completed"<!-- ENDIF -->>{l_block2.L_TITLE}</span></li>
+ <!-- END l_block2 -->
</ul>
</div>