Add analytics
[bus.git] / busui / owa / modules / base / templates / options_reporting.tpl
maxious 1 <h2><?php echo $headline;?></h2>
2
3 <form method="post">
4
5 <fieldset name="owa-reports-options" class="options">
6 <legend>Reporting</legend>
7
8 <DIV class="setting">
9
10 Reporting Wrapper: <input type="text" name="<?php echo $this->getNs();?>config[report_wrapper]" value="<?php echo $config['report_wrapper']?>"><BR>
11
12 </DIV>
13
14 </fieldset>
15
16 <BUTTON type="submit" name="<?php echo $this->getNs();?>action" value="base.optionsUpdate">Update Configuration</BUTTON>
17 <BUTTON type="submit" name="<?php echo $this->getNs();?>action" value="base.optionsReset">Reset to Default Values</BUTTON>
18 </form>