diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-08 15:31:33 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-08 15:31:33 -0500 |
commit | ca00b8cf532bd93419e3f4bc46f9dde5caa90eec (patch) | |
tree | c2c2ca9b795daed99b48d5c44841feb649dd1a56 /doc | |
parent | b3a450bace8461fb7989d5406b9d9ec644d7df4a (diff) |
Display project exports in modal box
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugin-hooks.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/plugin-hooks.markdown b/doc/plugin-hooks.markdown index 8f1a3bb7..94035d95 100644 --- a/doc/plugin-hooks.markdown +++ b/doc/plugin-hooks.markdown @@ -212,8 +212,6 @@ List of template hooks: | `template:dashboard:show` | Main page of the dashboard | | `template:dashboard:subtasks:header:before-timetracking` | Header of Subtask table before Time Tracking | | `template:dashboard:subtasks:rows` | Column on row of Subtask table of the dashboard | -| `template:export:sidebar` | Sidebar on export pages | -| `template:import:sidebar` | Sidebar on import pages | | `template:header:dropdown` | Page header dropdown menu (user avatar icon) | | `template:header:creation-dropdown` | Page header dropdown menu (plus icon) | | `template:layout:head` | Page layout `<head/>` tag | |