Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tile
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
typo3
tile
Commits
5a76147e
Commit
5a76147e
authored
Jul 14, 2019
by
Dirk Wildt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.0.8
parent
7314b090
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
4 deletions
+22
-4
Documentation/Index.rst
Documentation/Index.rst
+1
-0
Documentation/Settings.cfg
Documentation/Settings.cfg
+1
-1
Documentation/Todos/Index.rst
Documentation/Todos/Index.rst
+17
-0
Resources/Private/Templates/Ticket/Enable.html
Resources/Private/Templates/Ticket/Enable.html
+3
-3
No files found.
Documentation/Index.rst
View file @
5a76147e
...
...
@@ -64,4 +64,5 @@ Book a tile!
Developers/Index
WhatsNew/Index
KnownBugs/Index
Todos/Index
Index/Index
Documentation/Settings.cfg
View file @
5a76147e
[general]
copyright = 2019
project = Book a tile!
release = 0.0.
6
release = 0.0.
8
version = 0.0
[html_theme_options]
...
...
Documentation/Todos/Index.rst
0 → 100644
View file @
5a76147e
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../Includes.txt
.. _knownbugs:
Todos
=====
0.0.8
-----
* TCA is optimised for TYPO3 9.5. Todo: Configuration for TYPO3 8.7
\ No newline at end of file
Resources/Private/Templates/Ticket/Enable.html
View file @
5a76147e
...
...
@@ -64,9 +64,9 @@
<h2>
Ticket zuweisen: {ticketTitle}, Modus: {currentModeLabel}
</h2>
<div
class=
"grid-container"
>
<f:for
each=
"{cells}"
as=
"cell"
>
<div
class=
"{vh:Get.CssClass(uidGroup: cell.txTileTicket, uidCell: cell.uid, class: '{cssForGroup}', default: '')}"
>
<div
class=
"{vh:Get.CssClass(uidTicket: cell.txTileTicket, uidCell: cell.uid, class: '{cssForTicket}', default: '')}"
>
<div
class=
"{vh:Get.CssClass(uidCategory: cell.txTileCategory, uidCell: cell.uid, class: '{cssForCategory}', default: '{cssClassUndefinedCell}')}"
>
<div
class=
"{vh:Get.
Modul.
CssClass(uidGroup: cell.txTileTicket, uidCell: cell.uid, class: '{cssForGroup}', default: '')}"
>
<div
class=
"{vh:Get.
Modul.
CssClass(uidTicket: cell.txTileTicket, uidCell: cell.uid, class: '{cssForTicket}', default: '')}"
>
<div
class=
"{vh:Get.
Modul.
CssClass(uidCategory: cell.txTileCategory, uidCell: cell.uid, class: '{cssForCategory}', default: '{cssClassUndefinedCell}')}"
>
<f:if
condition=
"{area.type}=1"
>
<f:then>
<a
href=
"#"
title=
"[Ein Live-Objekt kann nicht verändert werden!] {vh:Get.GroupField(uid: cell.txTileGroup.uid, field: 'title', default: '', prefix: '')}{vh:Get.TicketField(uid: cell.txTileTicket, field: 'title', default: '', prefix: ', ')}{vh:Get.TicketField(uid: cell.txTileTicket, field: 'price', currency: 'EUR', default: '', locale: 'de_DE', prefix: '')}"
>
</a>
...
...
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