From ebba983201fd7f4683fbb9374abea29467d796bd Mon Sep 17 00:00:00 2001 From: john Date: Mon, 14 Apr 2003 19:56:32 +0000 Subject: [PATCH] some basic cookie support for generating a custom newsletter... basically you can click to have the current article id added to a cookie (can't do anything with the cookie yet!) --- etc/producer/article.template | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/etc/producer/article.template b/etc/producer/article.template index df5af1c0..29646863 100755 --- a/etc/producer/article.template +++ b/etc/producer/article.template @@ -31,6 +31,30 @@ #searchselect {font-size: 12px; width:120px; height:22px; background-color:#aaaaaa;} #searchbutton {font-size: 12px; width:120px; height:20px; background-color:#aaaaaa; text-align: right;} + + @@ -123,11 +147,16 @@

-   +   ${lang("article.get_as_pdf")}>>

+   + ${lang("article.add_to_pdf")}>> +
+
+
  ${lang("article.send_as_email")}>>
-- 2.11.0