design-comuni-plone-theme 10.2.2 → 10.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/RELEASE.md +19 -0
- package/locales/de/LC_MESSAGES/volto.po +27 -30
- package/locales/en/LC_MESSAGES/volto.po +27 -30
- package/locales/es/LC_MESSAGES/volto.po +27 -30
- package/locales/fr/LC_MESSAGES/volto.po +27 -30
- package/locales/it/LC_MESSAGES/volto.po +27 -30
- package/locales/volto.pot +28 -31
- package/package.json +1 -1
- package/publiccode.yml +2 -2
- package/src/components/ItaliaTheme/Blocks/Alert/Edit.jsx +9 -5
- package/src/components/ItaliaTheme/Blocks/Alert/Sidebar.jsx +51 -76
- package/src/components/ItaliaTheme/Blocks/Alert/View.jsx +4 -2
- package/src/components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate.jsx +5 -20
- package/src/components/ItaliaTheme/Blocks/NumbersBlock/Edit.jsx +1 -0
- package/src/components/ItaliaTheme/Blocks/__tests__/Alert.test.jsx +1 -1
- package/src/components/ItaliaTheme/GalleryPreview/GalleryPreview.jsx +11 -24
- package/src/components/ItaliaTheme/Header/ParentSiteMenu.jsx +2 -1
- package/src/components/ItaliaTheme/Icons/FontAwesomeIcon.jsx +42 -20
- package/src/components/ItaliaTheme/View/BandoView/BandoText.jsx +7 -37
- package/src/components/ItaliaTheme/View/BandoView/BandoTextDestinatari.jsx +36 -0
- package/src/components/ItaliaTheme/View/BandoView/BandoTextEnte.jsx +34 -0
- package/src/components/ItaliaTheme/View/BandoView/BandoTextTipologia.jsx +32 -0
- package/src/components/ItaliaTheme/View/Commons/BandoStatus.jsx +38 -0
- package/src/components/ItaliaTheme/View/Commons/PageHeader/PageHeaderBando.jsx +3 -17
- package/src/components/ItaliaTheme/View/Commons/SearchSectionForm.jsx +24 -3
- package/src/components/ItaliaTheme/View/VenueView/VenueDescription.jsx +9 -65
- package/src/components/ItaliaTheme/View/VenueView/VenueElementiDiInteresse.jsx +26 -0
- package/src/components/ItaliaTheme/View/VenueView/VenueLuoghiCorrelati.jsx +37 -0
- package/src/components/ItaliaTheme/View/VenueView/VenueMultimedia.jsx +25 -0
- package/src/components/ItaliaTheme/View/VenueView/VenueTipologia.jsx +27 -0
- package/src/components/ItaliaTheme/View/index.js +5 -0
- package/src/components/ItaliaTheme/manage/Widgets/IconPreviewWidget.jsx +1 -1
- package/src/theme/ItaliaTheme/Blocks/_alert.scss +26 -65
- package/src/theme/ItaliaTheme/Components/_galleryPreview.scss +9 -13
- package/src/theme/ItaliaTheme/Subsites/_common.scss +0 -1
- package/src/theme/ItaliaTheme/Views/_common.scss +10 -0
- package/src/theme/ItaliaTheme/_home.scss +10 -0
- package/src/theme/_cms-ui.scss +14 -0
- package/src/theme/_site-variables.scss +5 -0
- package/src/theme/ItaliaTheme/Subsites/_homepage.scss +0 -9
|
@@ -88,6 +88,7 @@ msgstr "Voir"
|
|
|
88
88
|
msgid "CardImageRight"
|
|
89
89
|
msgstr ""
|
|
90
90
|
|
|
91
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
91
92
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
|
|
92
93
|
# defaultMessage: Dimensione immagine
|
|
93
94
|
msgid "CardImageSize"
|
|
@@ -135,21 +136,6 @@ msgstr "Cliquez ici pour remplacer le fichier"
|
|
|
135
136
|
msgid "Color"
|
|
136
137
|
msgstr ""
|
|
137
138
|
|
|
138
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
139
|
-
# defaultMessage: Rosso
|
|
140
|
-
msgid "Color_danger"
|
|
141
|
-
msgstr ""
|
|
142
|
-
|
|
143
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
144
|
-
# defaultMessage: Giallo
|
|
145
|
-
msgid "Color_warning"
|
|
146
|
-
msgstr ""
|
|
147
|
-
|
|
148
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
149
|
-
# defaultMessage: Arancione
|
|
150
|
-
msgid "Color_warning_orange"
|
|
151
|
-
msgstr ""
|
|
152
|
-
|
|
153
139
|
#: components/ItaliaTheme/View/EventoView/EventoContatti
|
|
154
140
|
# defaultMessage: Contatti
|
|
155
141
|
msgid "Contatti"
|
|
@@ -713,7 +699,7 @@ msgstr "Voir tout"
|
|
|
713
699
|
msgid "VenuesSmall"
|
|
714
700
|
msgstr "Lieux"
|
|
715
701
|
|
|
716
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
702
|
+
#: components/ItaliaTheme/View/VenueView/VenueMultimedia
|
|
717
703
|
# defaultMessage: Video
|
|
718
704
|
msgid "Video"
|
|
719
705
|
msgstr "Vidéo"
|
|
@@ -1013,8 +999,7 @@ msgstr ""
|
|
|
1013
999
|
msgid "bandi_search_no_filters"
|
|
1014
1000
|
msgstr ""
|
|
1015
1001
|
|
|
1016
|
-
#: components/ItaliaTheme/
|
|
1017
|
-
#: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderBando
|
|
1002
|
+
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1018
1003
|
# defaultMessage: Scaduto
|
|
1019
1004
|
msgid "bando_closed"
|
|
1020
1005
|
msgstr "Expiré"
|
|
@@ -1024,7 +1009,7 @@ msgstr "Expiré"
|
|
|
1024
1009
|
msgid "bando_data_pubblicazione"
|
|
1025
1010
|
msgstr "Date de publication"
|
|
1026
1011
|
|
|
1027
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
1012
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextDestinatari
|
|
1028
1013
|
# defaultMessage: Destinatari del bando
|
|
1029
1014
|
msgid "bando_destinatari"
|
|
1030
1015
|
msgstr "Destinataires d'appels"
|
|
@@ -1035,19 +1020,17 @@ msgid "bando_effective"
|
|
|
1035
1020
|
msgstr "Date de publication"
|
|
1036
1021
|
|
|
1037
1022
|
#: components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate
|
|
1038
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
1023
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextEnte
|
|
1039
1024
|
# defaultMessage: Ente
|
|
1040
1025
|
msgid "bando_ente"
|
|
1041
1026
|
msgstr "Autorité fournisseur"
|
|
1042
1027
|
|
|
1043
|
-
#: components/ItaliaTheme/
|
|
1044
|
-
#: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderBando
|
|
1028
|
+
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1045
1029
|
# defaultMessage: In corso
|
|
1046
1030
|
msgid "bando_inProgress"
|
|
1047
1031
|
msgstr "En cours"
|
|
1048
1032
|
|
|
1049
|
-
#: components/ItaliaTheme/
|
|
1050
|
-
#: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderBando
|
|
1033
|
+
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1051
1034
|
# defaultMessage: Attivo
|
|
1052
1035
|
msgid "bando_open"
|
|
1053
1036
|
msgstr "Actif"
|
|
@@ -1057,8 +1040,7 @@ msgstr "Actif"
|
|
|
1057
1040
|
msgid "bando_scadenza"
|
|
1058
1041
|
msgstr "Date d'expiration"
|
|
1059
1042
|
|
|
1060
|
-
#: components/ItaliaTheme/
|
|
1061
|
-
#: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderBando
|
|
1043
|
+
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1062
1044
|
# defaultMessage: Programmato
|
|
1063
1045
|
msgid "bando_scheduled"
|
|
1064
1046
|
msgstr ""
|
|
@@ -1223,6 +1205,16 @@ msgstr "Fermer la recherche"
|
|
|
1223
1205
|
msgid "codice_ipa"
|
|
1224
1206
|
msgstr ""
|
|
1225
1207
|
|
|
1208
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1209
|
+
# defaultMessage: Rosso
|
|
1210
|
+
msgid "color_danger"
|
|
1211
|
+
msgstr ""
|
|
1212
|
+
|
|
1213
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1214
|
+
# defaultMessage: Arancione
|
|
1215
|
+
msgid "color_orange"
|
|
1216
|
+
msgstr ""
|
|
1217
|
+
|
|
1226
1218
|
#: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
|
|
1227
1219
|
#: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
|
|
1228
1220
|
# defaultMessage: Primario
|
|
@@ -1234,6 +1226,11 @@ msgstr ""
|
|
|
1234
1226
|
msgid "color_transparent"
|
|
1235
1227
|
msgstr ""
|
|
1236
1228
|
|
|
1229
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1230
|
+
# defaultMessage: Giallo
|
|
1231
|
+
msgid "color_warning"
|
|
1232
|
+
msgstr ""
|
|
1233
|
+
|
|
1237
1234
|
#: components/ItaliaTheme/View/IncaricoView/IncaricoView
|
|
1238
1235
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
1239
1236
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
@@ -1818,7 +1815,7 @@ msgstr ""
|
|
|
1818
1815
|
msgid "edit_social_links"
|
|
1819
1816
|
msgstr ""
|
|
1820
1817
|
|
|
1821
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
1818
|
+
#: components/ItaliaTheme/View/VenueView/VenueElementiDiInteresse
|
|
1822
1819
|
# defaultMessage: Elementi di interesse
|
|
1823
1820
|
msgid "elementi_di_interesse"
|
|
1824
1821
|
msgstr "Objets d'intérêt"
|
|
@@ -2374,7 +2371,7 @@ msgid "logo-subsite-alt"
|
|
|
2374
2371
|
msgstr ""
|
|
2375
2372
|
|
|
2376
2373
|
#: components/ItaliaTheme/View/PuntoDiContattoView/RelatedItemsChipsPDC
|
|
2377
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
2374
|
+
#: components/ItaliaTheme/View/VenueView/VenueLuoghiCorrelati
|
|
2378
2375
|
# defaultMessage: Luoghi correlati
|
|
2379
2376
|
msgid "luoghi_correlati"
|
|
2380
2377
|
msgstr ""
|
|
@@ -3755,7 +3752,7 @@ msgstr "Entrez du texte"
|
|
|
3755
3752
|
msgid "timeline_tempi_scadenze_validation_error"
|
|
3756
3753
|
msgstr ""
|
|
3757
3754
|
|
|
3758
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
3755
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextTipologia
|
|
3759
3756
|
# defaultMessage: Tipologia del bando
|
|
3760
3757
|
msgid "tipologia_bando"
|
|
3761
3758
|
msgstr "Type d'appel"
|
|
@@ -3766,7 +3763,7 @@ msgstr "Type d'appel"
|
|
|
3766
3763
|
msgid "tipologia_incarico"
|
|
3767
3764
|
msgstr ""
|
|
3768
3765
|
|
|
3769
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
3766
|
+
#: components/ItaliaTheme/View/VenueView/VenueTipologia
|
|
3770
3767
|
# defaultMessage: Tipo di luogo
|
|
3771
3768
|
msgid "tipologia_luogo"
|
|
3772
3769
|
msgstr ""
|
|
@@ -71,6 +71,7 @@ msgstr "Vedi"
|
|
|
71
71
|
msgid "CardImageRight"
|
|
72
72
|
msgstr "Allinea immagine a destra"
|
|
73
73
|
|
|
74
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
74
75
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
|
|
75
76
|
# defaultMessage: Dimensione immagine
|
|
76
77
|
msgid "CardImageSize"
|
|
@@ -118,21 +119,6 @@ msgstr "Clicca qui per sostituire il file"
|
|
|
118
119
|
msgid "Color"
|
|
119
120
|
msgstr "Colore"
|
|
120
121
|
|
|
121
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
122
|
-
# defaultMessage: Rosso
|
|
123
|
-
msgid "Color_danger"
|
|
124
|
-
msgstr "Rosso"
|
|
125
|
-
|
|
126
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
127
|
-
# defaultMessage: Giallo
|
|
128
|
-
msgid "Color_warning"
|
|
129
|
-
msgstr "Giallo"
|
|
130
|
-
|
|
131
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
132
|
-
# defaultMessage: Arancione
|
|
133
|
-
msgid "Color_warning_orange"
|
|
134
|
-
msgstr "Arancione"
|
|
135
|
-
|
|
136
122
|
#: components/ItaliaTheme/View/EventoView/EventoContatti
|
|
137
123
|
# defaultMessage: Contatti
|
|
138
124
|
msgid "Contatti"
|
|
@@ -696,7 +682,7 @@ msgstr "Vedi tutto"
|
|
|
696
682
|
msgid "VenuesSmall"
|
|
697
683
|
msgstr "Luoghi"
|
|
698
684
|
|
|
699
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
685
|
+
#: components/ItaliaTheme/View/VenueView/VenueMultimedia
|
|
700
686
|
# defaultMessage: Video
|
|
701
687
|
msgid "Video"
|
|
702
688
|
msgstr "Video"
|
|
@@ -996,8 +982,7 @@ msgstr "Sfondo del blocco"
|
|
|
996
982
|
msgid "bandi_search_no_filters"
|
|
997
983
|
msgstr "Nessun filtro da mostrare. Seleziona i filtri di ricerca da mostrare dalla sidebar laterale."
|
|
998
984
|
|
|
999
|
-
#: components/ItaliaTheme/
|
|
1000
|
-
#: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderBando
|
|
985
|
+
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1001
986
|
# defaultMessage: Scaduto
|
|
1002
987
|
msgid "bando_closed"
|
|
1003
988
|
msgstr "Scaduto"
|
|
@@ -1007,7 +992,7 @@ msgstr "Scaduto"
|
|
|
1007
992
|
msgid "bando_data_pubblicazione"
|
|
1008
993
|
msgstr "Pubblicato il"
|
|
1009
994
|
|
|
1010
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
995
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextDestinatari
|
|
1011
996
|
# defaultMessage: Destinatari del bando
|
|
1012
997
|
msgid "bando_destinatari"
|
|
1013
998
|
msgstr "Destinatari del bando"
|
|
@@ -1018,19 +1003,17 @@ msgid "bando_effective"
|
|
|
1018
1003
|
msgstr "Data di pubblicazione"
|
|
1019
1004
|
|
|
1020
1005
|
#: components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate
|
|
1021
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
1006
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextEnte
|
|
1022
1007
|
# defaultMessage: Ente
|
|
1023
1008
|
msgid "bando_ente"
|
|
1024
1009
|
msgstr "Ente erogatore"
|
|
1025
1010
|
|
|
1026
|
-
#: components/ItaliaTheme/
|
|
1027
|
-
#: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderBando
|
|
1011
|
+
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1028
1012
|
# defaultMessage: In corso
|
|
1029
1013
|
msgid "bando_inProgress"
|
|
1030
1014
|
msgstr "In corso"
|
|
1031
1015
|
|
|
1032
|
-
#: components/ItaliaTheme/
|
|
1033
|
-
#: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderBando
|
|
1016
|
+
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1034
1017
|
# defaultMessage: Attivo
|
|
1035
1018
|
msgid "bando_open"
|
|
1036
1019
|
msgstr "Attivo"
|
|
@@ -1040,8 +1023,7 @@ msgstr "Attivo"
|
|
|
1040
1023
|
msgid "bando_scadenza"
|
|
1041
1024
|
msgstr "Scadenza partecipazione"
|
|
1042
1025
|
|
|
1043
|
-
#: components/ItaliaTheme/
|
|
1044
|
-
#: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderBando
|
|
1026
|
+
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1045
1027
|
# defaultMessage: Programmato
|
|
1046
1028
|
msgid "bando_scheduled"
|
|
1047
1029
|
msgstr "Programmato"
|
|
@@ -1206,6 +1188,16 @@ msgstr "Chiudi ricerca"
|
|
|
1206
1188
|
msgid "codice_ipa"
|
|
1207
1189
|
msgstr "Codice dell'ente erogatore (ipa)"
|
|
1208
1190
|
|
|
1191
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1192
|
+
# defaultMessage: Rosso
|
|
1193
|
+
msgid "color_danger"
|
|
1194
|
+
msgstr ""
|
|
1195
|
+
|
|
1196
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1197
|
+
# defaultMessage: Arancione
|
|
1198
|
+
msgid "color_orange"
|
|
1199
|
+
msgstr ""
|
|
1200
|
+
|
|
1209
1201
|
#: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
|
|
1210
1202
|
#: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
|
|
1211
1203
|
# defaultMessage: Primario
|
|
@@ -1217,6 +1209,11 @@ msgstr "Colore primario"
|
|
|
1217
1209
|
msgid "color_transparent"
|
|
1218
1210
|
msgstr "Trasparente"
|
|
1219
1211
|
|
|
1212
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1213
|
+
# defaultMessage: Giallo
|
|
1214
|
+
msgid "color_warning"
|
|
1215
|
+
msgstr ""
|
|
1216
|
+
|
|
1220
1217
|
#: components/ItaliaTheme/View/IncaricoView/IncaricoView
|
|
1221
1218
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
1222
1219
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
@@ -1801,7 +1798,7 @@ msgstr "Visibile"
|
|
|
1801
1798
|
msgid "edit_social_links"
|
|
1802
1799
|
msgstr "Modifica i social"
|
|
1803
1800
|
|
|
1804
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
1801
|
+
#: components/ItaliaTheme/View/VenueView/VenueElementiDiInteresse
|
|
1805
1802
|
# defaultMessage: Elementi di interesse
|
|
1806
1803
|
msgid "elementi_di_interesse"
|
|
1807
1804
|
msgstr "Elementi di interesse"
|
|
@@ -2357,7 +2354,7 @@ msgid "logo-subsite-alt"
|
|
|
2357
2354
|
msgstr ""
|
|
2358
2355
|
|
|
2359
2356
|
#: components/ItaliaTheme/View/PuntoDiContattoView/RelatedItemsChipsPDC
|
|
2360
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
2357
|
+
#: components/ItaliaTheme/View/VenueView/VenueLuoghiCorrelati
|
|
2361
2358
|
# defaultMessage: Luoghi correlati
|
|
2362
2359
|
msgid "luoghi_correlati"
|
|
2363
2360
|
msgstr "Luoghi correlati"
|
|
@@ -3738,7 +3735,7 @@ msgstr "Inserisci un valore"
|
|
|
3738
3735
|
msgid "timeline_tempi_scadenze_validation_error"
|
|
3739
3736
|
msgstr ""
|
|
3740
3737
|
|
|
3741
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
3738
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextTipologia
|
|
3742
3739
|
# defaultMessage: Tipologia del bando
|
|
3743
3740
|
msgid "tipologia_bando"
|
|
3744
3741
|
msgstr "Tipologia del bando"
|
|
@@ -3749,7 +3746,7 @@ msgstr "Tipologia del bando"
|
|
|
3749
3746
|
msgid "tipologia_incarico"
|
|
3750
3747
|
msgstr "Tipo di incarico"
|
|
3751
3748
|
|
|
3752
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
3749
|
+
#: components/ItaliaTheme/View/VenueView/VenueTipologia
|
|
3753
3750
|
# defaultMessage: Tipo di luogo
|
|
3754
3751
|
msgid "tipologia_luogo"
|
|
3755
3752
|
msgstr "Tipo di luogo"
|
package/locales/volto.pot
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
msgid ""
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
|
-
"POT-Creation-Date: 2023-11-
|
|
4
|
+
"POT-Creation-Date: 2023-11-14T17:26:17.874Z\n"
|
|
5
5
|
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
6
6
|
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
7
7
|
"MIME-Version: 1.0\n"
|
|
@@ -73,6 +73,7 @@ msgstr ""
|
|
|
73
73
|
msgid "CardImageRight"
|
|
74
74
|
msgstr ""
|
|
75
75
|
|
|
76
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
76
77
|
#: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Sidebar
|
|
77
78
|
# defaultMessage: Dimensione immagine
|
|
78
79
|
msgid "CardImageSize"
|
|
@@ -120,21 +121,6 @@ msgstr ""
|
|
|
120
121
|
msgid "Color"
|
|
121
122
|
msgstr ""
|
|
122
123
|
|
|
123
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
124
|
-
# defaultMessage: Rosso
|
|
125
|
-
msgid "Color_danger"
|
|
126
|
-
msgstr ""
|
|
127
|
-
|
|
128
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
129
|
-
# defaultMessage: Giallo
|
|
130
|
-
msgid "Color_warning"
|
|
131
|
-
msgstr ""
|
|
132
|
-
|
|
133
|
-
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
134
|
-
# defaultMessage: Arancione
|
|
135
|
-
msgid "Color_warning_orange"
|
|
136
|
-
msgstr ""
|
|
137
|
-
|
|
138
124
|
#: components/ItaliaTheme/View/EventoView/EventoContatti
|
|
139
125
|
# defaultMessage: Contatti
|
|
140
126
|
msgid "Contatti"
|
|
@@ -698,7 +684,7 @@ msgstr ""
|
|
|
698
684
|
msgid "VenuesSmall"
|
|
699
685
|
msgstr ""
|
|
700
686
|
|
|
701
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
687
|
+
#: components/ItaliaTheme/View/VenueView/VenueMultimedia
|
|
702
688
|
# defaultMessage: Video
|
|
703
689
|
msgid "Video"
|
|
704
690
|
msgstr ""
|
|
@@ -998,8 +984,7 @@ msgstr ""
|
|
|
998
984
|
msgid "bandi_search_no_filters"
|
|
999
985
|
msgstr ""
|
|
1000
986
|
|
|
1001
|
-
#: components/ItaliaTheme/
|
|
1002
|
-
#: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderBando
|
|
987
|
+
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1003
988
|
# defaultMessage: Scaduto
|
|
1004
989
|
msgid "bando_closed"
|
|
1005
990
|
msgstr ""
|
|
@@ -1009,7 +994,7 @@ msgstr ""
|
|
|
1009
994
|
msgid "bando_data_pubblicazione"
|
|
1010
995
|
msgstr ""
|
|
1011
996
|
|
|
1012
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
997
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextDestinatari
|
|
1013
998
|
# defaultMessage: Destinatari del bando
|
|
1014
999
|
msgid "bando_destinatari"
|
|
1015
1000
|
msgstr ""
|
|
@@ -1020,19 +1005,17 @@ msgid "bando_effective"
|
|
|
1020
1005
|
msgstr ""
|
|
1021
1006
|
|
|
1022
1007
|
#: components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate
|
|
1023
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
1008
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextEnte
|
|
1024
1009
|
# defaultMessage: Ente
|
|
1025
1010
|
msgid "bando_ente"
|
|
1026
1011
|
msgstr ""
|
|
1027
1012
|
|
|
1028
|
-
#: components/ItaliaTheme/
|
|
1029
|
-
#: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderBando
|
|
1013
|
+
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1030
1014
|
# defaultMessage: In corso
|
|
1031
1015
|
msgid "bando_inProgress"
|
|
1032
1016
|
msgstr ""
|
|
1033
1017
|
|
|
1034
|
-
#: components/ItaliaTheme/
|
|
1035
|
-
#: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderBando
|
|
1018
|
+
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1036
1019
|
# defaultMessage: Attivo
|
|
1037
1020
|
msgid "bando_open"
|
|
1038
1021
|
msgstr ""
|
|
@@ -1042,8 +1025,7 @@ msgstr ""
|
|
|
1042
1025
|
msgid "bando_scadenza"
|
|
1043
1026
|
msgstr ""
|
|
1044
1027
|
|
|
1045
|
-
#: components/ItaliaTheme/
|
|
1046
|
-
#: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderBando
|
|
1028
|
+
#: components/ItaliaTheme/View/Commons/BandoStatus
|
|
1047
1029
|
# defaultMessage: Programmato
|
|
1048
1030
|
msgid "bando_scheduled"
|
|
1049
1031
|
msgstr ""
|
|
@@ -1208,6 +1190,16 @@ msgstr ""
|
|
|
1208
1190
|
msgid "codice_ipa"
|
|
1209
1191
|
msgstr ""
|
|
1210
1192
|
|
|
1193
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1194
|
+
# defaultMessage: Rosso
|
|
1195
|
+
msgid "color_danger"
|
|
1196
|
+
msgstr ""
|
|
1197
|
+
|
|
1198
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1199
|
+
# defaultMessage: Arancione
|
|
1200
|
+
msgid "color_orange"
|
|
1201
|
+
msgstr ""
|
|
1202
|
+
|
|
1211
1203
|
#: components/ItaliaTheme/Blocks/ContactsBlock/Sidebar
|
|
1212
1204
|
#: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
|
|
1213
1205
|
# defaultMessage: Primario
|
|
@@ -1219,6 +1211,11 @@ msgstr ""
|
|
|
1219
1211
|
msgid "color_transparent"
|
|
1220
1212
|
msgstr ""
|
|
1221
1213
|
|
|
1214
|
+
#: components/ItaliaTheme/Blocks/Alert/Sidebar
|
|
1215
|
+
# defaultMessage: Giallo
|
|
1216
|
+
msgid "color_warning"
|
|
1217
|
+
msgstr ""
|
|
1218
|
+
|
|
1222
1219
|
#: components/ItaliaTheme/View/IncaricoView/IncaricoView
|
|
1223
1220
|
#: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
|
|
1224
1221
|
#: components/ItaliaTheme/View/PersonaView/PersonaRuolo
|
|
@@ -1803,7 +1800,7 @@ msgstr ""
|
|
|
1803
1800
|
msgid "edit_social_links"
|
|
1804
1801
|
msgstr ""
|
|
1805
1802
|
|
|
1806
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
1803
|
+
#: components/ItaliaTheme/View/VenueView/VenueElementiDiInteresse
|
|
1807
1804
|
# defaultMessage: Elementi di interesse
|
|
1808
1805
|
msgid "elementi_di_interesse"
|
|
1809
1806
|
msgstr ""
|
|
@@ -2359,7 +2356,7 @@ msgid "logo-subsite-alt"
|
|
|
2359
2356
|
msgstr ""
|
|
2360
2357
|
|
|
2361
2358
|
#: components/ItaliaTheme/View/PuntoDiContattoView/RelatedItemsChipsPDC
|
|
2362
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
2359
|
+
#: components/ItaliaTheme/View/VenueView/VenueLuoghiCorrelati
|
|
2363
2360
|
# defaultMessage: Luoghi correlati
|
|
2364
2361
|
msgid "luoghi_correlati"
|
|
2365
2362
|
msgstr ""
|
|
@@ -3740,7 +3737,7 @@ msgstr ""
|
|
|
3740
3737
|
msgid "timeline_tempi_scadenze_validation_error"
|
|
3741
3738
|
msgstr ""
|
|
3742
3739
|
|
|
3743
|
-
#: components/ItaliaTheme/View/BandoView/
|
|
3740
|
+
#: components/ItaliaTheme/View/BandoView/BandoTextTipologia
|
|
3744
3741
|
# defaultMessage: Tipologia del bando
|
|
3745
3742
|
msgid "tipologia_bando"
|
|
3746
3743
|
msgstr ""
|
|
@@ -3751,7 +3748,7 @@ msgstr ""
|
|
|
3751
3748
|
msgid "tipologia_incarico"
|
|
3752
3749
|
msgstr ""
|
|
3753
3750
|
|
|
3754
|
-
#: components/ItaliaTheme/View/VenueView/
|
|
3751
|
+
#: components/ItaliaTheme/View/VenueView/VenueTipologia
|
|
3755
3752
|
# defaultMessage: Tipo di luogo
|
|
3756
3753
|
msgid "tipologia_luogo"
|
|
3757
3754
|
msgstr ""
|
package/package.json
CHANGED
package/publiccode.yml
CHANGED
|
@@ -227,9 +227,9 @@ maintenance:
|
|
|
227
227
|
name: io-Comune - Il sito AgID per Comuni ed Enti Pubblici
|
|
228
228
|
platforms:
|
|
229
229
|
- web
|
|
230
|
-
releaseDate: '2023-11-
|
|
230
|
+
releaseDate: '2023-11-14'
|
|
231
231
|
softwareType: standalone/web
|
|
232
|
-
softwareVersion: 10.
|
|
232
|
+
softwareVersion: 10.4.0
|
|
233
233
|
url: 'https://github.com/italia/design-comuni-plone-theme'
|
|
234
234
|
usedBy:
|
|
235
235
|
- ASP Comuni Modenesi Area Nord
|
|
@@ -59,8 +59,8 @@ class Edit extends Component {
|
|
|
59
59
|
|
|
60
60
|
constructor(props) {
|
|
61
61
|
super(props);
|
|
62
|
-
if (!this.props.data.
|
|
63
|
-
this.props.data.
|
|
62
|
+
if (!this.props.data.bg_color) {
|
|
63
|
+
this.props.data.bg_color = 'warning';
|
|
64
64
|
}
|
|
65
65
|
this.blockNode = React.createRef();
|
|
66
66
|
}
|
|
@@ -78,8 +78,8 @@ class Edit extends Component {
|
|
|
78
78
|
>
|
|
79
79
|
<Row
|
|
80
80
|
className={cx(
|
|
81
|
-
'
|
|
82
|
-
'bg-alert-' + this.props.data.
|
|
81
|
+
'full-width p-5',
|
|
82
|
+
'bg-alert-' + this.props.data.bg_color,
|
|
83
83
|
)}
|
|
84
84
|
>
|
|
85
85
|
<Container className="ui">
|
|
@@ -89,7 +89,11 @@ class Edit extends Component {
|
|
|
89
89
|
<img
|
|
90
90
|
src={`data:${this.props.data.image['content-type']};${this.props.data.image.encoding},${this.props.data.image.data}`}
|
|
91
91
|
alt=""
|
|
92
|
-
className=
|
|
92
|
+
className={cx('left-image', [
|
|
93
|
+
this.props.data.sizeImage
|
|
94
|
+
? 'size-' + this.props.data.sizeImage
|
|
95
|
+
: 'size-l',
|
|
96
|
+
])}
|
|
93
97
|
/>
|
|
94
98
|
</Col>
|
|
95
99
|
)}
|