зеркало из https://github.com/mozilla/pjs.git
move to external dtd
This commit is contained in:
Родитель
a6da262f45
Коммит
d2a569b0e2
|
@ -1,31 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||||
<!DOCTYPE window
|
<!DOCTYPE window SYSTEM "chrome://editor/locale/EditorInsertTable.dtd">
|
||||||
[
|
|
||||||
|
|
||||||
<!-- These entity declarations will go into a separate, locale file at some point -->
|
|
||||||
<!-- Window title -->
|
|
||||||
<!ENTITY windowTitle.label "Insert Table">
|
|
||||||
|
|
||||||
<!ENTITY numRowsEditField.label "Number of rows">
|
|
||||||
<!ENTITY numColumnsEditField.label "Number of columns">
|
|
||||||
<!ENTITY widthEditField.label "Table Width">
|
|
||||||
<!ENTITY borderEditField.label "Border">
|
|
||||||
|
|
||||||
<!ENTITY alignmentFieldset.label "Alignment">
|
|
||||||
<!ENTITY leftPopup.value "Left">
|
|
||||||
<!ENTITY centerPopup.value "Center">
|
|
||||||
<!ENTITY rightPopup.value "Right">
|
|
||||||
|
|
||||||
<!ENTITY pixelsPopup.value "pixels">
|
|
||||||
<!ENTITY percentPopup.value "percent">
|
|
||||||
|
|
||||||
<!ENTITY OKButton.label "OK">
|
|
||||||
<!ENTITY CancelButton.label "Cancel">
|
|
||||||
<!ENTITY AdvancedEditButton.label "Advanced Edit...">
|
|
||||||
|
|
||||||
]>
|
|
||||||
|
|
||||||
<xul:window class="dialog" title="&windowTitle.label;"
|
<xul:window class="dialog" title="&windowTitle.label;"
|
||||||
xmlns:xul ="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns:xul ="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
|
|
|
@ -1,17 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||||
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
||||||
<!DOCTYPE window
|
<!DOCTYPE window SYSTEM "chrome://editor/locale/EdNamedAnchorProperties.dtd">
|
||||||
[
|
|
||||||
|
|
||||||
<!-- These entity declarations will go into a separate, locale file at some point -->
|
|
||||||
<!ENTITY windowTitle.label "Named Anchor Properties">
|
|
||||||
<!ENTITY anchorNameEditField.label "Anchor Name:">
|
|
||||||
<!ENTITY OKButton.label "OK">
|
|
||||||
<!ENTITY CancelButton.label "Cancel">
|
|
||||||
<!ENTITY moreButton.label "Advanced Edit...">
|
|
||||||
|
|
||||||
]>
|
|
||||||
|
|
||||||
<xul:window class="dialog" title="&windowTitle.label;"
|
<xul:window class="dialog" title="&windowTitle.label;"
|
||||||
xmlns:xul ="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns:xul ="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче