mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-02-07 08:58:40 +00:00
fix languages 2
This commit is contained in:
parent
dc064a2072
commit
9fffe2966f
|
|
@ -23,6 +23,7 @@ return ['Script' => [
|
||||||
'Language' => 'Sprache',
|
'Language' => 'Sprache',
|
||||||
'Load' => 'Belastung',
|
'Load' => 'Belastung',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
|
'Scripts' => 'Scripts',
|
||||||
'Print' => 'Drucken',
|
'Print' => 'Drucken',
|
||||||
'Report' => 'Prüfbericht',
|
'Report' => 'Prüfbericht',
|
||||||
'Reports' => 'Berichte',
|
'Reports' => 'Berichte',
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@ return ['Script' => [
|
||||||
'Language' => 'Language',
|
'Language' => 'Language',
|
||||||
'Load' => 'Load',
|
'Load' => 'Load',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
|
'Scripts' => 'Scripts',
|
||||||
'Print' => 'Print',
|
'Print' => 'Print',
|
||||||
'Report' => 'Report',
|
'Report' => 'Report',
|
||||||
'Reports' => 'Reports',
|
'Reports' => 'Reports',
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ echo $this->data['nav']->render(); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Helpers'); ?><i class="g-icon download btn end-xs">download</i></div>
|
<div class="portlet-head"><?= $this->getHtml('Scripts'); ?><i class="g-icon download btn end-xs">download</i></div>
|
||||||
<div class="slider">
|
<div class="slider">
|
||||||
<table id="helperList" class="default sticky">
|
<table id="helperList" class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user