[opensuse-autoinstall] Would like to create a single frametitle around 2 questions with <ask>
Ive created a reference profile for my system using the Autoinstallation module in Yast2 and added the xml below in the <general> section. When running an installation using autoyast, a dialog appears showing 2 frametitles surrounding each question's textbox. How would one go about creating a single frametitle surrounding both questions? <ask-list config:type="list"> <ask> <stage>initial</stage> <title>My Server Customization</title> <dialog config:type="integer">1</dialog> <element config:type="integer">1</element> <frametitle>Hostname and Domain Name</frametitle> <help>1. Enter the hostname of the server. </help> <question>1. Hostname</question> <path>networking,dns,hostname</path> <default>test</default> </ask> <ask> <stage>initial</stage> <title>My Server Customization</title> <dialog config:type="integer">1</dialog> <element config:type="integer">2</element> <frametitle>Hostname and Domain Name</frametitle> <help>2. Enter the domain name of the server. </help> <question>2. Domain Name</question> <path>networking,dns,domain</path> <default>mydomain.com</default> </ask> </ask-list> -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hi,
Ive created a reference profile for my system using the Autoinstallation module in Yast2 and added the xml below in the <general> section. When running an installation using autoyast, a dialog appears showing 2 frametitles surrounding each question's textbox. How would one go about creating a single frametitle surrounding both questions?
that's not possible currently. I planned to implement it and it's still on my TODO but some more important things came in between. We will see that in future releases of AutoYaST ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
How would one go about creating a single frametitle surrounding both questions?
that's not possible currently. I planned to implement it and it's still on my TODO but some more important things came in between. We will see that in future releases of AutoYaST
Thanks for your response. I'll be looking forward to the enhancements in the future.
ciao, Uwe Gansert
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
Razi Khaja
-
Uwe Gansert