- 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

git-svn-id: http://piwigo.org/svn/trunk@1793 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2007-02-09 01:41:49 +00:00
commit 0333119b79
5 changed files with 136 additions and 35 deletions

View file

@ -23,7 +23,9 @@ if ( isset($_POST['eventTracer_filters']) )
}
$template->assign_var('EVENT_TRACER_FILTERS', implode("\n", $me->my_config['filters'] ) );
$template->assign_var('EVENT_TRACER_SHOW_ARGS', $me->my_config['show_args'] ? 'checked="checked"' : '' );
$template->assign_var('U_LIST_EVENTS', get_admin_plugin_menu_link(dirname(__FILE__).'/event_list.php'));
//$template->assign_var('EVENT_TRACER_F_ACTION', $my_url);
$template->assign_var_from_handle( 'ADMIN_CONTENT', 'plugin_admin_content');
?>
?>