blob: c0af6a9c0a24adb99d341a97b0683ab8386efb32 (
plain) (
tree)
|
|
<h1>{{lang_translationHeading}}</h1>
<div class="panel panel-default">
<div class="panel-heading">
{{lang_modullist}}
</div>
<div class="panel-body">
<table class="table">
<thead>
<tr>
<th>{{lang_module}}</th>
<th>{{lang_status}}</th>
<tr>
</thead>
<tbody>
{{#table}}
<tr>
<td>
{{#depfail}}
<div class="pull-right"><span class="red glyphicon glyphicon-exclamation-sign" title="{{lang_missingDeps}}"></span></div>
{{/depfail}}
<a href="?do=Translation&module={{module}}">{{module}}</a>
</td>
<td>{{{status}}}</td>
</tr>
{{/table}}
</tbody>
</table>
</div>
</div>
|