~ubuntu-branches/ubuntu/maverick/adblock-plus/maverick-updates

« back to all changes in this revision

Viewing changes to chrome/content/ui/composer.xul

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-05-04 14:45:07 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20100504144507-3419mba2341luamh
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
   -
18
18
   - The Initial Developer of the Original Code is
19
19
   - Wladimir Palant.
20
 
   - Portions created by the Initial Developer are Copyright (C) 2006-2009
 
20
   - Portions created by the Initial Developer are Copyright (C) 2006-2010
21
21
   - the Initial Developer. All Rights Reserved.
22
22
   -
23
23
   - Contributor(s):
53
53
    <tooltip id="domainRestrictionHelp" label="&domainRestriction.help;"/>
54
54
  </popupset>
55
55
 
56
 
  <description id="disabledWarning" hidden="true">
57
 
    &disabled.warning.beforeLink;<label class="text-link" value="&disabled.warning.link;" onclick="doEnable()"/>&disabled.warning.afterLink;
 
56
  <description id="disabledWarning" hidden="true" textTemplate="&disabled.warning;">
 
57
    <label class="text-link" onclick="doEnable()"/>
58
58
  </description>
59
59
 
60
 
  <description id="groupDisabledWarning" textTemplate="&groupDisabled.warning.beforeLink;" hidden="true">
61
 
    dummy <label class="text-link" value="&groupDisabled.warning.link;" onclick="enableSubscription(this.parentNode.subscription)"/>&groupDisabled.warning.afterLink;
 
60
  <description id="groupDisabledWarning" textTemplate="&groupDisabled.warning;" hidden="true">
 
61
    <label class="text-link" onclick="enableSubscription(this.parentNode.subscription)"/>
62
62
  </description>
63
63
 
64
64
  <hbox id="filterBox" align="center">
84
84
          <textbox id="customPattern" flex="1" oninput="updateCustomPattern()"/>
85
85
        </hbox>
86
86
      </radiogroup>
87
 
      <hbox id="anchorGroup" pack="start" align="center">
 
87
      <hbox id="anchorGroup" pack="start" align="baseline">
88
88
        <label value="&anchors.label;"/>
89
 
        <checkbox id="anchorStart" labelRegular="&anchor.start.label;" accesskeyRegular="&anchor.start.accesskey;"
90
 
                                   labelFlexible="&anchor.start.flexible.label;" accesskeyFlexible="&anchor.start.flexible.accesskey;"
91
 
                                   oncommand="updateFilter()"/>
92
 
        <checkbox id="anchorEnd" label="&anchor.end.label;" accesskey="&anchor.end.accesskey;" oncommand="updateFilter()"/>
 
89
        <description flex="1" style="margin: 0; padding: 0;">
 
90
          <checkbox id="anchorStart" labelRegular="&anchor.start.label;" accesskeyRegular="&anchor.start.accesskey;"
 
91
                                     labelFlexible="&anchor.start.flexible.label;" accesskeyFlexible="&anchor.start.flexible.accesskey;"
 
92
                                     oncommand="updateFilter()"/>
 
93
          <checkbox id="anchorEnd" label="&anchor.end.label;" accesskey="&anchor.end.accesskey;" oncommand="updateFilter()"/>
 
94
        </description>
93
95
      </hbox>
94
96
    </groupbox>
95
97
    <groupbox id="options">