~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/templates/distroseries-localdifferences.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-06 20:10:34 UTC
  • mfrom: (13851.2.3 ubuntu-font-787798)
  • Revision ID: launchpad@pqm.canonical.com-20110906201034-f56n10lcb3fzr5np
[r=bac][ui=sinzui][bug=787798] Use Google Web Fonts so Launchpad
        always displays in Ubuntu font

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                      upgrade view/actions/byname/field.actions.upgrade|nothing">
91
91
          <input class="button" type="submit" disabled="true"
92
92
              title="Please use a Javascript-enabled browser to sync packages."
93
 
              tal:condition="python:sync and sync.available"
 
93
              tal:condition="python:sync and sync.available()"
94
94
              tal:attributes="value sync/label;
95
95
                              name sync/__name__;
96
96
                              id sync/__name__;" />
97
97
          <input class="button" type="submit"
98
 
            tal:condition="python: upgrade and upgrade.available"
 
98
            tal:condition="python: upgrade and upgrade.available()"
99
99
            tal:attributes="value upgrade/label;
100
100
                            name upgrade/__name__;
101
101
                            id upgrade/__name__;" />