diff options
| author | Máté Bartus <CHItA@users.noreply.github.com> | 2017-09-07 14:39:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-07 14:39:39 +0200 |
| commit | 0755ae423b064d94218d5b86ba1a0311e3fa4f22 (patch) | |
| tree | 7bf51f57da3eea58f40e382f6e73ebe6a9bf9e19 /phpBB/styles | |
| parent | 908b1c9bc9e05f35454cd963ce4bc48666041c44 (diff) | |
| parent | 68c3a0307de19fdefd7ae716247fffea3ee30c0c (diff) | |
| download | forums-0755ae423b064d94218d5b86ba1a0311e3fa4f22.tar forums-0755ae423b064d94218d5b86ba1a0311e3fa4f22.tar.gz forums-0755ae423b064d94218d5b86ba1a0311e3fa4f22.tar.bz2 forums-0755ae423b064d94218d5b86ba1a0311e3fa4f22.tar.xz forums-0755ae423b064d94218d5b86ba1a0311e3fa4f22.zip | |
Merge pull request #4905 from rxu/ticket/15324
[ticket/15324] Add more core and template events
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_attach_body.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/posting_attach_body.html b/phpBB/styles/prosilver/template/posting_attach_body.html index 618ac95656..444713d6e0 100644 --- a/phpBB/styles/prosilver/template/posting_attach_body.html +++ b/phpBB/styles/prosilver/template/posting_attach_body.html @@ -59,10 +59,12 @@ <tr class="attach-row" data-attach-id="{attach_row.ATTACH_ID}"> <td class="attach-name"> <span class="file-name ellipsis-text"><a href="{attach_row.U_VIEW_ATTACHMENT}">{attach_row.FILENAME}</a></span> + <!-- EVENT posting_attach_body_attach_row_controls_prepend --> <span class="attach-controls"> <!-- IF S_INLINE_ATTACHMENT_OPTIONS --><input type="button" value="{L_PLACE_INLINE}" class="button2 file-inline-bbcode" /> <!-- ENDIF --> <input type="submit" name="delete_file[{attach_row.ASSOC_INDEX}]" value="{L_DELETE_FILE}" class="button2 file-delete" /> </span> + <!-- EVENT posting_attach_body_attach_row_controls_append --> <span class="clear"></span> </td> <td class="attach-comment"> |
