Fix some site configuration bugs

- some config templates had vertical size set too small resulting in unwanted scrollbars
- fix load loop in tracker site config due to missing tracker select option
This commit is contained in:
nathan 2022-11-02 10:49:48 -06:00
parent ad34029932
commit b9f585d9b0

View File

@ -94,22 +94,16 @@
<htmlarea id="notification[message]" height="180px" width="100%" toolbar="false" span="all"/> <htmlarea id="notification[message]" height="180px" width="100%" toolbar="false" span="all"/>
</row> </row>
<row> <row>
<description value="Full list of placeholder names" href="infolog.infolog_merge.show_replacements" extra_link_target="_blank"/> <description value="Full list of placeholder names" href="infolog.infolog_merge.show_replacements"
extra_link_target="_blank"/>
<description/> <description/>
</row> </row>
</rows> </rows>
</grid> </grid>
</template> </template>
<template id="infolog.config" template="" lang="" group="0" version="1.9.001"> <template id="infolog.config" template="" lang="" group="0" version="1.9.001">
<grid width="100%"> <vbox>
<columns>
<column width="100%"/>
</columns>
<rows>
<row>
<description id="msg" span="all" class="message"/> <description id="msg" span="all" class="message"/>
</row>
<row valign="top" height="350px">
<tabbox id="configuration|notification"> <tabbox id="configuration|notification">
<tabs> <tabs>
<tab id="configuration" label="Configuration"/> <tab id="configuration" label="Configuration"/>
@ -120,18 +114,15 @@
<template id="infolog.config.notification"/> <template id="infolog.config.notification"/>
</tabpanels> </tabpanels>
</tabbox> </tabbox>
</row> <hbox class="dialogFooterToolbar">
<row> <button statustext="Save the changes made" label="Save" id="save"/>
<hbox span="all"> <button statustext="apply the changes" label="Apply" id="apply"/>
<button label="Save" id="button[save]"/> <button statustext="Exit without saving" label="Cancel" id="cancel"/>
<button label="Apply" id="button[apply]"/>
<button label="Cancel" id="button[cancel]"/>
</hbox> </hbox>
</row> </vbox>
</rows>
</grid>
<styles>select { <styles>select {
min-width: 30em; min-width: 30em;
}</styles> }
</styles>
</template> </template>
</overlay> </overlay>