toolkit/mozapps/update/content/history.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/mozapps/update/content/history.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,40 @@
     1.4 +<?xml version="1.0"?>
     1.5 +
     1.6 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.7 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.8 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.9 +
    1.10 +<!DOCTYPE dialog [
    1.11 +<!ENTITY % historyDTD SYSTEM "chrome://mozapps/locale/update/history.dtd">
    1.12 +<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
    1.13 +%historyDTD;
    1.14 +%brandDTD;
    1.15 +]>
    1.16 +
    1.17 +<?xml-stylesheet href="chrome://global/skin/"?>
    1.18 +<?xml-stylesheet href="chrome://mozapps/content/update/updates.css"?>
    1.19 +<?xml-stylesheet href="chrome://mozapps/skin/update/updates.css"?>
    1.20 +
    1.21 +<dialog id="history" windowtype="Update:History"
    1.22 +        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
    1.23 +        style="width: 35em;"
    1.24 +        buttons="cancel"
    1.25 +        defaultButton="cancel"
    1.26 +        buttonlabelcancel="&closebutton.label;"
    1.27 +        title="&history.title;"
    1.28 +        onload="gUpdateHistory.onLoad();">
    1.29 +
    1.30 +  <script type="application/javascript" 
    1.31 +          src="chrome://mozapps/content/update/history.js"/>
    1.32 +          
    1.33 +  <stringbundle id="updateBundle" 
    1.34 +                src="chrome://mozapps/locale/update/updates.properties"/>
    1.35 +  
    1.36 +  <label>&history.intro;</label>
    1.37 +  <separator class="thin"/>
    1.38 +  <richlistbox id="historyItems" flex="1">
    1.39 +    <label>&noupdates.label;</label>
    1.40 +  </richlistbox>
    1.41 +  <separator class="thin"/>
    1.42 +</dialog>
    1.43 +

mercurial