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
f7036de5
Commit
f7036de5
authored
Oct 22, 2011
by
jcnventura
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1269594
: explain better what system pages are.
parent
8ca44d84
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
print.admin.inc
print.admin.inc
+1
-0
print_mail/print_mail.admin.inc
print_mail/print_mail.admin.inc
+1
-0
print_pdf/print_pdf.admin.inc
print_pdf/print_pdf.admin.inc
+1
-0
No files found.
print.admin.inc
View file @
f7036de5
...
...
@@ -268,6 +268,7 @@ function print_html_settings() {
$form
[
'settings'
][
'adv_link'
][
'print_html_sys_link_visibility'
]
=
array
(
'#type'
=>
'radios'
,
'#title'
=>
t
(
'Show link in system (non-content) pages'
),
'#description'
=>
'Any page that is not a Drupal node. Usually pages generated by Drupal or a module such as Views or Panels.'
,
'#default_value'
=>
variable_get
(
'print_html_sys_link_visibility'
,
PRINT_HTML_SYS_LINK_VISIBILITY_DEFAULT
),
'#options'
=>
array
(
t
(
'Show on every page except the listed pages.'
),
t
(
'Show on only the listed pages.'
)),
);
...
...
print_mail/print_mail.admin.inc
View file @
f7036de5
...
...
@@ -100,6 +100,7 @@ function print_mail_settings() {
$form
[
'settings'
][
'adv_link'
][
'print_mail_sys_link_visibility'
]
=
array
(
'#type'
=>
'radios'
,
'#title'
=>
t
(
'Show link in system (non-content) pages'
),
'#description'
=>
'Any page that is not a Drupal node. Usually pages generated by Drupal or a module such as Views or Panels.'
,
'#default_value'
=>
variable_get
(
'print_mail_sys_link_visibility'
,
PRINT_MAIL_SYS_LINK_VISIBILITY_DEFAULT
),
'#options'
=>
array
(
t
(
'Show on every page except the listed pages.'
),
t
(
'Show on only the listed pages.'
)),
);
...
...
print_pdf/print_pdf.admin.inc
View file @
f7036de5
...
...
@@ -109,6 +109,7 @@ function print_pdf_settings() {
$form
[
'settings'
][
'adv_link'
][
'print_pdf_sys_link_visibility'
]
=
array
(
'#type'
=>
'radios'
,
'#title'
=>
t
(
'Show link in system (non-content) pages'
),
'#description'
=>
'Any page that is not a Drupal node. Usually pages generated by Drupal or a module such as Views or Panels.'
,
'#default_value'
=>
variable_get
(
'print_pdf_sys_link_visibility'
,
PRINT_PDF_SYS_LINK_VISIBILITY_DEFAULT
),
'#options'
=>
array
(
t
(
'Show on every page except the listed pages.'
),
t
(
'Show on only the listed pages.'
)),
);
...
...
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