summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/start.html
diff options
context:
space:
mode:
authorraul2014-06-30 16:49:23 +0200
committerraul2014-06-30 16:49:23 +0200
commitcf7707220882655e454c3ab84b6111d05cc20fc4 (patch)
treed913a14421ffb869ab567bd9f684e293ce563096 /templates/sysconfig/start.html
parent[i18n]creation of the lang folder (diff)
downloadslx-admin-cf7707220882655e454c3ab84b6111d05cc20fc4.tar.gz
slx-admin-cf7707220882655e454c3ab84b6111d05cc20fc4.tar.xz
slx-admin-cf7707220882655e454c3ab84b6111d05cc20fc4.zip
[i18n]added mustache tags to the templates
Diffstat (limited to 'templates/sysconfig/start.html')
-rw-r--r--templates/sysconfig/start.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sysconfig/start.html b/templates/sysconfig/start.html
index 68777329..f03444aa 100644
--- a/templates/sysconfig/start.html
+++ b/templates/sysconfig/start.html
@@ -1,9 +1,9 @@
-<p>Bitte wählen Sie aus, welche Art Konfigurationsmodul Sie erstellen möchten.</p>
+<p>{{lang_moduleChoose}}</p>
{{#modules}}
<div class="panel panel-default">
<div class="panel-heading">
- {{title}} <a href="?do=SysConfig&amp;action=addmodule&amp;step={{startClass}}" class="pull-right btn btn-primary btn-xs"><span class="glyphicon glyphicon-plus"></span> Hinzufügen</a>
+ {{title}} <a href="?do=SysConfig&amp;action=addmodule&amp;step={{startClass}}" class="pull-right btn btn-primary btn-xs"><span class="glyphicon glyphicon-plus"></span> {{lang_add}}</a>
</div>
<div class="panel-body">
{{description}}