mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-21 12:08:39 +00:00
fix text string
This commit is contained in:
parent
9b33990c5b
commit
0d1ead7181
|
|
@ -44,13 +44,13 @@ echo $this->getData('nav')->render(); ?>
|
|||
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<div class="portlet">
|
||||
<div class="portlet-head"><?= $this->getHtml('Permissions') ?><i class="fa fa-download floatRight download btn"></i></div>
|
||||
<div class="portlet-head"><?= $this->getHtml('Language', '0', '0') ?><i class="fa fa-download floatRight download btn"></i></div>
|
||||
<table class="default">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>
|
||||
<td>
|
||||
<td><?= $this->getHtml('Language'); ?>
|
||||
<td><?= $this->getHtml('Language', '0', '0'); ?>
|
||||
<td class="wf-100"><?= $this->getHtml('Title'); ?>
|
||||
<tbody>
|
||||
<?php $c = 0; foreach ($l11n as $key => $value) : ++$c; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user