mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-27 22:48:40 +00:00
impl. more static translations
This commit is contained in:
parent
76e7d8aff9
commit
aa525b25f0
|
|
@ -13,7 +13,7 @@
|
|||
<div class="tab-content">
|
||||
<input type="radio" id="c-tab-1" name="tabular-2"<?= $this->request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
|
||||
<div class="tab">
|
||||
<label for="iSearchAcc">Search</label>
|
||||
<label for="iSearchAcc"><?= $this->getHtml('Search'); ?></label>
|
||||
<input type="text" id="iSearchAcc" name="receiver-search" data-action='[
|
||||
{
|
||||
"key": 1, "listener": "keyup", "action": [
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
</div>
|
||||
<input type="radio" id="c-tab-2" name="tabular-2"<?= $this->request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
|
||||
<div class="tab">
|
||||
<label for="iSearchGrp">Search</label>
|
||||
<label for="iSearchGrp"><?= $this->getHtml('Search'); ?></label>
|
||||
<input type="text" id="iSearchGrp" name="receiver-search" data-action='[
|
||||
{
|
||||
"key": 1, "listener": "keyup", "action": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user