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

</div>