summaryrefslogtreecommitdiffstats
path: root/templates/administration/template.html
diff options
context:
space:
mode:
authorraul2014-08-06 16:31:54 +0200
committerraul2014-08-06 16:31:54 +0200
commit244a87be2aa4b7721fca1afefcdeae8f44478add (patch)
treec1666b7208d3ebdf988f3ab18f35465d21ee9a65 /templates/administration/template.html
parent[i18n] Altering JSONs through the web interface is now possible (diff)
downloadslx-admin-244a87be2aa4b7721fca1afefcdeae8f44478add.tar.gz
slx-admin-244a87be2aa4b7721fca1afefcdeae8f44478add.tar.xz
slx-admin-244a87be2aa4b7721fca1afefcdeae8f44478add.zip
[i18n]Corrected the system and added warnings to the table lines of the Language Administration page
Diffstat (limited to 'templates/administration/template.html')
-rw-r--r--templates/administration/template.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/administration/template.html b/templates/administration/template.html
index 1ff2e23a..fd357b3d 100644
--- a/templates/administration/template.html
+++ b/templates/administration/template.html
@@ -17,16 +17,16 @@
</thead>
<tbody>
{{#tags}}
- <tr>
+ <tr class="{{class}}">
<td>{{tag}}</td>
<td style='width:250px;text-align:center;'>
- <input type="text" class="form-control" placeholder="{{lang_germanTAG}}" value="{{de}}" name="lang-de-{{tag}}">
+ <input type="text" class="form-control" placeholder="{{lang_germanTAG}}" value="{{de}}" name="lang#de#{{tag}}">
</td>
<td style='width:250px;text-align:center;'>
- <input type="text" class="form-control" placeholder="{{lang_englishTAG}}" value="{{en}}" name="lang-en-{{tag}}">
+ <input type="text" class="form-control" placeholder="{{lang_englishTAG}}" value="{{en}}" name="lang#en#{{tag}}">
</td>
<td style='width:250px;text-align:center;'>
- <input type="text" class="form-control" placeholder="{{lang_portugueseTAG}}" value="{{pt}}" name="lang-pt-{{tag}}">
+ <input type="text" class="form-control" placeholder="{{lang_portugueseTAG}}" value="{{pt}}" name="lang#pt#{{tag}}">
</td>
</tr>
{{/tags}}