CHANGELOG.txt |
CHANGELOG.txt |
|
August 22, 2010
Update CHANGELOG
Updated Polish translation by dargod
Update translations
Coder fixes
August 20, 2010
Use theme_token_help to generate token list
August 18, 2010
Fix #884936: Check if the… |
CREDITS.txt |
CREDITS.txt |
|
This module was created by Matt Westgate <drupal at asitis dot org>
Maintained up to version 4.6 by Karsten Mueller <kmue at mac dot com>
Maintained up to version 4.7 by Peter John Hartman <peterjohnhartman at gmail.com>
Some bug… |
INSTALL.txt |
INSTALL.txt |
|
INSTALLATION
------------
Decompress the print-n.x-n.n.tar.gz file into your Drupal modules
directory (usually sites/all/modules, see http://drupal.org/node/176044 for
more information).
Enable the print module: Administer > Site building >… |
MAINTAINERS.txt |
MAINTAINERS.txt |
|
PRINT MODULE
M: Joao Ventura <joao at venturas dot org>
S: maintained |
print-rtl.css |
css/print-rtl.css |
|
body {
direction: rtl;
}
th {
text-align: right;
}
.print-links,
.print-source_url,
.print-taxonomy {
text-align: left;
} |
print.admin.inc |
print.admin.inc |
|
Contains the administrative functions of the PF module. |
print.css |
css/print.css |
|
body {
margin: 1em;
background-color: #fff;
font-family: sans-serif;
}
th {
text-align: left; /* LTR */
color: #006;
border-bottom: 1px solid #ccc;
}
tr.odd {
background-color: #ddd;
}
tr.even {
background-color: #fff;
}
td {
… |
print.info |
print.info |
|
name = "Printer-friendly pages"
description = "Adds a printer-friendly version link to content and administrative pages."
core=6.x
package = "Printer, e-mail and PDF versions" |
print.install |
print.install |
|
Install file of the print module |
print.module |
print.module |
|
Displays Printer-friendly versions of Drupal pages. |
print.pages.inc |
print.pages.inc |
|
|
print.tpl.php |
print.tpl.php |
|
Default print module template |
printlinks-rtl.css |
css/printlinks-rtl.css |
|
.print-link {
/* Use these for links above the content */
text-align: left;
/* Use these for links in a corner of the content */
/*
float:left;
*/
}
.print_html, .print_mail, .print_pdf {
margin-left: 0;
margin-right:… |
printlinks.css |
css/printlinks.css |
|
.print-link {
/* Use these for links above the content */
display: block;
text-align: right;
padding-bottom: 0.5em;
/* Use these for links in a corner of the content */
/*
position:relative;
bottom: 0.5em;
float:right;
… |
print_basic.test |
tests/print_basic.test |
|
print module simpletest tests |
print_mail.admin.inc |
print_mail/print_mail.admin.inc |
|
Contains the administrative functions of the send by e-mail module. |
print_mail.inc |
print_mail/print_mail.inc |
|
|
print_mail.info |
print_mail/print_mail.info |
|
name = "Send by e-mail"
description = "Provides the capability to send the web page by e-mail"
dependencies[] = print
core=6.x
package = "Printer, e-mail and PDF versions" |
print_mail.install |
print_mail/print_mail.install |
|
Install file of the print_mail module |
print_mail.module |
print_mail/print_mail.module |
|
Displays Printer-friendly versions of Drupal pages. |
print_pdf.admin.inc |
print_pdf/print_pdf.admin.inc |
|
Contains the administrative functions of the PDF version module. |
print_pdf.class.inc |
print_pdf/print_pdf.class.inc |
|
Extend the TCPDF class to be able to customize the Footer |
print_pdf.class_php4.inc |
print_pdf/print_pdf.class_php4.inc |
|
Extend the TCPDF class to be able to customize the Footer (PHP4 version) |
print_pdf.info |
print_pdf/print_pdf.info |
|
name = "PDF version"
description = "Adds the capability to export pages as PDF."
dependencies[] = print
core=6.x
package = "Printer, e-mail and PDF versions" |
print_pdf.install |
print_pdf/print_pdf.install |
|
Install file of the print_pdf module |
print_pdf.module |
print_pdf/print_pdf.module |
|
Displays Printer-friendly versions of Drupal pages. |
print_pdf.pages.inc |
print_pdf/print_pdf.pages.inc |
|
|
README.txt |
README.txt |
|
DESCRIPTION
-----------
This module allows you to generate the following printer-friendly versions
of any node:
* Web page printer-friendly version (at www.example.com/print/nid)
* PDF version (at www.example.com/printpdf/nid)
* Send… |
README.txt |
lib/README.txt |
|
This directory should be used to place the downloaded external libs used by
the print module (such as TCPDF, dompdf, etc.). |