source: trunk/template/yoga/admin/plugins.tpl @ 1759

Last change on this file since 1759 was 1655, checked in by rvelices, 18 years ago
  • plugins admin menu appear now in the admin page menubar
  • plugins are loaded immediately after loading the config (allow

them to hack more of pwg like user init, template init etc...)

  • trigger event format_exif_data (for picture display only)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 638 bytes
Line 
1<div class="titrePage">
2  <h2>{lang:Plugins}
3  </h2>
4</div>
5
6
7<!-- BEGIN plugins -->
8<table class="table2">
9<thead><tr class="throw">
10  <td>{lang:Name}</td>
11  <td>{lang:Version}</td>
12  <td>{lang:Description}</td>
13  <td>{lang:Actions}</td>
14</tr></thead>
15<!-- BEGIN plugin -->
16<tr class="{plugins.plugin.CLASS}">
17  <td>{plugins.plugin.NAME}</td>
18  <td>{plugins.plugin.VERSION}</td>
19  <td>{plugins.plugin.DESCRIPTION}</td>
20  <td>
21  <!-- BEGIN action -->
22  <a href="{plugins.plugin.action.U_ACTION}" {TAG_INPUT_ENABLED}>{plugins.plugin.action.L_ACTION}</a>
23  <!-- END action -->
24  </td>
25</tr>
26<!-- END plugin -->
27</table>
28<!-- END plugins -->
Note: See TracBrowser for help on using the repository browser.