Importexport: Make wizard bigger

This commit is contained in:
nathan 2022-11-01 11:54:02 -06:00
parent 75c07334df
commit 8601f274ef
2 changed files with 33 additions and 33 deletions

View File

@ -207,7 +207,7 @@ class importexport_definitions_ui
'default' => true,
'allowOnMultiple' => false,
'url' => 'menuaction=importexport.importexport_definitions_ui.edit&definition=$id',
'popup' => '500x500',
'popup' => '1000x600',
'group' => $group,
),
'add' => array(

View File

@ -3,7 +3,7 @@
<!-- $Id$ -->
<overlay>
<template id="importexport.wizardbox" template="" lang="" group="0" version="0.0.2">
<grid width="100%" height="400">
<grid width="100%" height="600">
<columns>
<column width="100%"/>
</columns>
@ -32,9 +32,9 @@
</grid>
<styles>
.wizard_content {
height: 345px;
height: 330px;
width: 100%;
max-height:345px;
max-height:330px;
overflow:auto;
}
</styles>