Files
wavelog/application/views/simplefle/options.php
2024-05-29 23:37:46 +02:00

20 lines
646 B
PHP

<!-- <table style="width:100%" class="table-sm table table-hover table-striped table-condensed text-start" id="useroptions">
<thead>
<tr>
<th class="text-start">Option</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Auto Callbook Lookup</td>
<td>
<div class="form-check">
<input class="form-check-input" name="callbook_lookup" type="checkbox" <?php if (($callbook_lookup ?? "true") == "true") { echo 'checked'; } ?>>
</div>
</td>
</tr>
</tbody>
</table> -->
<p> No Options yet </p>