source:
trunk/template/yoga/admin/plugins.tpl
@
1759
Last change on this file since 1759 was 1655, checked in by , 18 years ago | |
---|---|
|
|
File size: 638 bytes |
Rev | Line | |
---|---|---|
[1578] | 1 | <div class="titrePage"> |
[1655] | 2 | <h2>{lang:Plugins} |
[1580] | 3 | </h2> |
[1578] | 4 | </div> |
5 | ||
[1580] | 6 | |
[1578] | 7 | <!-- BEGIN plugins --> |
[1580] | 8 | <table class="table2"> |
9 | <thead><tr class="throw"> | |
[1578] | 10 | <td>{lang:Name}</td> |
[1580] | 11 | <td>{lang:Version}</td> |
[1578] | 12 | <td>{lang:Description}</td> |
[1580] | 13 | <td>{lang:Actions}</td> |
[1578] | 14 | </tr></thead> |
15 | <!-- BEGIN plugin --> | |
[1580] | 16 | <tr class="{plugins.plugin.CLASS}"> |
[1578] | 17 | <td>{plugins.plugin.NAME}</td> |
[1580] | 18 | <td>{plugins.plugin.VERSION}</td> |
[1578] | 19 | <td>{plugins.plugin.DESCRIPTION}</td> |
[1584] | 20 | <td> |
21 | <!-- BEGIN action --> | |
[1655] | 22 | <a href="{plugins.plugin.action.U_ACTION}" {TAG_INPUT_ENABLED}>{plugins.plugin.action.L_ACTION}</a> |
[1584] | 23 | <!-- END action --> |
24 | </td> | |
[1578] | 25 | </tr> |
26 | <!-- END plugin --> | |
27 | </table> | |
28 | <!-- END plugins --> |
Note: See TracBrowser
for help on using the repository browser.