mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-05 02:58:41 +00:00
impl. more static translations
This commit is contained in:
parent
6f8aab16ac
commit
3fe54a076d
|
|
@ -3,7 +3,7 @@
|
|||
<header><h1><?= $this->getHtml('Department', 'Organization'); ?></h1></header>
|
||||
|
||||
<div class="inner">
|
||||
<label for="iSearchOrgDepartment">Search</label>
|
||||
<label for="iSearchOrgDepartment"><?= $this->getHtml('Search'); ?></label>
|
||||
<input type="text" id="iSearchOrgDepartment" name="receiver-search" data-action='[
|
||||
{
|
||||
"key": 1, "listener": "keyup", "action": [
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<header><h1><?= $this->getHtml('Position', 'Organization'); ?></h1></header>
|
||||
|
||||
<div class="inner">
|
||||
<label for="iSearchOrgPosition">Search</label>
|
||||
<label for="iSearchOrgPosition"><?= $this->getHtml('Search'); ?></label>
|
||||
<input type="text" id="iSearchOrgPosition" name="receiver-search" data-action='[
|
||||
{
|
||||
"key": 1, "listener": "keyup", "action": [
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<header><h1><?= $this->getHtml('Unit', 'Organization'); ?></h1></header>
|
||||
|
||||
<div class="inner">
|
||||
<label for="iSearchOrgUnit">Search</label>
|
||||
<label for="iSearchOrgUnit"><?= $this->getHtml('Search'); ?></label>
|
||||
<input type="text" id="iSearchOrgUnit" name="receiver-search" data-action='[
|
||||
{
|
||||
"key": 1, "listener": "keyup", "action": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user