[prefwindow] smartupdate panel tidy-up

This commit is contained in:
rgoodger%ihug.co.nz 2000-01-08 11:21:33 +00:00
parent dde10ea287
commit e91be729fa

View File

@ -17,35 +17,43 @@
</box> </box>
<html:fieldset style="width: 100%;"> <html:fieldset style="width: 100%;">
<html:div> <html:div class="hspace-both">
<html:input type="checkbox" id="XPInstallEnabled" <html:input type="checkbox" id="XPInstallEnabled"
pref="true" preftype="bool" prefstring="xpinstall.enabled" /> pref="true" preftype="bool" prefstring="xpinstall.enabled" />
<html:label for="XPInstallEnabled">&enableSU.label;</html:label> <html:label for="XPInstallEnabled">&enableSU.label;</html:label>
</html:div> </html:div>
<html:div> <html:div class="hspace-both">
<html:input type="checkbox" id="XPInstallNotificationsEnabled" <html:input type="checkbox" id="XPInstallNotificationsEnabled"
pref="true" preftype="bool" prefstring="xpinstall.notifications.enabled"/> pref="true" preftype="bool" prefstring="xpinstall.notifications.enabled"/>
<html:label for="XPInstallNotificationsEnabled">&enableNotification.label;</html:label> <html:label for="XPInstallNotificationsEnabled">&enableNotification.label;</html:label>
</html:div> </html:div>
<html:div> <html:div class="hspace-both">
<html:input type="checkbox" id="XPInstallManualConfirm" <html:input type="checkbox" id="XPInstallManualConfirm"
pref="true" preftype="bool" prefstring="xpinstall.manual_confirm"/> pref="true" preftype="bool" prefstring="xpinstall.manual_confirm"/>
<html:label for="XPInstallManualConfirm">&requireConfirmation.label;</html:label> <html:label for="XPInstallManualConfirm">&requireConfirmation.label;</html:label>
</html:div> </html:div>
</html:fieldset> </html:fieldset>
<html:fieldset style="width: 100%;"> <html:fieldset style="width: 100%; height: 100%">
<html:div>&selectUninstall.label;</html:div> <html:div class="hspace-both">&selectUninstall.label;</html:div>
<spring style="height: 10px;"/> <box class="hspace-both vspace" align="horizontal" flex="100%" style="width: 93%; height: 100%">
<html:select id="smartUpdatePackages" style="width: 100%; height: 100%" flex="100%" size="4"> <tree id="smartUpdatePackages" class="inset" flex="100%" style="height: 40%;">
<html:option/> <treecol/>
</html:select> <treechildren>
<spring flex="15%"/> <treeitem>
<box align="horizontal" style="width: 100%"> <treerow>
<spring flex="100%"/> <treeitem/>
</treerow>
</treeitem>
</treechildren>
</tree>
<spring flex="5%"/>
<box align="vertical">
<titledbutton class="dialog push" id="pref:0:bool:smartupdate" value="&uninstallButton.label;"/> <titledbutton class="dialog push" id="pref:0:bool:smartupdate" value="&uninstallButton.label;"/>
<spring flex="100%"/>
</box> </box>
<spring style="height: 18px;"/> </box>
<spring style="height: 28px;"/>
</html:fieldset> </html:fieldset>
</window> </window>