summaryrefslogtreecommitdiffstats
path: root/modules-available/translation/templates/edit.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-05-10 19:17:28 +0200
committerSimon Rettberg2016-05-10 19:17:28 +0200
commita79bbfa1a23838b91e9a08f7014c2c7304976714 (patch)
treefafb56190707d10b01cb282bc14b99156e100dcb /modules-available/translation/templates/edit.html
parentTranslating module strings and custom sections works (diff)
downloadslx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.tar.gz
slx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.tar.xz
slx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.zip
Migrated messages to modules
Diffstat (limited to 'modules-available/translation/templates/edit.html')
-rw-r--r--modules-available/translation/templates/edit.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules-available/translation/templates/edit.html b/modules-available/translation/templates/edit.html
index 3f3e926f..af176c03 100644
--- a/modules-available/translation/templates/edit.html
+++ b/modules-available/translation/templates/edit.html
@@ -31,6 +31,9 @@
{{#missing}}
<span class="label label-warning">{{lang_missing}}</span>
{{/missing}}
+ {{#isglobal}}
+ <span class="label label-success" title="{{lang_globalTooltip}}">{{lang_global}}</span>
+ {{/isglobal}}
{{tag}}
<div class="slx-notebox">{{{notes}}}</div>
</div>