Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lolo888
ISPConfig 3
Commits
cfd8fc69
Commit
cfd8fc69
authored
May 18, 2012
by
cfoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added missing non-breaking spaces in getPagingHTML output to fix html output of paging
parent
d2270c4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
interface/lib/classes/listform.inc.php
interface/lib/classes/listform.inc.php
+2
-2
No files found.
interface/lib/classes/listform.inc.php
View file @
cfd8fc69
...
...
@@ -248,9 +248,9 @@ class listform {
//* Show Back
if
(
isset
(
$vars
[
'show_page_back'
])
&&
$vars
[
'show_page_back'
]
==
1
){
$content
.
=
'<a href="'
.
"javascript:loadContent('"
.
$vars
[
'list_file'
]
.
'?page='
.
$vars
[
'last_page'
]
.
$vars
[
'page_params'
]
.
"');"
.
'">'
.
'<img src="themes/'
.
$_SESSION
[
's'
][
'theme'
]
.
'/icons/x16/arrow_180.png"></a> '
;
.
'<img src="themes/'
.
$_SESSION
[
's'
][
'theme'
]
.
'/icons/x16/arrow_180.png"></a>
'
;
}
$content
.
=
' '
.
$this
->
lng
(
'page_txt'
)
.
' '
.
$vars
[
'next_page'
]
.
' '
.
$this
->
lng
(
'page_of_txt'
)
.
' '
.
$vars
[
'max_pages'
]
.
' '
;
$content
.
=
' '
.
$this
->
lng
(
'page_txt'
)
.
' '
.
$vars
[
'next_page'
]
.
' '
.
$this
->
lng
(
'page_of_txt'
)
.
' '
.
$vars
[
'max_pages'
]
.
'
'
;
//* Show Next
if
(
isset
(
$vars
[
'show_page_next'
])
&&
$vars
[
'show_page_next'
]
==
1
){
$content
.
=
'<a href="'
.
"javascript:loadContent('"
.
$vars
[
'list_file'
]
.
'?page='
.
$vars
[
'next_page'
]
.
$vars
[
'page_params'
]
.
"');"
.
'">'
...
...
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