Mailinglist Archive: opensuse-autoinstall (47 mails)
| < Previous | Next > |
[opensuse-autoinstall] Would like to create a single frametitle around 2 questions with <ask>
- From: "Razi Khaja" <razi.khaja@xxxxxxxxx>
- Date: Wed, 14 Nov 2007 22:06:53 -0500
- Message-id: <62e9dabc0711141906td7cff89o2048d131dc617c0e@xxxxxxxxxxxxxx>
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |