2012-07-22 18:11:56 -05:00
|
|
|
<!-- INCLUDE overall_header.html -->
|
|
|
|
|
2014-03-05 14:54:04 -08:00
|
|
|
<a id="maincontent"></a>
|
2012-07-22 18:11:56 -05:00
|
|
|
|
|
|
|
<h1>{L_EXTENSIONS_ADMIN}</h1>
|
|
|
|
|
|
|
|
<p>{L_EXTENSIONS_EXPLAIN}</p>
|
|
|
|
|
2013-10-19 08:59:08 -07:00
|
|
|
<table class="table1">
|
2012-07-22 18:11:56 -05:00
|
|
|
<col class="row1" ><col class="row2" ><col class="row2" >
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>{L_EXTENSION_NAME}</th>
|
|
|
|
<th>{L_EXTENSION_OPTIONS}</th>
|
|
|
|
<th>{L_EXTENSION_ACTIONS}</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<!-- IF .enabled -->
|
|
|
|
<tr>
|
2013-11-01 15:33:31 +01:00
|
|
|
<td class="row3" colspan="3"><strong>{L_EXTENSIONS_ENABLED}</strong></td>
|
2012-07-22 18:11:56 -05:00
|
|
|
</tr>
|
|
|
|
<!-- BEGIN enabled -->
|
2012-07-29 20:08:30 -05:00
|
|
|
<tr class="ext_enabled">
|
2013-10-19 08:49:18 -07:00
|
|
|
<td><strong>{enabled.META_DISPLAY_NAME}</strong></td>
|
2012-07-22 18:11:56 -05:00
|
|
|
<td style="text-align: center;"><a href="{enabled.U_DETAILS}">{L_DETAILS}</a></td>
|
2012-07-23 19:46:21 -05:00
|
|
|
<td style="text-align: center;">
|
|
|
|
<!-- BEGIN actions -->
|
2013-11-01 15:33:31 +01:00
|
|
|
<a href="{enabled.actions.U_ACTION}"<!-- IF enabled.actions.L_ACTION_EXPLAIN --> title="{enabled.actions.L_ACTION_EXPLAIN}"<!-- ENDIF -->>{enabled.actions.L_ACTION}</a>
|
2012-07-23 19:46:21 -05:00
|
|
|
<!-- IF not enabled.actions.S_LAST_ROW --> | <!-- ENDIF -->
|
|
|
|
<!-- END actions -->
|
|
|
|
</td>
|
2012-07-22 18:11:56 -05:00
|
|
|
</tr>
|
|
|
|
<!-- END enabled -->
|
|
|
|
<!-- ENDIF -->
|
2012-07-23 19:46:21 -05:00
|
|
|
|
2012-07-22 18:11:56 -05:00
|
|
|
<!-- IF .disabled -->
|
|
|
|
<tr>
|
2013-11-01 15:33:31 +01:00
|
|
|
<td class="row3" colspan="3"><strong>{L_EXTENSIONS_DISABLED}</strong></td>
|
2012-07-22 18:11:56 -05:00
|
|
|
</tr>
|
|
|
|
<!-- BEGIN disabled -->
|
2012-07-29 20:08:30 -05:00
|
|
|
<tr class="ext_disabled">
|
2013-10-19 08:49:18 -07:00
|
|
|
<td><strong>{disabled.META_DISPLAY_NAME}</strong></td>
|
2012-07-23 19:46:21 -05:00
|
|
|
<td style="text-align: center;">
|
|
|
|
<!-- IF disabled.U_DETAILS --><a href="{disabled.U_DETAILS}">{L_DETAILS}</a><!-- ENDIF -->
|
|
|
|
</td>
|
|
|
|
<td style="text-align: center;">
|
|
|
|
<!-- BEGIN actions -->
|
2013-11-01 15:33:31 +01:00
|
|
|
<a href="{disabled.actions.U_ACTION}"<!-- IF disabled.actions.L_ACTION_EXPLAIN --> title="{disabled.actions.L_ACTION_EXPLAIN}"<!-- ENDIF -->>{disabled.actions.L_ACTION}</a>
|
2012-07-23 19:46:21 -05:00
|
|
|
<!-- IF not disabled.actions.S_LAST_ROW --> | <!-- ENDIF -->
|
|
|
|
<!-- END actions -->
|
|
|
|
</td>
|
2012-07-22 18:11:56 -05:00
|
|
|
</tr>
|
|
|
|
<!-- END disabled -->
|
|
|
|
<!-- ENDIF -->
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2014-01-13 10:31:54 +01:00
|
|
|
<br />
|
|
|
|
|
|
|
|
<table class="table1">
|
|
|
|
<tr>
|
|
|
|
<th>{L_EXTENSION_UPDATE_HEADLINE}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row3">{L_EXTENSION_UPDATE_EXPLAIN}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>{L_EXTENSION_REMOVE_HEADLINE}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row3">{L_EXTENSION_REMOVE_EXPLAIN}</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2012-07-23 17:05:03 -05:00
|
|
|
|
2012-07-22 18:11:56 -05:00
|
|
|
<!-- INCLUDE overall_footer.html -->
|