27 lines
524 B
Smarty

<h4>${sai_config_title}</h4>
<hr>
<table class="table table-hover table-condensed sai_table" style="overflow: auto;">
<tr>
<th>Config ID</th>
<th>Config Name</th>
<th>Value</th>
</tr>
<tr>
<th>Basics</th>
<th></th>
<th></th>
</tr>
${basics}
<tr>
<th>Database</th>
<th></th>
<th></th>
</tr>
${database}
<tr>
<th>System Admin Interface</th>
<th></th>
<th></th>
</tr>
${sai}
</table>