Merge branch 'develop' of https://github.com/Orange-Management/Modules into develop

This commit is contained in:
Dennis Eichhorn 2020-02-11 20:55:17 +01:00
commit cb1b94df7d

View File

@ -104,7 +104,7 @@ echo $this->getData('nav')->render(); ?>
<td><?= FormElementGenerator::generate($element, $this->request->getData($element['attributes']['name'] ?? '')); ?> <td><?= FormElementGenerator::generate($element, $this->request->getData($element['attributes']['name'] ?? '')); ?>
<?php endforeach; ?> <?php endforeach; ?>
<tr> <tr>
<td><a class="button" href="<?= UriFactory::build('{%}') ;?>&type={#iExport}&lang={#iLang}{#iUiSettings}"><?= $this->getHtml('Load'); ?></a> <td><a class="button" href="<?= UriFactory::build('{%}');?>&type={#iExport}&lang={#iLang}{#iUiSettings}"><?= $this->getHtml('Load'); ?></a>
</table> </table>
</form> </form>
</div> </div>