Update lang vars

pull/3048/head
Julio 6 years ago
parent eeca46e8d4
commit e6fb33d889
  1. 8
      plugin/justification/lang/english.php
  2. 10
      plugin/justification/view/list.tpl

@ -4,3 +4,11 @@ $strings['plugin_title'] = "Justification Plugin";
$strings['plugin_comment'] = "";
$strings['tool_enable'] = "Enable";
$strings['ValidityDuration'] = "Validity Duration";
$strings['DateManualOn'] = "Date Manual On";
$strings['JustificationCode'] = "Justification code";

@ -5,9 +5,9 @@
</div>
<table class="table">
<tr>
<th>{{ 'Name'| get_plugin_lang('Justification') }}</th>
<th>{{ 'validity_duration'| get_lang }}</th>
<th>{{ 'date_manual_on'| get_plugin_lang('Justification') }}</th>
<th>{{ 'Name'| get_lang }}</th>
<th>{{ 'ValidityDuration'| get_plugin_lang('Justification') }}</th>
<th>{{ 'DateManualOn'| get_plugin_lang('Justification') }}</th>
<th>{{ 'Actions'| get_lang }}</th>
</tr>
@ -18,6 +18,10 @@
<td >{{ item.date_manual_on }}</td>
<td>
<a href="{{_p.web_plugin }}justification/edit.php?id={{ item.id }}" class="btn btn-primary">
{{'Edit' | get_lang}}
</a>
<a href="{{_p.web_plugin }}justification/list.php?a=delete&id={{ item.id }}" class="btn btn-danger">
{{'Delete' | get_lang}}
</a>

Loading…
Cancel
Save