2005-06-27 05:18:10 +04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
2012-06-25 22:14:43 +04:00
|
|
|
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
|
|
|
# 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/.
|
2005-06-27 05:18:10 +04:00
|
|
|
|
|
|
|
<!DOCTYPE dialog [
|
|
|
|
<!ENTITY % historyDTD SYSTEM "chrome://mozapps/locale/update/history.dtd">
|
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
|
|
|
%historyDTD;
|
|
|
|
%brandDTD;
|
|
|
|
]>
|
|
|
|
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/"?>
|
|
|
|
<?xml-stylesheet href="chrome://mozapps/content/update/updates.css"?>
|
2005-07-26 02:17:53 +04:00
|
|
|
<?xml-stylesheet href="chrome://mozapps/skin/update/updates.css"?>
|
2005-06-27 05:18:10 +04:00
|
|
|
|
2005-07-01 03:00:48 +04:00
|
|
|
<dialog id="history" windowtype="Update:History"
|
2005-06-27 05:18:10 +04:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
style="width: 35em;"
|
2005-10-30 20:16:17 +03:00
|
|
|
buttons="cancel"
|
|
|
|
defaultButton="cancel"
|
|
|
|
buttonlabelcancel="&closebutton.label;"
|
2005-06-27 05:18:10 +04:00
|
|
|
title="&history.title;"
|
|
|
|
onload="gUpdateHistory.onLoad();">
|
|
|
|
|
2007-05-23 22:08:10 +04:00
|
|
|
<script type="application/javascript"
|
2005-06-27 05:18:10 +04:00
|
|
|
src="chrome://mozapps/content/update/history.js"/>
|
|
|
|
|
|
|
|
<stringbundle id="updateBundle"
|
|
|
|
src="chrome://mozapps/locale/update/updates.properties"/>
|
|
|
|
|
|
|
|
<label>&history.intro;</label>
|
2005-06-28 07:27:42 +04:00
|
|
|
<separator class="thin"/>
|
|
|
|
<richlistbox id="historyItems" flex="1">
|
|
|
|
<label>&noupdates.label;</label>
|
|
|
|
</richlistbox>
|
|
|
|
<separator class="thin"/>
|
2005-06-27 05:18:10 +04:00
|
|
|
</dialog>
|
|
|
|
|