Translation fixes (0 still missing)

This commit is contained in:
Dennis Eichhorn 2016-07-27 13:15:05 +02:00
parent bc9594950e
commit e20bd140ed
2 changed files with 94 additions and 94 deletions

View File

@ -21,33 +21,33 @@ echo $this->getData('nav')->render(); ?>
<div class="tabular-2">
<div class="box">
<ul class="tab-links">
<li><label for="c-tab-1"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Master') ?></label></li>
<li><label for="c-tab-2"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Contact') ?></label></li>
<li><label for="c-tab-3"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Addresses') ?></label></li>
<li><label for="c-tab-4"><?= $this->l11n->getText('ClientManagement', 'Backend', 'PaymentTerm') ?></label></li>
<li><label for="c-tab-5"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Payment') ?></label></li>
<li><label for="c-tab-6"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Prices') ?></label></li>
<li><label for="c-tab-7"><?= $this->l11n->getText('ClientManagement', 'Backend', 'AreaManager') ?></label></li>
<li><label for="c-tab-8"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Files') ?></label></li>
<li><label for="c-tab-1"><?= $this->getText('Master') ?></label></li>
<li><label for="c-tab-2"><?= $this->getText('Contact') ?></label></li>
<li><label for="c-tab-3"><?= $this->getText('Addresses') ?></label></li>
<li><label for="c-tab-4"><?= $this->getText('PaymentTerm') ?></label></li>
<li><label for="c-tab-5"><?= $this->getText('Payment') ?></label></li>
<li><label for="c-tab-6"><?= $this->getText('Prices') ?></label></li>
<li><label for="c-tab-7"><?= $this->getText('AreaManager') ?></label></li>
<li><label for="c-tab-8"><?= $this->getText('Files') ?></label></li>
</ul>
</div>
<div class="tab-content">
<input type="radio" id="c-tab-1" name="tabular-2" checked>
<div class="tab">
<section class="box w-33 floatLeft">
<header><h1><?= $this->l11n->getText('ClientManagement', 'Backend', 'Client') ?></h1></header>
<header><h1><?= $this->getText('Client') ?></h1></header>
<div class="inner">
<form>
<table class="layout w-100">
<tr><td><label for="iId"><?= $this->l11n->getText(0, 'Backend', 'ID'); ?></label>
<tr><td><label for="iId"><?= $this->getText('ID'); ?></label>
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="number" id="iId" min="1" name="id" required></span>
<tr><td><label for="iName1"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Name1'); ?></label>
<tr><td><label for="iName1"><?= $this->getText('Name1'); ?></label>
<tr><td><input type="text" id="iName1" name="name1" placeholder="&#xf040;" required>
<tr><td><label for="iName2"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Name2'); ?></label>
<tr><td><label for="iName2"><?= $this->getText('Name2'); ?></label>
<tr><td><input type="text" id="iName2" name="name2" placeholder="&#xf040;">
<tr><td><label for="iName3"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Name3'); ?></label>
<tr><td><label for="iName3"><?= $this->getText('Name3'); ?></label>
<tr><td><input type="text" id="iName3" name="name3" placeholder="&#xf040;">
<tr><td colspan="2"><input type="submit" value="<?= $this->l11n->getText(0, 'Backend', 'Create') ?>">
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Create') ?>">
</table>
</form>
</div>
@ -56,29 +56,29 @@ echo $this->getData('nav')->render(); ?>
<input type="radio" id="c-tab-2" name="tabular-2">
<div class="tab">
<section class="box w-33 floatLeft">
<header><h1><?= $this->l11n->getText('ClientManagement', 'Backend', 'Contact') ?></h1></header>
<header><h1><?= $this->getText('Contact') ?></h1></header>
<div class="inner">
<form>
<table class="layout w-100">
<tr><td><label for="iCType"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Type'); ?></label>
<tr><td><label for="iCType"><?= $this->getText('Type'); ?></label>
<tr><td><select id="iCType" name="actype">
<option><?= $this->l11n->getText('ClientManagement', 'Backend', 'Email'); ?>
<option><?= $this->l11n->getText('ClientManagement', 'Backend', 'Fax'); ?>
<option><?= $this->l11n->getText('ClientManagement', 'Backend', 'Phone'); ?>
<option><?= $this->getText('Email'); ?>
<option><?= $this->getText('Fax'); ?>
<option><?= $this->getText('Phone'); ?>
</select>
<tr><td><label for="iCStype"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Subtype'); ?></label>
<tr><td><label for="iCStype"><?= $this->getText('Subtype'); ?></label>
<tr><td><select id="iCStype" name="acstype">
<option><?= $this->l11n->getText('ClientManagement', 'Backend', 'Office'); ?>
<option><?= $this->l11n->getText('ClientManagement', 'Backend', 'Sales'); ?>
<option><?= $this->l11n->getText('ClientManagement', 'Backend', 'Purchase'); ?>
<option><?= $this->l11n->getText('ClientManagement', 'Backend', 'Accounting'); ?>
<option><?= $this->l11n->getText('ClientManagement', 'Backend', 'Support'); ?>
<option><?= $this->getText('Office'); ?>
<option><?= $this->getText('Sales'); ?>
<option><?= $this->getText('Purchase'); ?>
<option><?= $this->getText('Accounting'); ?>
<option><?= $this->getText('Support'); ?>
</select>
<tr><td><label for="iCInfo"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Info'); ?></label>
<tr><td><label for="iCInfo"><?= $this->getText('Info'); ?></label>
<tr><td><input type="text" id="iCInfo" name="cinfo">
<tr><td><label for="iCData"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Contact'); ?></label>
<tr><td><label for="iCData"><?= $this->getText('Contact'); ?></label>
<tr><td><input type="text" id="iCData" name="cdata">
<tr><td colspan="2"><input type="submit" value="<?= $this->l11n->getText(0, 'Backend', 'Add') ?>">
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add') ?>">
</table>
</form>
</div>
@ -87,26 +87,26 @@ echo $this->getData('nav')->render(); ?>
<input type="radio" id="c-tab-3" name="tabular-2">
<div class="tab">
<section class="box w-33 floatLeft">
<header><h1><?= $this->l11n->getText('ClientManagement', 'Backend', 'Address') ?></h1></header>
<header><h1><?= $this->getText('Address') ?></h1></header>
<div class="inner">
<form>
<table class="layout w-100">
<tr><td><label for="iAType"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Type'); ?></label>
<tr><td><label for="iAType"><?= $this->getText('Type'); ?></label>
<tr><td><select id="iAType" name="atype">
<option><?= $this->l11n->getText('ClientManagement', 'Backend', 'Default'); ?>
<option><?= $this->l11n->getText('ClientManagement', 'Backend', 'Delivery'); ?>
<option><?= $this->l11n->getText('ClientManagement', 'Backend', 'Invoice'); ?>
<option><?= $this->getText('Default'); ?>
<option><?= $this->getText('Delivery'); ?>
<option><?= $this->getText('Invoice'); ?>
</select>
<tr><td><label for="iAddress"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Address'); ?></label>
<tr><td><label for="iAddress"><?= $this->getText('Address'); ?></label>
<tr><td><input type="text" id="iAddress" name="address">
<tr><td><label for="iZip"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Zip'); ?></label>
<tr><td><label for="iZip"><?= $this->getText('Zip'); ?></label>
<tr><td><input type="text" id="iZip" name="zip">
<tr><td><label for="iCountry"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Country'); ?></label>
<tr><td><label for="iCountry"><?= $this->getText('Country'); ?></label>
<tr><td><input type="text" id="iCountry" name="country">
<tr><td><label for="iAInfo"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Info'); ?></label>
<tr><td><label for="iAInfo"><?= $this->getText('Info'); ?></label>
<tr><td><input type="text" id="iAInfo" name="ainfo">
<tr><td><span class="check"><input type="checkbox" id="iDefault" name="default" checked><label for="iDefault"><?= $this->l11n->getText('ClientManagement', 'Backend', 'IsDefault'); ?></label></span>
<tr><td colspan="2"><input type="submit" value="<?= $this->l11n->getText(0, 'Backend', 'Add') ?>">
<tr><td><span class="check"><input type="checkbox" id="iDefault" name="default" checked><label for="iDefault"><?= $this->getText('IsDefault'); ?></label></span>
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add') ?>">
</table>
</form>
</div>
@ -115,26 +115,26 @@ echo $this->getData('nav')->render(); ?>
<input type="radio" id="c-tab-4" name="tabular-2">
<div class="tab">
<section class="box w-33 floatLeft">
<header><h1><?= $this->l11n->getText('ClientManagement', 'Backend', 'PaymentTerm') ?></h1></header>
<header><h1><?= $this->getText('PaymentTerm') ?></h1></header>
<div class="inner">
<form>
<table class="layout w-100">
<tr><td><label for="iSource"><?= $this->l11n->getText(0, 'Backend', 'ID') ?></label>
<tr><td><label for="iSource"><?= $this->getText('ID') ?></label>
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input id="iSource" name="source" type="text" placeholder=""></span>
<tr><td><label for="iSegment"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Segment') ?></label>
<tr><td><label for="iSegment"><?= $this->getText('Segment') ?></label>
<tr><td><input id="iSegment" name="segment" type="text" placeholder="">
<tr><td><label for="iProductgroup"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Productgroup') ?></label>
<tr><td><label for="iProductgroup"><?= $this->getText('Productgroup') ?></label>
<tr><td><input id="iProductgroup" name="productgroup" type="text" placeholder="">
<tr><td><label for="iGroup"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Group') ?></label>
<tr><td><label for="iGroup"><?= $this->getText('Group') ?></label>
<tr><td><input id="iGroup" name="group" type="text" placeholder="">
<tr><td><label for="iArticlegroup"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Articlegroup') ?></label>
<tr><td><label for="iArticlegroup"><?= $this->getText('Articlegroup') ?></label>
<tr><td><input id="iArticlegroup" name="articlegroup" type="text" placeholder="">
<tr><td><label for="iTerm"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Type') ?></label>
<tr><td><label for="iTerm"><?= $this->getText('Type') ?></label>
<tr><td><select id="iTerm" name="term" required>
<option>
</select>
<tr><td><span class="check"><input type="checkbox" id="iFreightage" name="freightage"><label for="iFreightage"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Freightage') ?></label></span>
<tr><td colspan="2"><input type="submit" value="<?= $this->l11n->getText(0, 'Backend', 'Add') ?>">
<tr><td><span class="check"><input type="checkbox" id="iFreightage" name="freightage"><label for="iFreightage"><?= $this->getText('Freightage') ?></label></span>
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add') ?>">
</table>
</form>
</div>
@ -143,16 +143,16 @@ echo $this->getData('nav')->render(); ?>
<input type="radio" id="c-tab-5" name="tabular-2">
<div class="tab">
<section class="box w-33 floatLeft">
<header><h1><?= $this->l11n->getText('ClientManagement', 'Backend', 'Payment') ?></h1></header>
<header><h1><?= $this->getText('Payment') ?></h1></header>
<div class="inner">
<form>
<table class="layout w-100">
<tr><td><label for="iACType"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Type'); ?></label>
<tr><td><label for="iACType"><?= $this->getText('Type'); ?></label>
<tr><td><select id="iACType" name="actype">
<option><?= $this->l11n->getText('ClientManagement', 'Backend', 'Wire'); ?>
<option><?= $this->l11n->getText('ClientManagement', 'Backend', 'Creditcard'); ?>
<option><?= $this->getText('Wire'); ?>
<option><?= $this->getText('Creditcard'); ?>
</select>
<tr><td colspan="2"><input type="submit" value="<?= $this->l11n->getText(0, 'Backend', 'Add') ?>">
<tr><td colspan="2"><input type="submit" value="<?= $this->getText('Add') ?>">
</table>
</form>
</div>
@ -161,36 +161,36 @@ echo $this->getData('nav')->render(); ?>
<input type="radio" id="c-tab-6" name="tabular-2">
<div class="tab">
<section class="box w-33 floatLeft">
<header><h1><?= $this->l11n->getText('ClientManagement', 'Backend', 'Price') ?></h1></header>
<header><h1><?= $this->getText('Price') ?></h1></header>
<div class="inner">
<form action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/...'); ?>" method="post">
<table class="layout wf-100">
<tbody>
<tr><td colspan="2"><label for="iPType"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Type') ?></label>
<tr><td colspan="2"><label for="iPType"><?= $this->getText('Type') ?></label>
<tr><td><select id="iPType" name="ptye">
<option>
</select><td>
<tr><td><label for="iSource"><?= $this->l11n->getText(0, 'Backend', 'ID') ?></label>
<tr><td><label for="iSource"><?= $this->getText('ID') ?></label>
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input id="iSource" name="source" type="text" placeholder=""></span>
<tr><td><label for="iSegment"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Segment') ?></label>
<tr><td><label for="iSegment"><?= $this->getText('Segment') ?></label>
<tr><td><input id="iSegment" name="segment" type="text" placeholder="">
<tr><td><label for="iProductgroup"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Productgroup') ?></label>
<tr><td><label for="iProductgroup"><?= $this->getText('Productgroup') ?></label>
<tr><td><input id="iProductgroup" name="productgroup" type="text" placeholder="">
<tr><td><label for="iGroup"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Group') ?></label>
<tr><td><label for="iGroup"><?= $this->getText('Group') ?></label>
<tr><td><input id="iGroup" name="group" type="text" placeholder="">
<tr><td><label for="iArticlegroup"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Articlegroup') ?></label>
<tr><td><label for="iArticlegroup"><?= $this->getText('Articlegroup') ?></label>
<tr><td><input id="iArticlegroup" name="articlegroup" type="text" placeholder="">
<tr><td><label for="iPQuantity"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Quantity') ?></label>
<tr><td><label for="iPQuantity"><?= $this->getText('Quantity') ?></label>
<tr><td><input id="iPQuantity" name="quantity" type="text" placeholder=""><td>
<tr><td><label for="iPrice"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Price') ?></label>
<tr><td><label for="iPrice"><?= $this->getText('Price') ?></label>
<tr><td><input id="iPrice" name="price" type="number" step="any" min="0" placeholder=""><td>
<tr><td><label for="iDiscount"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Discount') ?></label>
<tr><td><label for="iDiscount"><?= $this->getText('Discount') ?></label>
<tr><td><input id="iDiscount" name="discount" type="number" step="any" min="0" placeholder=""><td>
<tr><td><label for="iDiscount"><?= $this->l11n->getText('ClientManagement', 'Backend', 'DiscountP') ?></label>
<tr><td><label for="iDiscount"><?= $this->getText('DiscountP') ?></label>
<tr><td><input id="iDiscountP" name="discountp" type="number" step="any" min="0" placeholder=""><td>
<tr><td><label for="iBonus"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Bonus') ?></label>
<tr><td><label for="iBonus"><?= $this->getText('Bonus') ?></label>
<tr><td><input id="iBonus" name="bonus" type="number" step="any" min="0" placeholder=""><td>
<tr><td><input type="submit" value="<?= $this->l11n->getText(0, 'Backend', 'Add') ?>">
<tr><td><input type="submit" value="<?= $this->getText('Add') ?>">
</table>
</form>
</div>
@ -199,24 +199,24 @@ echo $this->getData('nav')->render(); ?>
<input type="radio" id="c-tab-7" name="tabular-2">
<div class="tab">
<section class="box w-33 floatLeft">
<header><h1><?= $this->l11n->getText('ClientManagement', 'Backend', 'AreaManager') ?></h1></header>
<header><h1><?= $this->getText('AreaManager') ?></h1></header>
<div class="inner">
<form action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/...'); ?>" method="post">
<table class="layout wf-100">
<tbody>
<tr><td><label for="iManager"><?= $this->l11n->getText('ClientManagement', 'Backend', 'AreaManager') ?></label>
<tr><td><label for="iManager"><?= $this->getText('AreaManager') ?></label>
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input id="iManager" name="source" type="text" placeholder=""></span>
<tr><td><label for="iSource"><?= $this->l11n->getText(0, 'Backend', 'ID') ?></label>
<tr><td><label for="iSource"><?= $this->getText('ID') ?></label>
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input id="iSource" name="source" type="text" placeholder=""></span>
<tr><td><label for="iSegment"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Segment') ?></label>
<tr><td><label for="iSegment"><?= $this->getText('Segment') ?></label>
<tr><td><input id="iSegment" name="segment" type="text" placeholder="">
<tr><td><label for="iProductgroup"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Productgroup') ?></label>
<tr><td><label for="iProductgroup"><?= $this->getText('Productgroup') ?></label>
<tr><td><input id="iProductgroup" name="productgroup" type="text" placeholder="">
<tr><td><label for="iGroup"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Group') ?></label>
<tr><td><label for="iGroup"><?= $this->getText('Group') ?></label>
<tr><td><input id="iGroup" name="group" type="text" placeholder="">
<tr><td><label for="iArticlegroup"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Articlegroup') ?></label>
<tr><td><label for="iArticlegroup"><?= $this->getText('Articlegroup') ?></label>
<tr><td><input id="iArticlegroup" name="articlegroup" type="text" placeholder="">
<tr><td><input type="submit" value="<?= $this->l11n->getText(0, 'Backend', 'Add') ?>">
<tr><td><input type="submit" value="<?= $this->getText('Add') ?>">
</table>
</form>
</div>

