use correct internationalization in email-edit template, thx to arnoldB
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -1573,3 +1573,4 @@ $lng['panel']['theme'] = 'Theme';
|
||||
$lng['success']['rebuildingconfigs'] = 'Successfully inserted tasks for rebuild configfiles';
|
||||
$lng['panel']['variable'] = 'Variable';
|
||||
$lng['panel']['description'] = 'Description';
|
||||
$lng['emails']['back_to_overview'] = 'Back to overview';
|
||||
|
||||
@@ -1555,3 +1555,4 @@ $lng['panel']['theme'] = 'Theme';
|
||||
$lng['success']['rebuildingconfigs'] = 'Task für das Neuerstellen der Konfigurationen wurde erfolgreich eingetragen';
|
||||
$lng['panel']['variable'] = 'Variable';
|
||||
$lng['panel']['description'] = 'Beschreibung';
|
||||
$lng['emails']['back_to_overview'] = 'Zurück zur Übersicht';
|
||||
|
||||
@@ -6,7 +6,7 @@ $header
|
||||
</tr>
|
||||
{$email_edit_form}
|
||||
<tr>
|
||||
<td class="maintitle" colspan="2"><a href="$filename?page=email&s=$s">Back to overview (@TODO lng)</a></td>
|
||||
<td class="maintitle" colspan="2"><a href="$filename?page=email&s=$s">{$lng['emails']['back_to_overview']}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -16,7 +16,7 @@ $header
|
||||
<table class="formtable">
|
||||
{$email_edit_form}
|
||||
<tr>
|
||||
<td class="maintitle" colspan="2"><a href="$filename?page=emails&s=$s">Back to overview (@TODO lng)</a></td>
|
||||
<td class="maintitle" colspan="2"><a href="$filename?page=emails&s=$s">{$lng['emails']['back_to_overview']}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user