From 6787170f3ae85fb3b667f786fa56eaddfc7f24bf Mon Sep 17 00:00:00 2001 From: hanakin Date: Wed, 6 May 2020 23:17:44 -1000 Subject: [PATCH] [ticket/16237] use post button.html vs res menu bs PHPBB3-16237 --- .../prosilver/template/post_buttons.html | 44 +++++++++++++++++++ .../prosilver/template/viewtopic_body.html | 8 +--- 2 files changed, 46 insertions(+), 6 deletions(-) create mode 100644 phpBB/styles/prosilver/template/post_buttons.html diff --git a/phpBB/styles/prosilver/template/post_buttons.html b/phpBB/styles/prosilver/template/post_buttons.html new file mode 100644 index 0000000000..db794aa968 --- /dev/null +++ b/phpBB/styles/prosilver/template/post_buttons.html @@ -0,0 +1,44 @@ + + +
  • + + {{ Icon('iconify', 'fa:pencil', lang('BUTTON_EDIT'), true, 'c-button-icon') }} + +
  • + + +
  • + + {{ Icon('iconify', 'fa:times', lang('BUTTON_DELETE'), true, 'c-button-icon') }} + +
  • + + +
  • + + {{ Icon('iconify', 'fa:exclamation', lang('BUTTON_REPORT'), true, 'c-button-icon') }} + +
  • + + +
  • + + {{ Icon('iconify', 'fa:exclamation-triangle', lang('BUTTON_WARN'), true, 'c-button-icon') }} + +
  • + + +
  • + + {{ Icon('iconify', 'fa:info', lang('BUTTON_INFORMATION'), true, 'c-button-icon') }} + +
  • + + +
  • + + {{ Icon('iconify', 'fa:quote-left', lang('BUTTON_QUOTE'), true, 'c-button-icon') }} + +
  • + + diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index c3d48cce21..e5022f7395 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -254,9 +254,7 @@