aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/event_tracer/tracer_admin.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2009-07-16 19:26:57 +0000
committerrvelices <rv-github@modusoptimus.com>2009-07-16 19:26:57 +0000
commitb7878bf914981637666da0055e70e83700091cd6 (patch)
tree05c474bc991c647d6f23fe3a66afb337e1484d0d /plugins/event_tracer/tracer_admin.tpl
parentaa7b48409f6ea7cad8dde1b50eb187e84300322e (diff)
merge r3611 from trunk
improve event tracer: add the possibility to dump all the included php files git-svn-id: http://piwigo.org/svn/branches/2.0@3612 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--plugins/event_tracer/tracer_admin.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/event_tracer/tracer_admin.tpl b/plugins/event_tracer/tracer_admin.tpl
index 560459915..976ecbf2b 100644
--- a/plugins/event_tracer/tracer_admin.tpl
+++ b/plugins/event_tracer/tracer_admin.tpl
@@ -29,6 +29,10 @@ An event will be logged if its name matches at least one expression in the list.
<input type="checkbox" name="eventTracer_show_registered" {$EVENT_TRACER_SHOW_REGISTERED} />
</label>
+<label>Show all included php files
+ <input type="checkbox" name="eventTracer_show_included_files" {$EVENT_TRACER_SHOW_INCLUDED_FILES} />
+</label>
+
</fieldset>
<p><input class="submit" type="submit" value="Submit" /></p>