From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QA1YU-00079o-Gt for garchives@archives.gentoo.org; Wed, 13 Apr 2011 15:00:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 197CB1C004; Wed, 13 Apr 2011 14:58:47 +0000 (UTC) Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181]) by pigeon.gentoo.org (Postfix) with ESMTP id E197E1C004 for ; Wed, 13 Apr 2011 14:58:46 +0000 (UTC) Received: by iyb26 with SMTP id 26so903520iyb.40 for ; Wed, 13 Apr 2011 07:58:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=mKvJVihjn156igr9XYS6r4IhSXYYe4yo7XUGWxp7pos=; b=Bo9/jt8rYrKVDaAzyoowCauLdGilk308BFu7iACAXMn9AjxkJIl+7k0yhKgw910tQz Ag4MNvrmpggjsXJtWKJ3c3yD54CBmXvG1wgGTlT4hfYSXMaU7tJKwtTbAE7fRsuZa1Qh 5bscz4x5FHUfsNC8RBQAQsfVWqhgmimTxbyO0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=yBTFdKnemIae/iXdgpiOOCpB52ZyUGYpGOt1vOCKQQE7CC2aaSWu+P6lXXb6AG8cSP +m3ZxnyFiqM6kw8p6QNV1NCxoixeBEotYkBNN/0Z4lrfJZU+MQLemViqPfPv5HwNghQG f8hp1zC0IQlZQb4nkPrUUa7x3+Rzlqmz4Bg9w= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.43.47.67 with SMTP id ur3mr4051979icb.391.1302706726358; Wed, 13 Apr 2011 07:58:46 -0700 (PDT) Received: by 10.42.240.198 with HTTP; Wed, 13 Apr 2011 07:58:46 -0700 (PDT) In-Reply-To: <201104131433.27171.peter@humphrey.ukfsn.org> References: <201104121652.39545.peter@humphrey.ukfsn.org> <201104131433.27171.peter@humphrey.ukfsn.org> Date: Wed, 13 Apr 2011 15:58:46 +0100 Message-ID: Subject: Re: [gentoo-user] Printing phpmyadmin output From: Mick To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: c341d1726ced52ddef1707e4762524f9 On 13 April 2011 14:33, Peter Humphrey wrote: > On Wednesday 13 April 2011 12:25:01 Mick wrote: > >> I assume that the page uses frames and the current print configuration (= or lack >> of it) does not include the frame that you wish to print. > > Nice idea, but from the print preview it appears that part of the frame i= s > included, but not its overflow onto succeeding pages. > >> You'll need to poke around the phpmyadmin fs to find css files and see w= hat is >> defined where. =A0It may also be possible to hardcode it in the .php con= figuration >> file of phpmyadmin. > > OK. I'll have a poke around. Thanks for the idea. I assume that you use the "Print view" button at the bottom of the tables. I've just looked at this demo site using print preview in Firefox and Opera= : http://demo.phpmyadmin.net/STABLE/index.php FF will only show the first page of a table - this to me translates to a poorly written CSS for printing purposes, or lack of a print-CSS altogether. In Opera the first print preview page is blank. If I click on the print preview icon on the toolbar it will switch between successive frames. The 3rd frame contains the table across 3 pages, so it should print the lot. The CSS is not well written though because e.g. there is a blank page between the 1st page which just contains a header and the third page which starts right from the top (no margin) with the table. Now, Opera is not the best browser for printing, especially so over the few previous versions, so YMMV. I haven't tried with Konqueror, which also has the Print Frame option and may be able to isolate the frame with the tables. --=20 Regards, Mick