Ignore:
Timestamp:
Feb 9, 2007, 2:41:49 AM (17 years ago)
Author:
rvelices
Message:
  • added plugin action loc_end_picture
  • enhanced the event tracer plugin to show a list of all events and actions trigered by pwg
  • small reorganization in picture.php
Location:
trunk/plugins/event_tracer
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/event_tracer/tracer_admin.php

    r1705 r1793  
    2424$template->assign_var('EVENT_TRACER_FILTERS', implode("\n", $me->my_config['filters'] ) );
    2525$template->assign_var('EVENT_TRACER_SHOW_ARGS', $me->my_config['show_args'] ? 'checked="checked"' : '' );
     26$template->assign_var('U_LIST_EVENTS', get_admin_plugin_menu_link(dirname(__FILE__).'/event_list.php'));
     27
    2628//$template->assign_var('EVENT_TRACER_F_ACTION', $my_url);
    2729
  • trunk/plugins/event_tracer/tracer_admin.tpl

    r1705 r1793  
    2424
    2525<p><input type="submit" value="Submit" /></p>
     26
     27<p><a href="{U_LIST_EVENTS}">Click here to see a complete list of actions and events trigered by this PWG version</a>.</p>
    2628</form>
Note: See TracChangeset for help on using the changeset viewer.