~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-proposed

« back to all changes in this revision

Viewing changes to mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2011-09-12 16:45:28 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: package-import@ubuntu.com-20110912164528-o0d622iw1hsc50w5
Tags: 1.0~b6+build2-0ubuntu1
* New upstream release from the beta channel (CALENDAR_1_0b6_BUILD2)

* Drop obsolete patch
  - remove debian/patches/03_maxversion.patch
  - update debian/patches/series
* Refresh patches
  - update debian/patches/02_fix_system_libxul_build.patch
* Include the files containing the mail/suite version numbers in the tarball,
  as they're used to populate the version requirements in the install.rdf
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    </resources>
15
15
 
16
16
    <content sizetopopup="pref">
 
17
      <children includes="menupopup"/>
 
18
 
17
19
      <xul:hbox class="autocomplete-textbox-container" flex="1" align="center">
18
20
        <children includes="image|deck|stack|box">
19
21
          <xul:image class="autocomplete-icon" allowevents="true"/>
22
24
        <xul:hbox class="textbox-input-box" flex="1" xbl:inherits="context,tooltiptext=inputtooltiptext">
23
25
          <children/>
24
26
          <html:input anonid="input" class="autocomplete-textbox textbox-input"
25
 
                      flex="1" allowevents="true"
 
27
                      allowevents="true"
26
28
                      xbl:inherits="tooltiptext=inputtooltiptext,onfocus,onblur,value,type,maxlength,disabled,size,readonly,placeholder,tabindex,accesskey,mozactionhint,userAction"/>
27
29
        </xul:hbox>
28
30
        <children includes="hbox"/>