From 74dfcc27adbc7a7b20e80564d34b5b0342290250 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Tue, 26 May 2020 21:23:04 +0300 Subject: [PATCH] pdf version in text-version --- app/views/anpdf3.phtml | 13 +------------ app/views/antext.phtml | 4 ++++ app/views/blocks/downpanel.phtml | 12 ++++++++++++ 3 files changed, 17 insertions(+), 12 deletions(-) create mode 100644 app/views/blocks/downpanel.phtml diff --git a/app/views/anpdf3.phtml b/app/views/anpdf3.phtml index f745d5e..925cf2a 100644 --- a/app/views/anpdf3.phtml +++ b/app/views/anpdf3.phtml @@ -11,18 +11,7 @@ prevurl = ''; -

- - Получайте «Газету на @email» - - - - - - - / html-версия - -

+
diff --git a/app/views/antext.phtml b/app/views/antext.phtml index 466301f..2db45de 100644 --- a/app/views/antext.phtml +++ b/app/views/antext.phtml @@ -7,6 +7,10 @@ +

+ PDF-версия + / html-версия +

diff --git a/app/views/blocks/downpanel.phtml b/app/views/blocks/downpanel.phtml new file mode 100644 index 0000000..6b382fd --- /dev/null +++ b/app/views/blocks/downpanel.phtml @@ -0,0 +1,12 @@ +

+ + Получайте «Газету на @email» + + + + + + + / html-версия + +

\ No newline at end of file