Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
cf6dd76aa9
|
|||
0213f2e6b3
|
@ -48,15 +48,8 @@
|
|||||||
[{/strip}][{/capture}]
|
[{/strip}][{/capture}]
|
||||||
[{oxscript add=$smarty.capture.d3script}]
|
[{oxscript add=$smarty.capture.d3script}]
|
||||||
|
|
||||||
<form name="myedit" id="myedit" action="[{$oViewConf->getSelfLink()}]" method="post" style="padding: 0;margin: 0;height:0;">
|
[{assign var="groups" value=$oView->getGroups()}]
|
||||||
[{$oViewConf->getHiddenSid()}]
|
[{if $groups|@count}]
|
||||||
<input type="hidden" name="cl" value="[{$oViewConf->getActiveClassName()}]">
|
|
||||||
<input type="hidden" name="fnc" value="runTask">
|
|
||||||
<input type="hidden" name="taskid" id="taskid" value="">
|
|
||||||
<input type="hidden" name="format" id="format" value="CSV">
|
|
||||||
|
|
||||||
[{assign var="groups" value=$oView->getGroups()}]
|
|
||||||
[{if $groups|@count}]
|
|
||||||
<div id="accordion">
|
<div id="accordion">
|
||||||
[{foreach from=$oView->getGroups() item="group"}]
|
[{foreach from=$oView->getGroups() item="group"}]
|
||||||
<div class="card mb-2">
|
<div class="card mb-2">
|
||||||
@ -78,6 +71,15 @@
|
|||||||
[{$item->getTitle()}]
|
[{$item->getTitle()}]
|
||||||
</h5>
|
</h5>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
|
||||||
|
<form name="myedit" id="myedit" action="[{$oViewConf->getSelfLink()}]" method="post">
|
||||||
|
[{$oViewConf->getHiddenSid()}]
|
||||||
|
<input type="hidden" name="cl" value="[{$oViewConf->getActiveClassName()}]">
|
||||||
|
<input type="hidden" name="fnc" value="runTask">
|
||||||
|
<input type="hidden" name="taskid" id="taskid" value="">
|
||||||
|
<input type="hidden" name="format" id="format" value="CSV">
|
||||||
|
|
||||||
|
|
||||||
[{if $item->getDescription()}]
|
[{if $item->getDescription()}]
|
||||||
[{assign var="description" value=$item->getDescription()}]
|
[{assign var="description" value=$item->getDescription()}]
|
||||||
[{assign var="sectionlength" value="100"}]
|
[{assign var="sectionlength" value="100"}]
|
||||||
@ -104,6 +106,9 @@
|
|||||||
[{block name="exportSubmit"}]
|
[{block name="exportSubmit"}]
|
||||||
[{include file=$submit}]
|
[{include file=$submit}]
|
||||||
[{/block}]
|
[{/block}]
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -117,12 +122,11 @@
|
|||||||
|
|
||||||
[{/foreach}]
|
[{/foreach}]
|
||||||
</div>
|
</div>
|
||||||
[{else}]
|
[{else}]
|
||||||
<div class="alert alert-primary" role="alert">
|
<div class="alert alert-primary" role="alert">
|
||||||
[{oxmultilang ident=$d3dw_noitemmessageid}]
|
[{oxmultilang ident=$d3dw_noitemmessageid}]
|
||||||
</div>
|
</div>
|
||||||
[{/if}]
|
[{/if}]
|
||||||
</form>
|
|
||||||
|
|
||||||
<div id="mask" class=""></div>
|
<div id="mask" class=""></div>
|
||||||
<div id="popup2" class="d3loader-2">
|
<div id="popup2" class="d3loader-2">
|
||||||
|
@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased](https://git.d3data.de/D3Public/DataWizard/compare/2.1.1.0...rel_2.x)
|
## [Unreleased](https://git.d3data.de/D3Public/DataWizard/compare/2.1.1.1...rel_2.x)
|
||||||
|
|
||||||
|
## [2.1.1.0](https://git.d3data.de/D3Public/DataWizard/compare/2.1.1.0...2.1.1.1) - 2023-03-22
|
||||||
|
### Fixed
|
||||||
|
- wrong cascaded HTML elements
|
||||||
|
|
||||||
## [2.1.1.0](https://git.d3data.de/D3Public/DataWizard/compare/2.1.0.0...2.1.1.0) - 2022-12-24
|
## [2.1.1.0](https://git.d3data.de/D3Public/DataWizard/compare/2.1.0.0...2.1.1.0) - 2022-12-24
|
||||||
### Added
|
### Added
|
||||||
|
@ -32,7 +32,7 @@ $aModule = [
|
|||||||
'en' => '',
|
'en' => '',
|
||||||
],
|
],
|
||||||
'thumbnail' => '',
|
'thumbnail' => '',
|
||||||
'version' => '2.1.1.0',
|
'version' => '2.1.1.1',
|
||||||
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
||||||
'email' => 'support@shopmodule.com',
|
'email' => 'support@shopmodule.com',
|
||||||
'url' => 'https://www.oxidmodule.com/',
|
'url' => 'https://www.oxidmodule.com/',
|
||||||
|
Reference in New Issue
Block a user