Add analytics
[bus.git] / busui / owa / modules / base / templates / options_reporting.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<h2><?php echo $headline;?></h2>

<form method="post">

	<fieldset name="owa-reports-options" class="options">
		<legend>Reporting</legend>
		
		<DIV class="setting">	
	
			Reporting Wrapper: <input type="text" name="<?php echo $this->getNs();?>config[report_wrapper]" value="<?php echo $config['report_wrapper']?>"><BR>
		
		</DIV>
    
	</fieldset>
	
	<BUTTON type="submit" name="<?php echo $this->getNs();?>action" value="base.optionsUpdate">Update Configuration</BUTTON>
	<BUTTON type="submit" name="<?php echo $this->getNs();?>action" value="base.optionsReset">Reset to Default Values</BUTTON>
</form>