~ubuntu-branches/ubuntu/precise/xulrunner-1.9/precise

« back to all changes in this revision

Viewing changes to mozilla/extensions/cck/browser/resources/content/cckwizard/cckwizard.xul

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-03-05 17:19:38 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20090305171938-em56xsox7j2mfqdq
Tags: 1.9.0.7+nobinonly-0ubuntu1
* security/stability v1.9.0.7 (FIREFOX_3_0_7_RELEASE)
  - USN-728-1
* bump required soft-depends on nspr to >= 4.7.3
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
<?xml-stylesheet href="chrome://cckwizard/content/ccklist.css" type="text/css"?>
45
45
 
46
46
<wizard id="example-window" title="&cckWizard.title;"
47
 
  height="550"
48
 
  width="640"
 
47
  height="600"
 
48
  width="700"
49
49
  onwizardcancel="return CloseCCKWizard();"
50
50
  onwizardfinish="CreateCCK();"
51
51
  onload="OpenCCKWizard();"
55
55
  <script src="chrome://cckwizard/content/search.js"/>
56
56
  <script type="application/x-javascript"   
57
57
  src="chrome://global/content/dialogOverlay.js" />
 
58
<script type="application/javascript" src="chrome://global/content/contentAreaUtils.js"/>
58
59
 
59
60
  <wizardpage onpageshow="document.getElementById('example-window').canAdvance = true;">
60
61
    <description>&cckWizard.description;</description>
84
85
   </groupbox>
85
86
   <vbox>
86
87
  
87
 
    <description>&zipLocation.label;</description>
 
88
    <description id="zipLocationLabel">&zipLocation.label;</description>
88
89
 
89
90
         <hbox align="center">
90
91
           <textbox flex="1" id="zipLocation"/>
91
 
           <button label="&chooseFile.label;" oncommand="choosefile('zipLocation');"/>
 
92
           <button id="zipLocationButton" label="&chooseFile.label;" oncommand="choosefile('zipLocation');"/>
92
93
         </hbox>
93
94
  </vbox>
94
95
 </wizardpage>
102
103
       <column flex="1"/>
103
104
     </columns>
104
105
     <rows>
105
 
       <row align="center" flex="1">
 
106
       <row align="center">
106
107
         <vbox align="right">
107
108
           <label control="id" pack="end">&id.label;</label>
108
109
         </vbox>
152
153
       </row>
153
154
       <row align="center">
154
155
         <vbox align="right">
 
156
           <label control="updateKey">&updateKey.label;</label>
 
157
         </vbox>
 
158
         <textbox id="updateKey"/>
 
159
       </row>
 
160
       <row align="center">
 
161
         <vbox align="right">
 
162
           <label/>
 
163
         </vbox>
 
164
         <label>&updateKey.description;</label>
 
165
       </row>
 
166
       <row align="center">
 
167
         <vbox align="right">
 
168
           <label/>
 
169
         </vbox>
 
170
         <label hef="http://www.yahoo.com"
 
171
                onclick="openURL('http://developer.mozilla.org/en/docs/Extension_Versioning,_Update_and_Compatibility');"
 
172
                class="text-link">(http://developer.mozilla.org/en/docs/Extension_Versioning,_Update_and_Compatibility)</label>
 
173
       </row>
 
174
       <row align="center">
 
175
         <vbox align="right">
155
176
           <label control="iconURL">&icon.label;</label>
156
177
         </vbox>
157
178
         <hbox align="center">
299
320
  <wizardpage label="&customizePartFour.label;">  
300
321
    <groupbox>
301
322
      <caption label="&allowedSites.caption;"/>
302
 
        <description control="PopupAllowedSites">&popupAllowedSites.label;</description>
303
 
        <vbox>
 
323
      <description control="PopupAllowedSites">&popupAllowedSites.label;</description>
 
324
      <vbox>
304
325
        <textbox id="PopupAllowedSites" flex="1"/>
305
 
        </vbox>
306
 
        <description control="InstallAllowedSites">&installAllowedSites.label;</description>
307
 
        <vbox>
 
326
      </vbox>
 
327
      <description control="InstallAllowedSites">&installAllowedSites.label;</description>
 
328
      <vbox>
308
329
        <textbox id="InstallAllowedSites" flex="1"/>
309
 
        </vbox>
 
330
      </vbox>
 
331
      <description control="CookieAllowedSites">&cookieAllowedSites.label;</description>
 
332
      <vbox>
 
333
        <textbox id="CookieAllowedSites" flex="1"/>
 
334
      </vbox>
 
335
    </groupbox>
 
336
    <groupbox>
 
337
      <caption label="&deniedSites.caption;"/>
 
338
      <description control="PopupDeniedSites">&popupDeniedSites.label;</description>
 
339
      <vbox>
 
340
        <textbox id="PopupDeniedSites" flex="1"/>
 
341
      </vbox>
 
342
      <description control="InstallDeniedSites">&installDeniedSites.label;</description>
 
343
      <vbox>
 
344
        <textbox id="InstallDeniedSites" flex="1"/>
 
345
      </vbox>
 
346
      <description control="CookieDeniedSites">&cookieDeniedSites.label;</description>
 
347
      <vbox>
 
348
        <textbox id="CookieDeniedSites" flex="1"/>
 
349
      </vbox>
310
350
    </groupbox>
311
351
  </wizardpage>
312
352