Return-Path: X-Original-To: apmail-incubator-jspwiki-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-jspwiki-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E03E9963E for ; Sun, 24 Jun 2012 09:03:53 +0000 (UTC) Received: (qmail 90090 invoked by uid 500); 24 Jun 2012 09:03:53 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 89863 invoked by uid 500); 24 Jun 2012 09:03:51 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 89825 invoked by uid 99); 24 Jun 2012 09:03:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jun 2012 09:03:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dirk.frederickx@gmail.com designates 209.85.214.175 as permitted sender) Received: from [209.85.214.175] (HELO mail-ob0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jun 2012 09:03:43 +0000 Received: by obcva7 with SMTP id va7so4680811obc.6 for ; Sun, 24 Jun 2012 02:03:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=logCaKM6SHc4JxN4tYznMuvieLXdilZ9q588e1snZ7c=; b=rNxgaxj0/LItVbO2hKTdYoxyVPfLQDs2K/hwTN0SdhSJg+75PfAzbqIrOMk1/C9pnZ 6/Vqd/Jf5oYLeZFuC84x3jF/IABaWHkLeLeDDFPEFFgu4XoertoUkjNixciY+fvZLXVj zlMVDu+yIqMHb6UAcdp4U10BesuqxUUm1+ejUOjTZZZYmni8h5VjJaBECpmgQlx3+zES S2+AsqcM4sKUASCTqGCiM8JzFmvIgZGeDsLRcnKsniE68VsvfjULgQa5K1auSl3gsAke gNtbKIG8SrULL8XpcB0BkQc08ksS0vJwbmHIlDH4r/4teM6vGBNr90u1E223j+VOaqrm 6N9Q== MIME-Version: 1.0 Received: by 10.50.208.100 with SMTP id md4mr5536425igc.65.1340528602710; Sun, 24 Jun 2012 02:03:22 -0700 (PDT) Received: by 10.64.19.242 with HTTP; Sun, 24 Jun 2012 02:03:22 -0700 (PDT) In-Reply-To: <4FE67B56.4080602@davekoelmeyer.co.nz> References: <4FE67B56.4080602@davekoelmeyer.co.nz> Date: Sun, 24 Jun 2012 11:03:22 +0200 Message-ID: Subject: Re: How to disable "List of attachments" in JSPWiki printed documents? From: Dirk Frederickx To: jspwiki-user@incubator.apache.org Content-Type: multipart/alternative; boundary=14dae9340aaf2d021904c3342374 --14dae9340aaf2d021904c3342374 Content-Type: text/plain; charset=ISO-8859-1 Dave, Following changes to the jspwiki_print.css file, in the "templates/default" directory, will hide the attachment list: /* add this line to hide the List of Attachments */ #attach { display:none; } dirk On Sun, Jun 24, 2012 at 4:28 AM, Dave Koelmeyer < dave.koelmeyer@davekoelmeyer.co.nz> wrote: > Hi All, > > Does anyone know how to prevent the "List of attachments" list from > appearing in documents printed in JSPWiki? I assume it's a piece of code > which can be commented out somewhere, but if anyone knows off the top of > their head where to make such a modification would be great. > > My reasoning is that the last pages of my documents printed from JSPWiki > typically have a needless listing of attachments (serves no purpose on the > printed page), also it spoils the look and feel of a printed document. > > Cheers! :) > > > -- > Dave Koelmeyer > http://www.davekoelmeyer.co.nz > > --14dae9340aaf2d021904c3342374--