diff options
Diffstat (limited to 'templates/administration/template.html')
-rw-r--r-- | templates/administration/template.html | 8 |
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}} |