mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 22:13:31 +00:00
13 lines
466 B
XML
13 lines
466 B
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE overlay SYSTEM "chrome://lightning/locale/lightning.dtd" >
|
|
|
|
<?xml-stylesheet href="chrome://lightning/content/calendar-todo-list.css" type="text/css"?>
|
|
|
|
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<script type="application/x-javascript" src="chrome://lightning/content/todo-list.js"/>
|
|
<vbox id="todo-tab-panel" flex="1">
|
|
<calendar-todo-list id="calendar-todo-list" flex="1"/>
|
|
</vbox>
|
|
</overlay> |