File tree Expand file tree Collapse file tree 18 files changed +231
-6
lines changed
report/custom/definitions Expand file tree Collapse file tree 18 files changed +231
-6
lines changed Original file line number Diff line number Diff line change 1+ /**
2+ * Pimcore
3+ *
4+ * This source file is available under two different licenses:
5+ * - GNU General Public License version 3 (GPLv3)
6+ * - Pimcore Commercial License (PCL)
7+ * Full copyright and license information is available in
8+ * LICENSE.md which is distributed with this source code.
9+ *
10+ * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
11+ * @license http://www.pimcore.org/license GPLv3 and PCL
12+ */
13+
114
215.pimcore_icon_activities {
316 background : url (/bundles/pimcoreadmin/img/flat-color-icons/sports_mode.svg) center center no-repeat !important ;
Original file line number Diff line number Diff line change 1+ /**
2+ * Pimcore
3+ *
4+ * This source file is available under two different licenses:
5+ * - GNU General Public License version 3 (GPLv3)
6+ * - Pimcore Commercial License (PCL)
7+ * Full copyright and license information is available in
8+ * LICENSE.md which is distributed with this source code.
9+ *
10+ * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
11+ * @license http://www.pimcore.org/license GPLv3 and PCL
12+ */
13+
14+
115var ActivityView = pimcore . registerNS ( "pimcore.plugin.customermanagementframework.ActivityView" ) ;
216
317ActivityView . config = {
Original file line number Diff line number Diff line change 1+ /**
2+ * Pimcore
3+ *
4+ * This source file is available under two different licenses:
5+ * - GNU General Public License version 3 (GPLv3)
6+ * - Pimcore Commercial License (PCL)
7+ * Full copyright and license information is available in
8+ * LICENSE.md which is distributed with this source code.
9+ *
10+ * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
11+ * @license http://www.pimcore.org/license GPLv3 and PCL
12+ */
13+
14+
115var CustomerView = pimcore . registerNS ( "pimcore.plugin.customermanagementframework.CustomerView" ) ;
216
317CustomerView . config = {
Original file line number Diff line number Diff line change 1+ /**
2+ * Pimcore
3+ *
4+ * This source file is available under two different licenses:
5+ * - GNU General Public License version 3 (GPLv3)
6+ * - Pimcore Commercial License (PCL)
7+ * Full copyright and license information is available in
8+ * LICENSE.md which is distributed with this source code.
9+ *
10+ * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
11+ * @license http://www.pimcore.org/license GPLv3 and PCL
12+ */
13+
14+
115$ ( function ( ) {
216 var customerExporter = {
317 init : function ( ) {
Original file line number Diff line number Diff line change 1+ /**
2+ * Pimcore
3+ *
4+ * This source file is available under two different licenses:
5+ * - GNU General Public License version 3 (GPLv3)
6+ * - Pimcore Commercial License (PCL)
7+ * Full copyright and license information is available in
8+ * LICENSE.md which is distributed with this source code.
9+ *
10+ * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
11+ * @license http://www.pimcore.org/license GPLv3 and PCL
12+ */
13+
14+
115$ ( function ( ) {
216
317 var clipboard = new Clipboard ( '.js-copy-to-clipboard' ) ;
Original file line number Diff line number Diff line change 1+ /**
2+ * Pimcore
3+ *
4+ * This source file is available under two different licenses:
5+ * - GNU General Public License version 3 (GPLv3)
6+ * - Pimcore Commercial License (PCL)
7+ * Full copyright and license information is available in
8+ * LICENSE.md which is distributed with this source code.
9+ *
10+ * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
11+ * @license http://www.pimcore.org/license GPLv3 and PCL
12+ */
13+
14+
115pimcore . registerNS ( "pimcore.document.newsletters.addressSourceAdapters.SegmentAddressSource" ) ;
216pimcore . document . newsletters . addressSourceAdapters . SegmentAddressSource = Class . create ( {
317 initialize : function ( document , data ) {
Original file line number Diff line number Diff line change 1+ /**
2+ * Pimcore
3+ *
4+ * This source file is available under two different licenses:
5+ * - GNU General Public License version 3 (GPLv3)
6+ * - Pimcore Commercial License (PCL)
7+ * Full copyright and license information is available in
8+ * LICENSE.md which is distributed with this source code.
9+ *
10+ * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
11+ * @license http://www.pimcore.org/license GPLv3 and PCL
12+ */
13+
14+
115pimcore . registerNS ( "pimcore.plugin.customermanagementframework.segmentAssignmentTab" ) ;
216
317pimcore . plugin . customermanagementframework . segmentAssignmentTab = Class . create ( {
Original file line number Diff line number Diff line change 1+ /**
2+ * Pimcore
3+ *
4+ * This source file is available under two different licenses:
5+ * - GNU General Public License version 3 (GPLv3)
6+ * - Pimcore Commercial License (PCL)
7+ * Full copyright and license information is available in
8+ * LICENSE.md which is distributed with this source code.
9+ *
10+ * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
11+ * @license http://www.pimcore.org/license GPLv3 and PCL
12+ */
13+
14+
115pimcore . registerNS ( 'pimcore.plugin.customermanagementframework.webserviceConfigurationView' ) ;
216pimcore . plugin . customermanagementframework . webserviceConfigurationView = Class . create ( {
317
Original file line number Diff line number Diff line change 1+ /**
2+ * Pimcore
3+ *
4+ * This source file is available under two different licenses:
5+ * - GNU General Public License version 3 (GPLv3)
6+ * - Pimcore Commercial License (PCL)
7+ * Full copyright and license information is available in
8+ * LICENSE.md which is distributed with this source code.
9+ *
10+ * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
11+ * @license http://www.pimcore.org/license GPLv3 and PCL
12+ */
13+
14+
115/**
216 * trigger TYPES
317 */
Original file line number Diff line number Diff line change 1+ /**
2+ * Pimcore
3+ *
4+ * This source file is available under two different licenses:
5+ * - GNU General Public License version 3 (GPLv3)
6+ * - Pimcore Commercial License (PCL)
7+ * Full copyright and license information is available in
8+ * LICENSE.md which is distributed with this source code.
9+ *
10+ * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
11+ * @license http://www.pimcore.org/license GPLv3 and PCL
12+ */
13+
14+
115/**
216 * trigger TYPES
317 */
You can’t perform that action at this time.
0 commit comments