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
<?php | |
namespace My\Extension\Command; | |
/*************************************************************** | |
* | |
* Copyright notice | |
* | |
* (c) 2017 Robert Böttner <robert@boettner.it>, boettner.it - Informationstechnologie | |
* |
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
<?php | |
/** | |
* @copyright Copyright (c) Metaways Infosystems GmbH, 2013 | |
* @license LGPLv3, http://opensource.org/licenses/LGPL-3.0 | |
* @package MShop | |
* @subpackage Service | |
*/ | |
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
<div xmlns="http://www.w3.org/1999/xhtml" lang="en" | |
xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers" | |
xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers" | |
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"> | |
<f:layout name="Page"/> | |
<f:section name="Configuration"> | |
<flux:form id="projectmap" label="Projektkarte"> | |
<flux:field.select name="settings.background" label="LLL:field.page.background" |
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
<div xmlns="http://www.w3.org/1999/xhtml" lang="en" | |
xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers" | |
xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers" | |
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"> | |
<f:layout name="Page"/> | |
<f:section name="Configuration"> | |
<flux:form id="shop" label="Shop" icon="{f:uri.resource(path: 'Backend/Icons/ShopPage.png')}"> | |
<flux:grid> |