summaryrefslogtreecommitdiffstats
path: root/content/manager/support-wizard/support-wizard.xhtml
blob: ce7ea273dec38c945289f750d1ba821bfe94f186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>

<window
  width="500"
  height="600"
  onload="tbSyncAccountManager.initSupportWizard();"
  xmlns:html="http://www.w3.org/1999/xhtml"
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <linkset>
    <html:link rel="localization" href="toolkit/global/wizard.ftl"/>
  </linkset>
  
  <wizard 
    id="SupportWizard" 
    title="__TBSYNCMSG_supportwizard.title__">
     
    <wizardpage onFirstPage="true" label="__TBSYNCMSG_supportwizard.pagetitle__">
      <label value="__TBSYNCMSG_supportwizard.label.faultycomponent__"/>
      <menulist id="tbsync.supportwizard.faultycomponent.menulist">
        <menupopup id="tbsync.supportwizard.faultycomponent">
          <menuitem hidden="true" selected="true" label="__TBSYNCMSG_supportwizard.label.selectcomponent__" value="" />
          <menuitem label="__TBSYNCMSG_manager.title__" value="core" />
        </menupopup>
      </menulist>    

      <label style="margin-top:1em" value="__TBSYNCMSG_supportwizard.label.summary__"/>
     <html:input id="tbsync.supportwizard.summary" oninput="tbSyncAccountManager.checkSupportWizard()" />
    
     <label style="margin-top:1em" value="__TBSYNCMSG_supportwizard.label.description__"/>
     <html:textarea rows="15" style="margin-left: 1ex;" id="tbsync.supportwizard.description" />

     <description style="margin-top:1em">
      __TBSYNCMSG_supportwizard.footer__
     </description>  
    </wizardpage>

  </wizard>

  <script type="text/javascript" src="chrome://tbsync/content/manager/accountManager.js" /> 
  <script type="text/javascript" src="chrome://tbsync/content/scripts/locales.js" /> 

</window>