summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/custom-fileselect.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/custom-fileselect.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/custom-fileselect.html')
-rw-r--r--templates/sysconfig/custom-fileselect.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sysconfig/custom-fileselect.html b/templates/sysconfig/custom-fileselect.html
index 21537c49..659a92dc 100644
--- a/templates/sysconfig/custom-fileselect.html
+++ b/templates/sysconfig/custom-fileselect.html
@@ -2,7 +2,7 @@
<input type="hidden" name="modid" value="{{modid}}">
<input type="hidden" name="token" value="{{token}}">
<div class="input-group">
- <span class="input-group-addon">Modulname</span>
+ <span class="input-group-addon">{{lang_moduleName}}</span>
<input type="text" name="title" class="form-control" placeholder="Mein Konfigurationsmodul" autofocus="autofocus">
</div>
<hr>
@@ -21,6 +21,6 @@
{{/files}}
</table>
<div class="pull-right">
- <button type="submit" class="btn btn-primary">Weiter &raquo;</button>
+ <button type="submit" class="btn btn-primary">{{lang_next}} &raquo;</button>
</div>
</form>