View File

@ -23,35 +23,35 @@ echo $this->getData('nav')->render(); ?>
<!-- Hover may be better here?!?!?!
<section class="box w-100">
<header><h1><?= $this->l11n->getText('ClientManagement', 'Backend', 'Client') ?></h1></header>
<header><h1><?= $this->getText('Client') ?></h1></header>
<div class="inner floatLeft wf-100">
<form class="wf-33 floatLeft">
<table class="layout w-100">
<tr><td><label for="iName1"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Name1'); ?></label>
<tr><td><label for="iName1"><?= $this->getText('Name1'); ?></label>
<tr><td><input type="text" id="iName1" disabled>
<tr><td><label for="iName2"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Name2'); ?></label>
<tr><td><label for="iName2"><?= $this->getText('Name2'); ?></label>
<tr><td><input type="text" id="iName2" disabled>
<tr><td><label for="iName3"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Name3'); ?></label>
<tr><td><label for="iName3"><?= $this->getText('Name3'); ?></label>
<tr><td><input type="text" id="iName3" disabled>
</table>
</form>
<form class="wf-33 floatLeft">
<table class="layout w-100">
<tr><td><label for="iAddress"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Address'); ?></label>
<tr><td><label for="iAddress"><?= $this->getText('Address'); ?></label>
<tr><td><input type="text" id="iAddress" disabled>
<tr><td><label for="iZip"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Zip'); ?></label>
<tr><td><label for="iZip"><?= $this->getText('Zip'); ?></label>
<tr><td><input type="text" id="iZip" disabled>
<tr><td><label for="iCountry"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Country'); ?></label>
<tr><td><label for="iCountry"><?= $this->getText('Country'); ?></label>
<tr><td><input type="text" id="iCountry" disabled>
</table>
</form>
<form class="wf-33 floatLeft">
<table class="layout w-100">
<tr><td><label for="iPhone"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Phone'); ?></label>
<tr><td><label for="iPhone"><?= $this->getText('Phone'); ?></label>
<tr><td><input type="text" id="iPhone" disabled>
<tr><td><label for="iFax"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Fax'); ?></label>
<tr><td><label for="iFax"><?= $this->getText('Fax'); ?></label>
<tr><td><input type="text" id="iFax" disabled>
<tr><td><label for="iEmail"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Email'); ?></label>
<tr><td><label for="iEmail"><?= $this->getText('Email'); ?></label>
<tr><td><input type="text" id="iEmail" disabled>
</table>
</form>
@ -61,17 +61,17 @@ echo $this->getData('nav')->render(); ?>
<div class="box w-100">
<table class="table">
<caption><?= $this->l11n->getText('ClientManagement', 'Backend', 'Clients') ?></caption>
<caption><?= $this->getText('Clients') ?></caption>
<thead>
<tr>
<td><?= $this->l11n->getText(0, 'Backend', 'ID'); ?>
<td><?= $this->l11n->getText('ClientManagement', 'Backend', 'Name1'); ?>
<td><?= $this->l11n->getText('ClientManagement', 'Backend', 'Name2'); ?>
<td class="wf-100"><?= $this->l11n->getText('ClientManagement', 'Backend', 'Name3'); ?>
<td><?= $this->l11n->getText('ClientManagement', 'Backend', 'City'); ?>
<td><?= $this->l11n->getText('ClientManagement', 'Backend', 'Zip'); ?>
<td><?= $this->l11n->getText('ClientManagement', 'Backend', 'Address'); ?>
<td><?= $this->l11n->getText('ClientManagement', 'Backend', 'Country'); ?>
<td><?= $this->getText('ID'); ?>
<td><?= $this->getText('Name1'); ?>
<td><?= $this->getText('Name2'); ?>
<td class="wf-100"><?= $this->getText('Name3'); ?>
<td><?= $this->getText('City'); ?>
<td><?= $this->getText('Zip'); ?>
<td><?= $this->getText('Address'); ?>
<td><?= $this->getText('Country'); ?>
<tfoot>
<tr>
<td colspan="8"><?= $footerView->render(); ?>
@ -79,7 +79,7 @@ echo $this->getData('nav')->render(); ?>
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
<?php endforeach; ?>
<?php if($count === 0) : ?>
<tr><td colspan="8" class="empty"><?= $this->l11n->getText(0, 'Backend', 'Empty'); ?>
<tr><td colspan="8" class="empty"><?= $this->getText('Empty'); ?>
<?php endif; ?>
</table>
</div>