mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 00:56:10 +01:00
Add location icon and label
This commit is contained in:
parent
8d14834db9
commit
fc274d238c
4 changed files with 9 additions and 1 deletions
|
@ -21,7 +21,7 @@ return [
|
|||
'endtime' => 'endtime',
|
||||
],
|
||||
'searchFields' => 'name',
|
||||
'iconfile' => 'EXT:events/Resources/Public/Icons/Extension.svg'
|
||||
'iconfile' => 'EXT:events/Resources/Public/Icons/tx_events_domain_model_location.svg'
|
||||
],
|
||||
'types' => [
|
||||
'1' => [
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
<file source-language="en" target-language="de" datatype="plaintext" original="messages" date="2022-08-02T11:44:34Z" product-name="Events Locations TCA">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="tx_events_domain_model_location" xml:space="preserve">
|
||||
<source>Location</source>
|
||||
<target>Veranstaltungsort</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tx_events_domain_model_location.global_id" xml:space="preserve">
|
||||
<source>Global UID</source>
|
||||
<target>Globale UID</target>
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
<file source-language="en" datatype="plaintext" original="messages" date="2022-08-02T11:40:42Z" product-name="Events Locations TCA">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="tx_events_domain_model_location" xml:space="preserve">
|
||||
<source>Location</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="tx_events_domain_model_location.global_id" xml:space="preserve">
|
||||
<source>Global UID</source>
|
||||
</trans-unit>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8,.56C5.64,.56,3.74,2.47,3.74,4.82S8,14.89,8,14.89c0,0,4.26-7.71,4.26-10.07S10.35,.56,8,.56Zm0,5.56c-.72,0-1.3-.58-1.3-1.3s.58-1.3,1.3-1.3,1.3,.58,1.3,1.3-.58,1.3-1.3,1.3Z" style="fill:#fff; stroke:#b9b9b9; stroke-miterlimit:10;"/><circle cx="8" cy="4.82" r="2.33" style="fill:#f18519; stroke:#fff; stroke-miterlimit:10; stroke-width:.75px;"/></svg>
|
After Width: | Height: | Size: 464 B |
Loading…
Reference in a new issue