<?xml version="1.0" encoding="UTF-8"?><!-- 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/. --><!DOCTYPE html><htmlxmlns="http://www.w3.org/1999/xhtml"xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"xmlns:html="http://www.w3.org/1999/xhtml"scrolling="false"><head><title><!-- category-new-label / category-edit-label --></title><metahttp-equiv="Content-Security-Policy"content="default-src chrome:; script-src chrome: 'unsafe-inline'; style-src chrome: 'unsafe-inline'"/><linkrel="stylesheet"href="chrome://global/skin/global.css"/><linkrel="localization"href="calendar/category-dialog.ftl"/><scriptdefer="defer"src="chrome://messenger/content/globalOverlay.js"></script><scriptdefer="defer"src="chrome://global/content/editMenuOverlay.js"></script><scriptdefer="defer"src="chrome://calendar/content/preferences/editCategory.js"></script></head><html:bodyxmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><dialogid="editCategory"buttons="accept,cancel"style="width: 100vw; height: 100vh"><labelid="categoryNameLabel"data-l10n-id="category-name-label"control="categoryName"/><html:inputid="categoryName"type="text"onchange="categoryNameChanged()"oninput="delay(500, categoryNameChanged)"aria-labelledby="categoryNameLabel"/><hboxid="colorSelectRow"><checkboxid="useColor"data-l10n-id="category-color-label"oncommand="toggleColor(); categoryNameChanged()"/><html:inputid="categoryColor"type="color"style="width: 64px; height: 23px"onclick="clickColor()"onchange="colorPickerChanged()"aria-labelledby="useColor"/></hbox></dialog></html:body></html>