mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-11 16:08:41 +00:00
fix auto select first tab
This commit is contained in:
parent
7a820b85c2
commit
8c4fc0a2af
|
|
@ -16,7 +16,7 @@ $newDiffPath = '';
|
|||
</ul>
|
||||
</div>
|
||||
<div class="tab-content">
|
||||
<input type="radio" id="c-tab-1" name="tabular-2"<?= $this->request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
|
||||
<input type="radio" id="c-tab-1" name="tabular-2"<?= empty($this->request->uri->fragment) || $this->request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
|
||||
<div class="tab">
|
||||
<div class="row row-simple">
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user