mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
70 lines
2.2 KiB
XML
70 lines
2.2 KiB
XML
<xml>
|
|
<head>
|
|
<link role="stringprops" href="Labels.properties"/>
|
|
</head>
|
|
<body>
|
|
<dialog id="editHost" title="$editHostLabel">
|
|
<panel layout="gridbag">
|
|
<input type="radio" ID="imapRadio" title="$imapLabel" value="imapRadio"
|
|
group="proto"
|
|
weightx="1" fill="horizontal" insets="[5,5,5,5]"/>
|
|
|
|
<input type="radio" ID="popRadio" title="$popLabel" value="popRadio"
|
|
group="proto"
|
|
weightx="1" fill="horizontal" insets="[5,5,5,5]"/>
|
|
|
|
<input type="radio" ID="otherRadio" title="$otherPrompt" value="otherRadio"
|
|
group="proto"
|
|
weightx="1" fill="horizontal" insets="[5,5,5,5]"/>
|
|
|
|
<input type="text" ID="otherField" value="otherField" columns="6"
|
|
weightx="1" fill="horizontal" gridwidth="remainder" insets="[5,0,5,5]"/>
|
|
|
|
<label title="$hostPrompt" align="right"
|
|
weightx="1" fill="horizontal" insets="[0,5,5,0]"/>
|
|
|
|
<input type="text" ID="hostField" value="hostField"
|
|
weightx="1" fill="horizontal" gridwidth="remainder" insets="[0,0,5,5]"/>
|
|
|
|
<label title="$userPrompt" align="right"
|
|
weightx="1" fill="horizontal" insets="[0,5,5,0]"/>
|
|
|
|
<input type="text" ID="userField" value="userField"
|
|
weightx="1" fill="horizontal" gridwidth="remainder" insets="[0,0,5,5]"/>
|
|
</panel>
|
|
</dialog>
|
|
|
|
<dialog id="newFolderDialog" title="$newFolderDialogLabel">
|
|
<panel layout="gridbag">
|
|
<label title="$parentPrompt"
|
|
weightx="1" gridwidth="1" insets="[5,5,5,5]"/>
|
|
<input type="custom" ID="folderCombo"
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
insets="[5,0,5,5]"/>
|
|
<label title="$namePrompt"
|
|
weightx="1" gridwidth="1" insets="[0,5,5,5]"/>
|
|
<input type="text" id="nameField" value="nameField"
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
insets="[0,0,5,5]"/>
|
|
</panel>
|
|
</dialog>
|
|
|
|
<dialog id="exceptionDialog" title="$exceptionDialogLabel">
|
|
<panel layout="gridbag">
|
|
<label title="$errorOccurredLabel"
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
insets="[5,5,5,5]"/>
|
|
<label title="$exceptionLabel"
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
insets="[0,5,5,5]"/>
|
|
<input type="button" ID="okButton" command="ok"
|
|
weightx="0" insets="[0,5,5,5]"/>
|
|
</panel>
|
|
</dialog>
|
|
|
|
</body>
|
|
</xml>
|
|
|
|
|
|
|