[prefwindow] smartupdate panel tidy-up

This commit is contained in:
rgoodger%ihug.co.nz 2006-05-17 02:22:58 +00:00
parent ae2ebbb5d6
commit b96d551342

View File

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