Ignore:
Timestamp:
Dec 14, 2006, 1:58:57 AM (18 years ago)
Author:
rvelices
Message:
  • 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)
Location:
trunk/template/yoga/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/plugin.tpl

    r1580 r1655  
    11<div class="titrePage">
    2   <h2>
    3 <!-- BEGIN plugin_menu -->
    4 <!-- BEGIN menu_item -->
    5   <span style="margin-left:2px;"><a href="{plugin_menu.menu_item.URL}">{plugin_menu.menu_item.NAME}</a></span>
    6 <!-- END menu_item -->
    7 <!-- END plugin_menu -->
    8   </h2>
     2  <h2>{PLUGIN_TITLE}</h2>
    93</div>
    104
  • trunk/template/yoga/admin/plugins.tpl

    r1584 r1655  
    11<div class="titrePage">
    2   <h2>
    3 <!-- BEGIN plugin_menu -->
    4 <!-- BEGIN menu_item -->
    5   <span style="margin-left:2px;"><a href="{plugin_menu.menu_item.URL}">{plugin_menu.menu_item.NAME}</a></span>
    6 <!-- END menu_item -->
    7 <!-- END plugin_menu -->
     2  <h2>{lang:Plugins}
    83  </h2>
    94</div>
     
    2520  <td>
    2621  <!-- BEGIN action -->
    27   <a href="{plugins.plugin.action.U_ACTION}">{plugins.plugin.action.L_ACTION}</a>
     22  <a href="{plugins.plugin.action.U_ACTION}" {TAG_INPUT_ENABLED}>{plugins.plugin.action.L_ACTION}</a>
    2823  <!-- END action -->
    2924  </td>
Note: See TracChangeset for help on using the changeset viewer.