summaryrefslogtreecommitdiffstats
path: root/modules-available/translation/templates
diff options
context:
space:
mode:
authorSimon Rettberg2016-07-04 15:22:05 +0200
committerSimon Rettberg2016-07-04 15:22:05 +0200
commit75746e15880c72487864ed62b860052eedc224b6 (patch)
treed215f39a9303e35bf9d501af36abaa27352d33f8 /modules-available/translation/templates
parentdelete update.inc.php: Not used anymore (diff)
downloadslx-admin-75746e15880c72487864ed62b860052eedc224b6.tar.gz
slx-admin-75746e15880c72487864ed62b860052eedc224b6.tar.xz
slx-admin-75746e15880c72487864ed62b860052eedc224b6.zip
[translation] Improve module list; move baseconfig hook to baseconfig_bwlp
Diffstat (limited to 'modules-available/translation/templates')
-rw-r--r--modules-available/translation/templates/module-list.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules-available/translation/templates/module-list.html b/modules-available/translation/templates/module-list.html
index 81dc741c..026e17e9 100644
--- a/modules-available/translation/templates/module-list.html
+++ b/modules-available/translation/templates/module-list.html
@@ -11,7 +11,12 @@
<tbody>
{{#table}}
<tr>
- <td><a href="?do=Translation&amp;module={{module}}">{{module}}</a></td>
+ <td>
+ {{#depfail}}
+ <div class="pull-right"><span class="red glyphicon glyphicon-exclamation-sign" title="{{lang_missingDeps}}"></span></div>
+ {{/depfail}}
+ <a href="?do=Translation&amp;module={{module}}">{{module}}</a>
+ </td>
<td>{{{status}}}</td>
</tr>
{{/table}}