-
Notifications
You must be signed in to change notification settings - Fork 1
/
form.ihtml
executable file
·43 lines (42 loc) · 2.52 KB
/
form.ihtml
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
37
38
39
40
41
42
43
{$form.javascript}
<form {$form.attributes}>
<table class="formTable table">
<tr class="ListHeader">
<td class="FormHeader" colspan="2">
<h3>| {$genOpt_debug_options}</h3>
</td>
</tr>
<tr class="list_lvl_1">
<td class="ListColLvl1_name" colspan="2">
<h4>{$form.header.debug}</h4>
</td>
</tr>
<tr class="list_one"><td class="FormRowField"><img class="helpTooltip" name="tip_logs_directory">{$form.debug_path.label}</td><td class="FormRowValue">{$form.debug_path.html}</td></tr>
<tr class="list_two"><td class="FormRowField"><img class="helpTooltip" name="tip_authentication_debug">{$form.debug_auth.label}</td><td class="FormRowValue">{$form.debug_auth.html}</td></tr>
<tr class="list_one"><td class="FormRowField"><img class="helpTooltip" name="tip_nagios_import_debug">{$form.debug_nagios_import.label}</td><td class="FormRowValue">{$form.debug_nagios_import.html}</td></tr>
<tr class="list_two"><td class="FormRowField"><img class="helpTooltip" name="tip_rrdtool_debug">{$form.debug_rrdtool.label}</td><td class="FormRowValue">{$form.debug_rrdtool.html}</td></tr>
<tr class="list_one"><td class="FormRowField"><img class="helpTooltip" name="tip_ldap_user_import_debug">{$form.debug_ldap_import.label}</td><td class="FormRowValue">{$form.debug_ldap_import.html}</td></tr>
<tr class="list_two"><td class="FormRowField"><img class="helpTooltip" name="tip_sql_debug">{$form.debug_sql.label}</td><td class="FormRowValue">{$form.debug_sql.html}</td></tr>
<tr class="list_one"><td class="FormRowField"><img class="helpTooltip" name="tip_centcore_debug">{$form.debug_gorgone.label}</td><td class="FormRowValue">{$form.debug_gorgone.html}</td></tr>
<tr class="list_one"><td class="FormRowField"><img class="helpTooltip" name="tip_centreontrapd_debug">{$form.debug_centreontrapd.label}</td><td class="FormRowValue">{$form.debug_centreontrapd.html}</td></tr>
<tr class="list_one"><td class="FormRowField"><img class="helpTooltip" name="tip_debug_platform_log_and_info">{"Platform's information, config and log files"}</td><td class="FormRowValue">{$form.debug_platform_log_and_info.html}
{if isset($form.required)}
<tr class="list_lvl_1"><td class="ListColLvl1_name" colspan="2">
{if isset($form.required)}
{$form.required._note}
{/if}
</td></tr>
{/if}
</table>
{if !$valid}
<div id="validForm" class="oreonbutton">
<p>{$form.submitC.html} {$form.reset.html}</p>
</div>
{else}
<div id="validForm" class="oreonbutton">
<p>{$form.change.html}</p>
</div>
{/if}
{$form.hidden}
</form>
{$helptext}