summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/custom-upload.html
diff options
context:
space:
mode:
authorraul2014-07-01 16:18:05 +0200
committerraul2014-07-01 16:18:05 +0200
commit5a23be4d4d89ac283df9fc90cf51f05f4449e950 (patch)
tree66d09a1b11012c6794e3bfd5e29f8bfdbd4259cd /templates/sysconfig/custom-upload.html
parent[i18n]added mustache tags to the templates (diff)
downloadslx-admin-5a23be4d4d89ac283df9fc90cf51f05f4449e950.tar.gz
slx-admin-5a23be4d4d89ac283df9fc90cf51f05f4449e950.tar.xz
slx-admin-5a23be4d4d89ac283df9fc90cf51f05f4449e950.zip
[i18n] final templates with the mustache tags
Diffstat (limited to 'templates/sysconfig/custom-upload.html')
-rw-r--r--templates/sysconfig/custom-upload.html16
1 files changed, 6 insertions, 10 deletions
diff --git a/templates/sysconfig/custom-upload.html b/templates/sysconfig/custom-upload.html
index 1f312009..9ab71eaa 100644
--- a/templates/sysconfig/custom-upload.html
+++ b/templates/sysconfig/custom-upload.html
@@ -1,17 +1,13 @@
-<p>Über ein benutzerdefiniertes Modul ist es möglich, beliebige Dateien
- zum Linux-Grundsystem, das auf den Clients gebootet wird, hinzuzufügen.
- Dazu kann ein Archiv mit einer Dateisystemstruktur hochgeladen werden, die
- in dieser Form 1:1 in das gebootete Linux extrahiert wird.</p>
+<p>{{lang_customModuleInfo1}}</p>
-<p>Beispiel: Enthält das hochgeladene Archiv eine Datei <strong>etc/beispiel.conf</strong>,
- so wird auf einem gebooteten Client diese Datei als <strong>/etc/beispiel.conf</strong> zu finden sein.</p>
+<p>{{lang_customModuleInfo2}}</p>
<form role="form" enctype="multipart/form-data" method="post" action="?do=SysConfig&amp;action=addmodule&amp;step={{step}}">
<input type="hidden" name="token" value="{{token}}">
<div class="input-group">
- <span class="input-group-addon">Archiv</span>
+ <span class="input-group-addon">{{lang_file}}</span>
<input class="form-control" type="file" name="modulefile">
</div>
- <p class="help-block">Unterstützte Archivformate: .tar.gz, .tar.bz2, .zip</p>
- <button type="submit" class="btn btn-primary">Hochladen</button>
-</form> \ No newline at end of file
+ <p class="help-block">{{lang_supportedFiles}}: .tar.gz, .tar.bz2, .zip</p>
+ <button type="submit" class="btn btn-primary">{{lang_upload}}</button>
+</form>