-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport 13.4] [TASK] Use Browse menus with Data processors (#1498)
* [TASK] Use Browse menus with Data processors Remove HMENU usage and refer to older versions for that. Releases: main, 13.4 * [TASK] Use Browse menus with Data processors Remove HMENU usage and refer to older versions for that. Releases: main, 13.4 --------- Co-authored-by: lina.wolf <[email protected]>
- Loading branch information
1 parent
d4690af
commit ac07ee2
Showing
4 changed files
with
111 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
Documentation/DataProcessing/MenuProcessor/_code-snippets/_BrowseNavigation.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<f:if condition="{prevNavigation.0}"> | ||
<a href="{prevNavigation.0.link}"><- {prevNavigation.0.title}</a> | ||
</f:if> | ||
<f:if condition="{nextNavigation.0}"> | ||
<a href="{nextNavigation.0.link}">{nextNavigation.0.title} -></a> | ||
</f:if> | ||
<f:if condition="{upNavigation.0}"> | ||
<a href="{upNavigation.0.link}">{upNavigation.0.title}</a> | ||
</f:if> |
26 changes: 0 additions & 26 deletions
26
Documentation/DataProcessing/MenuProcessor/_code-snippets/_RelPrevNextMenu.typoscript
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-2.18 KB
...ges/ManualScreenshots/FrontendOutput/Hmenu/ContentObjectsHmenuSpecialBrowse.png
Binary file not shown.