summaryrefslogtreecommitdiffstats
path: root/modules-available/translation/templates/custom-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/translation/templates/custom-list.html')
-rw-r--r--modules-available/translation/templates/custom-list.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules-available/translation/templates/custom-list.html b/modules-available/translation/templates/custom-list.html
new file mode 100644
index 00000000..42ee98ad
--- /dev/null
+++ b/modules-available/translation/templates/custom-list.html
@@ -0,0 +1,21 @@
+<div class="panel panel-default">
+ <div class="panel-heading">
+ {{subsection}}
+ </div>
+ <div class="panel-body">
+ <div class="row">
+ <div class="col-sm-6">
+ {{#langs}}
+ <a href="?do=Translation&amp;module={{module}}&amp;section=custom&amp;subsection={{subsection}}&amp;destlang={{cc}}">{{name}} &raquo;</a>
+ <ul>
+ <li>{{lang_missing}}: {{missing}}</li>
+ <li>{{lang_unused}}: {{unused}}</li>
+ </ul>
+ {{/langs}}
+ </div>
+ <div class="col-sm-6">
+ {{lang_tags}}: {{tagcount}}
+ </div>
+ </div>
+ </div>
+</div>