mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 18:27:16 +00:00
20 lines
660 B
PHP
20 lines
660 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>
|