Move busui to seperate repository
[bus.git] / updates.tpl
1 <div style="width:800px; margin: 0px auto -1px auto;">
2 <div class="" style="text-align:center;">
3 <h1>Open Web Analytics Updater</h1>
4 </div>
5 <br>
6 <div class="layout_subview" valign="top" style="text-align:left;">
7
8 <h2>Some Modules need to create or update their database tables.</h2>
9
10 <P>Here is the list of modules that have updates that needs to be applied:</P>
11
12 <P>
13 <UL>
14
15 <?php foreach ($modules as $k => $module): ?>
16
17 <LI><?php echo $module; ?></LI>
18
19 <?php endforeach;?>
20
21 </UL>
22 </P>
23 <P><I>It is recommended that you backup your database before applying updates.</I></P>
24 <BR>
25
26 <P>
27 <a href="<?php echo $this->makeLink(array('do' => 'base.updatesApply'));?>"><span class="owa-button">Apply updates</span></a>
28 </P>
29
30 </div>
31
32 </div>
33
34
35
36