mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-15 14:58:40 +00:00
Translation fixes (0 still missing)
This commit is contained in:
parent
4973db7d2e
commit
9a85edd49c
|
|
@ -1,6 +1,6 @@
|
||||||
<template id="acc-grp-tpl">
|
<template id="acc-grp-tpl">
|
||||||
<section id="acc-grp" class="box w-50" style="z-index: 9; position: absolute; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%, -50%);">
|
<section id="acc-grp" class="box w-50" style="z-index: 9; position: absolute; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%, -50%);">
|
||||||
<header><h1><?= $this->l11n->getText('Profile', 'Backend', 'Account/Group'); ?></h1></header>
|
<header><h1><?= $this->getText('Account/Group'); ?></h1></header>
|
||||||
|
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form id="fAccGrp" method="GET" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/admin/accgrp'); ?>">
|
<form id="fAccGrp" method="GET" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/admin/accgrp'); ?>">
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
</table>
|
</table>
|
||||||
<tr><td colspan="2"><input type="submit" value="<?= $this->l11n->getText(0, 'Backend', 'Search'); ?>"><input type="hidden" name="type" value="<?= \Modules\Tasks\Models\TaskType::SINGLE; ?>">
|
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Search'); ?>"><input type="hidden" name="type" value="<?= \Modules\Tasks\Models\TaskType::SINGLE; ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -27,12 +27,12 @@ $accounts = $this->getData('accounts');
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->l11n->getText('Profile', 'Backend', 'Profiles'); ?></caption>
|
<caption><?= $this->getText('Profiles'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->l11n->getText(0, 'Backend', 'ID'); ?>
|
<td><?= $this->getText('ID'); ?>
|
||||||
<td class="wf-100"><?= $this->l11n->getText('Profile', 'Backend', 'Name'); ?>
|
<td class="wf-100"><?= $this->getText('Name'); ?>
|
||||||
<td><?= $this->l11n->getText('Profile', 'Backend', 'Activity'); ?>
|
<td><?= $this->getText('Activity'); ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3"><?= $footerView->render(); ?>
|
<td colspan="3"><?= $footerView->render(); ?>
|
||||||
|
|
@ -45,7 +45,7 @@ $accounts = $this->getData('accounts');
|
||||||
<td><a href="<?= $url; ?>"><?= $account->getLastActive()->format('Y-m-d'); ?></a>
|
<td><a href="<?= $url; ?>"><?= $account->getLastActive()->format('Y-m-d'); ?></a>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($count === 0) : ?>
|
<?php if($count === 0) : ?>
|
||||||
<tr><td colspan="3" class="empty"><?= $this->l11n->getText(0, 'Backend', 'Empty'); ?>
|
<tr><td colspan="3" class="empty"><?= $this->getText('Empty'); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -29,24 +29,24 @@ $footerView->setResults(1);
|
||||||
echo $this->getData('nav')->render();
|
echo $this->getData('nav')->render();
|
||||||
?>
|
?>
|
||||||
<section itemscope itemtype="http://schema.org/Person" class="box w-33">
|
<section itemscope itemtype="http://schema.org/Person" class="box w-33">
|
||||||
<header><h1><?= $this->l11n->getText('Profile', 'Backend', 'Profile'); ?></h1></header>
|
<header><h1><?= $this->getText('Profile'); ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<!-- @formatter:off -->
|
<!-- @formatter:off -->
|
||||||
<table class="list">
|
<table class="list">
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->l11n->getText('Profile', 'Backend', 'Name'); ?>
|
<th><?= $this->getText('Name'); ?>
|
||||||
<td><span itemprop="familyName"><?= $account->getName3(); ?></span>, <span itemprop="givenName"><?= $account->getName1(); ?></span>
|
<td><span itemprop="familyName"><?= $account->getName3(); ?></span>, <span itemprop="givenName"><?= $account->getName1(); ?></span>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->l11n->getText('Profile', 'Backend', 'Occupation'); ?>
|
<th><?= $this->getText('Occupation'); ?>
|
||||||
<td itemprop="jobTitle">Sailor
|
<td itemprop="jobTitle">Sailor
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->l11n->getText('Profile', 'Backend', 'Birthday'); ?>
|
<th><?= $this->getText('Birthday'); ?>
|
||||||
<td itemprop="birthDate">06.09.1934
|
<td itemprop="birthDate">06.09.1934
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->l11n->getText('Profile', 'Backend', 'Ranks'); ?>
|
<th><?= $this->getText('Ranks'); ?>
|
||||||
<td itemprop="memberOf">Gosling
|
<td itemprop="memberOf">Gosling
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->l11n->getText('Profile', 'Backend', 'Email'); ?>
|
<th><?= $this->getText('Email'); ?>
|
||||||
<td itemprop="email"><a href="mailto:>donald.duck@email.com<"><?= $account->getEmail(); ?></a>
|
<td itemprop="email"><a href="mailto:>donald.duck@email.com<"><?= $account->getEmail(); ?></a>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Address
|
<th>Address
|
||||||
|
|
@ -58,7 +58,7 @@ echo $this->getData('nav')->render();
|
||||||
<th class="vT">Work
|
<th class="vT">Work
|
||||||
<td itemprop="address">SMALLSYS INC<br>795 E DRAGRAM<br>TUCSON AZ 85705<br>USA
|
<td itemprop="address">SMALLSYS INC<br>795 E DRAGRAM<br>TUCSON AZ 85705<br>USA
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->l11n->getText('Profile', 'Backend', 'Phone'); ?>
|
<th><?= $this->getText('Phone'); ?>
|
||||||
<td>
|
<td>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Private
|
<th>Private
|
||||||
|
|
@ -70,13 +70,13 @@ echo $this->getData('nav')->render();
|
||||||
<th>Work
|
<th>Work
|
||||||
<td itemprop="telephone">+01 12345-4567
|
<td itemprop="telephone">+01 12345-4567
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->l11n->getText('Profile', 'Backend', 'Registered'); ?>
|
<th><?= $this->getText('Registered'); ?>
|
||||||
<td><?= $account->getCreatedAt()->format('Y-m-d'); ?>
|
<td><?= $account->getCreatedAt()->format('Y-m-d'); ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->l11n->getText('Profile', 'Backend', 'LastLogin'); ?>
|
<th><?= $this->getText('LastLogin'); ?>
|
||||||
<td><?= $account->getLastActive()->format('Y-m-d'); ?>
|
<td><?= $account->getLastActive()->format('Y-m-d'); ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->l11n->getText('Profile', 'Backend', 'Status'); ?>
|
<th><?= $this->getText('Status'); ?>
|
||||||
<td><span class="tag green"><?= $account->getStatus(); ?></span>
|
<td><span class="tag green"><?= $account->getStatus(); ?></span>
|
||||||
</table>
|
</table>
|
||||||
<!-- @formatter:on -->
|
<!-- @formatter:on -->
|
||||||
|
|
@ -85,13 +85,13 @@ echo $this->getData('nav')->render();
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="box w-100">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->l11n->getText('Profile', 'Backend', 'Media'); ?></caption>
|
<caption><?= $this->getText('Media'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->l11n->getText(0, 'Backend', 'ID'); ?>
|
<td><?= $this->getText('ID'); ?>
|
||||||
<td class="wf-100"><?= $this->l11n->getText('Profile', 'Backend', 'Title'); ?>
|
<td class="wf-100"><?= $this->getText('Title'); ?>
|
||||||
<td><?= $this->l11n->getText('Profile', 'Backend', 'Type'); ?>
|
<td><?= $this->getText('Type'); ?>
|
||||||
<td><?= $this->l11n->getText('Profile', 'Backend', 'Created'); ?>
|
<td><?= $this->getText('Created'); ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr><td colspan="4"><?= $footerView->render(); ?>
|
<tr><td colspan="4"><?= $footerView->render(); ?>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
@ -104,7 +104,7 @@ echo $this->getData('nav')->render();
|
||||||
<td><a href="<?= $url; ?>"><?= $value->getNewestStatus()->getStatus(); ?></a>
|
<td><a href="<?= $url; ?>"><?= $value->getNewestStatus()->getStatus(); ?></a>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($c === 0) : ?>
|
<?php if($c === 0) : ?>
|
||||||
<tr><td colspan="4" class="empty"><?= $this->l11n->getText(0, 'Backend', 'Empty'); ?>
|
<tr><td colspan="4" class="empty"><?= $this->getText('Empty'); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user