Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open
LU Study Catalogue
Commits
9050ce5b
Commit
9050ce5b
authored
Oct 27, 2020
by
Dainis Abols
Browse files
Changed pagination display
2.4.3
parent
b3a86ba3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Classes/Controller/CourseController.php
View file @
9050ce5b
...
...
@@ -8,7 +8,6 @@ use TYPO3\CMS\Core\Context\Context;
use
TYPO3\CMS\Core\Page\PageRenderer
;
use
TYPO3\CMS\Core\Utility\GeneralUtility
;
use
TYPO3\CMS\Extbase\Mvc\Controller\ActionController
;
use
TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer
;
/**
* Class CourseController
...
...
@@ -735,4 +734,4 @@ class CourseController extends ActionController
return
$yearAndSeason
;
}
}
\ No newline at end of file
}
Resources/Private/Templates/ViewHelpers/Widget/Paginate/Index.html
View file @
9050ce5b
...
...
@@ -29,8 +29,8 @@
</f:if>
</f:if>
<
div
class=
"page
-naviga
tion"
>
<nav
aria-label=
"
News p
age navigation"
class=
"pagination"
>
<
section
class=
"page
Layout__sec
tion"
>
<nav
aria-label=
"
P
age navigation"
class=
"pagination
pagination-left pagination-mobileCenter
"
>
<f:if
condition=
"{pagination.previousPage}"
>
<f:if
condition=
"{pagination.previousPage} > 1"
>
<f:then>
...
...
@@ -81,7 +81,7 @@
</f:widget.link>
</f:if>
</nav>
</
div
>
</
section
>
</f:if>
</f:section>
...
...
composer.json
View file @
9050ce5b
{
"name"
:
"luitd/lu-study-catalogue"
,
"version"
:
"2.4.
2
"
,
"version"
:
"2.4.
3
"
,
"description"
:
"Study catalogues (Course catalogue, Program catalogue) TYPO3 extension for University of Latvia"
,
"type"
:
"typo3-cms-extension"
,
"keywords"
:
[
...
...
ext_emconf.php
View file @
9050ce5b
...
...
@@ -10,7 +10,7 @@ $EM_CONF[$_EXTKEY] = [
'state'
=>
'stable'
,
'uploadfolder'
=>
1
,
'clearCacheOnLoad'
=>
1
,
'version'
=>
'2.4.
2
'
,
'version'
=>
'2.4.
3
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'9.5.0-9.5.99'
,
...
...
readme.md
View file @
9050ce5b
...
...
@@ -4,7 +4,7 @@
## Version
2.
4.
2
2.
4.
3
## Dependencies
...
...
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