diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2019-04-12 22:04:40 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-04-12 22:04:40 +0200 |
| commit | f0ffb25a24a11db0b85ed454f8d1d998ecab096f (patch) | |
| tree | d7d8acbed3208392139b50f5bcaee09d44bf11f5 /phpBB/docs | |
| parent | 7a93730aab89b343113444beef1ff411f9102cfc (diff) | |
| parent | 13ddfa5e52fc78b442a29396af928381eb335f39 (diff) | |
| download | forums-f0ffb25a24a11db0b85ed454f8d1d998ecab096f.tar forums-f0ffb25a24a11db0b85ed454f8d1d998ecab096f.tar.gz forums-f0ffb25a24a11db0b85ed454f8d1d998ecab096f.tar.bz2 forums-f0ffb25a24a11db0b85ed454f8d1d998ecab096f.tar.xz forums-f0ffb25a24a11db0b85ed454f8d1d998ecab096f.zip | |
Merge pull request #5484 from rxu/ticket/15915
[ticket/15915] Add template events to posting_attach_body.html
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 22e7434ba9..fb782ee452 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1693,6 +1693,27 @@ overall_header_stylesheets_after * Purpose: Add asset calls after stylesheets within the `</head>` tag. Note that INCLUDECSS will not work with this event. +posting_attach_body_attach_row_after +=== +* Locations: + + styles/prosilver/template/posting_attach_body.html +* Since: 3.2.6-RC1 +* Purpose: Add content after attachment row in the file list + +posting_attach_body_attach_row_append +=== +* Locations: + + styles/prosilver/template/posting_attach_body.html +* Since: 3.2.6-RC1 +* Purpose: Add content appending the attachment row in the file list + +posting_attach_body_attach_row_before +=== +* Locations: + + styles/prosilver/template/posting_attach_body.html +* Since: 3.2.6-RC1 +* Purpose: Add content before attachment row in the file list + posting_attach_body_attach_row_controls_append === * Locations: @@ -1707,6 +1728,27 @@ posting_attach_body_attach_row_controls_prepend * Since: 3.2.2-RC1 * Purpose: Add content before attachment control elements +posting_attach_body_attach_row_prepend +=== +* Locations: + + styles/prosilver/template/posting_attach_body.html +* Since: 3.2.6-RC1 +* Purpose: Add content prepending attachment row in the file list + +posting_attach_body_file_list_after +=== +* Locations: + + styles/prosilver/template/posting_attach_body.html +* Since: 3.2.6-RC1 +* Purpose: Add content after attachments list + +posting_attach_body_file_list_before +=== +* Locations: + + styles/prosilver/template/posting_attach_body.html +* Since: 3.2.6-RC1 +* Purpose: Add content before attachments list + posting_editor_add_panel_tab === * Locations: |
