From 6d7f535fa0b332ee03ebbccd9d754b99fb431a64 Mon Sep 17 00:00:00 2001 From: hanakin Date: Thu, 7 May 2020 00:10:47 -1000 Subject: [PATCH] [ticket/16237] use twig 4 responsive post buttons PHPBB3-16237 --- .../prosilver/template/post_buttons.html | 44 ----------- .../prosilver/template/viewtopic_body.html | 73 ++++++++++++++++--- phpBB/styles/prosilver/theme/buttons.css | 1 + 3 files changed, 64 insertions(+), 54 deletions(-) delete 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 deleted file mode 100644 index db794aa968..0000000000 --- a/phpBB/styles/prosilver/template/post_buttons.html +++ /dev/null @@ -1,44 +0,0 @@ - - -
  • - - {{ 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 e5022f7395..e98772e128 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -254,17 +254,70 @@