Skip to content

Commit fcea68f

Browse files
committed
Activate datepicker
1 parent 872b150 commit fcea68f

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

content/complete.xul

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
3+
<?xml-stylesheet href="chrome://messenger/content/bindings.css" type="text/css"?>
34
<!DOCTYPE window SYSTEM "chrome://redthunderminebird/locale/application.dtd">
45

56
<window onload="onLoad();" title="&dialog-complete.title;" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

content/create.xul

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
3+
<?xml-stylesheet href="chrome://messenger/content/bindings.css" type="text/css"?>
34
<!DOCTYPE window SYSTEM "chrome://redthunderminebird/locale/application.dtd">
45

56
<window onload="onLoad();" title="&dialog-create.title;" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

content/input.xul

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
3+
<?xml-stylesheet href="chrome://messenger/content/bindings.css" type="text/css"?>
34
<!DOCTYPE window SYSTEM "chrome://redthunderminebird/locale/application.dtd">
45

56
<window onload="onLoad();" title="&options-basic.title;" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

content/options.xul

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
3+
<?xml-stylesheet href="chrome://messenger/content/bindings.css" type="text/css"?>
34
<!DOCTYPE window SYSTEM "chrome://redthunderminebird/locale/application.dtd">
45

56
<window onload="onLoad();" title="&options.title;" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

content/refer.xul

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
3+
<?xml-stylesheet href="chrome://messenger/content/bindings.css" type="text/css"?>
34
<!DOCTYPE window SYSTEM "chrome://redthunderminebird/locale/application.dtd">
45

56
<window onload="onLoad();" title="&dialog-refer.title;" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

content/update.xul

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
3+
<?xml-stylesheet href="chrome://messenger/content/bindings.css" type="text/css"?>
34
<!DOCTYPE window SYSTEM "chrome://redthunderminebird/locale/application.dtd">
45

56
<window onload="onLoad();" title="&dialog-update.title;" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

0 commit comments

Comments
 (0)