~salgado/launchpad/interactive-test-runner

« back to all changes in this revision

Viewing changes to lib/lp/app/templates/base-layout-macros.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-02-17 13:36:35 UTC
  • mfrom: (10234.4.17 all-upstream-links)
  • Revision ID: launchpad@pqm.canonical.com-20100217133635-swplzzwip4f2ssf1
[r=brac][ui=beuno][bug 512367,
        240759] Prioritise the distroseries packaging listing by projects
        that most need upstream contributor information. Added
        context/image:boolean tales rule to format objects as yes/no
        icons. Currently listening to M83 -- We Own the Sky.

Show diffs side-by-side

added added

removed removed

Lines of Context:
410
410
    condition="python: count != 1"
411
411
    replace="l_plural" />
412
412
</metal:plural-msg>
413
 
 
414
 
<metal:yes-no define-macro="yes-no">
415
 
  <span tal:condition="bool"
416
 
    class="sprite yes">&nbsp;<span class="invisible-link">yes</span></span>
417
 
  <span tal:condition="not: bool"
418
 
    class="sprite no">&nbsp;<span class="invisible-link">no</span></span>
419
 
</metal:yes-no>
420
413
</macros>