Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
print
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
print
Commits
bc66b068
Commit
bc66b068
authored
Mar 22, 2012
by
jcnventura
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1472160
: correct Configuration location on install message.
parent
652d1b49
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
INSTALL.txt
INSTALL.txt
+1
-1
README.txt
README.txt
+4
-4
print.install
print.install
+1
-1
No files found.
INSTALL.txt
View file @
bc66b068
...
...
@@ -5,7 +5,7 @@ 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: Administ
er
> Modules (admin/modules)
Enable the print module: Administ
ration
> Modules (admin/modules)
PDF TOOL
--------
...
...
README.txt
View file @
bc66b068
...
...
@@ -24,17 +24,17 @@ CONFIGURATION
- There are several settings that can be configured in the following places:
Administ
er
> Modules (admin/modules)
Administ
ration
> Modules (admin/modules)
Enable or disable the module. (default: disabled)
Administ
er
> People > Permissions (admin/people/permissions)
Administ
ration
> People > Permissions (admin/people/permissions)
Under print module:
access print: Enable access to the PF page and display of the PF link in
other pages. (default: disabled)
administer print: Enable access to the module settings page. (default:
disabled)
Administ
er
> Structure > Content types (admin/structure/types)
Administ
ration
> Structure > Content types (admin/structure/types)
For each content type it is possible to enable or disable the PF link
via the "Show printer-friendly version link" checkbox. (default:
enabled)
...
...
@@ -42,7 +42,7 @@ CONFIGURATION
comments via the "Show printer-friendly version link in individual
comments" checkbox. (default: disabled)
Administ
er > Configuration
> Printer, e-mail and PDF versions (admin/config/user-interface/print)
Administ
ration > Configuration > User interface
> Printer, e-mail and PDF versions (admin/config/user-interface/print)
This is where all the module-specific configuration options can be set.
- To modify the template of printer friendly pages, simply edit the
...
...
print.install
View file @
bc66b068
...
...
@@ -13,7 +13,7 @@
function
print_install
()
{
$t
=
get_t
();
drupal_set_message
(
$t
(
'Printer-friendly Page settings are available under !link'
,
array
(
'!link'
=>
l
(
$t
(
'Administ
er > Configuration
> Printer, e-mail and PDF versions'
),
'admin/config/user-interface/print'
)
)
array
(
'!link'
=>
l
(
$t
(
'Administ
ration > Configuration > User interface
> Printer, e-mail and PDF versions'
),
'admin/config/user-interface/print'
)
)
));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment