Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://editor/locale/EditorPublish.dtd">
<dialog title="&windowTitleSettings.label;"
id="publishSettingsDlg"
onload="Startup()"
buttons="accept,cancel">
<!-- Methods common to all editor dialogs -->
<spacer id="location" offsetY="50" persist="offsetX offsetY"/>
<hbox id="SettingsPanel">
<groupbox align="center">
<label class="header">&publishSites.label;</label>
<!-- XXX: If tree isn't wrapped in vbox, it appears BELOW next vbox -->
<vbox flex="1">
<listbox rows="4" id="SiteList" flex="1" onselect="SelectSiteList();"/>
</vbox>
<hbox pack="center">
<vbox>
<button id="NewSiteButton" label="&newSiteButton.label;"
accesskey="&newSiteButton.accesskey;" oncommand="AddNewSite();"/>
<button id="SetDefaultButton" label="&setDefaultButton.label;"
accesskey="&setDefaultButton.accesskey;" oncommand="SetDefault();"/>
<button id="RemoveSiteButton" label="&removeButton.label;"
accesskey="&removeButton.accesskey;" oncommand="RemoveSite();"/>
</vbox>
</hbox>
</groupbox>
<!-- from EditorPublishOverlay.xhtml -->
<vbox id="PublishSettingsInputs"/>
</hbox>
<spacer class="spacer"/>
</dialog>