summaryrefslogblamecommitdiffstats
path: root/modules-available/translation/templates/module-list.html
blob: 589fa0d40044a5187816eeaa94cf464189857c4f (plain) (tree)
1
2
3
4
5
6
7
8
9


                                           
              

                                         

              
                                 
                             

                            
                                                        




                                                        

                                                                                                               





                                                             
<div class="panel panel-default">
	<div class="panel-heading">
		{{lang_langAdministration}}
	</div>
	<div class="panel-body">
		<p>{{lang_adminInfo}}</p>
	</div>
</div>
<div class="panel panel-default">
	<table class="table">
		<thead>
			<tr>
				<th>{{lang_module}}</th>
				<th>{{lang_status}}</th>
			<tr>
		</thead>
		<tbody>
			{{#table}}
				<tr>
					<td><a href="?do=Translation&amp;module={{module}}">{{module}}</a></td>
					<td>{{{status}}}</td>
				</tr>
			{{/table}}
		</tbody>
	</table>
</div>