~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/templates/archive-macros.pt

  • Committer: Julian Edwards
  • Date: 2011-07-28 20:46:18 UTC
  • mfrom: (13553 devel)
  • mto: This revision was merged to the branch mainline in revision 13555.
  • Revision ID: julian.edwards@canonical.com-20110728204618-tivj2wx2oa9s32bx
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  </tal:comment>
11
11
 
12
12
<script type="text/javascript">
13
 
LPS.use('node', 'io-base', 'lp.anim', 'lp.soyuz.base',
 
13
LPS.use('node', 'io-base', 'lazr.anim', 'lp.soyuz.base',
14
14
        'lp.app.widgets.expander', function(Y) {
15
15
 
16
16
 
24
24
 
25
25
    args.expander.receive(failure_message);
26
26
 
27
 
    var anim = Y.lp.anim.red_flash({
 
27
    var anim = Y.lazr.anim.red_flash({
28
28
        node: args.expander.content_node
29
29
        });
30
30
    anim.run();
130
130
      <thead>
131
131
        <tr class="archive_package_row">
132
132
        <th colspan="2">Source</th>
133
 
        <th tal:condition="context/owner/is_team">Uploader</th>
 
133
        <th tal:condition="context/owner/isTeam">Uploader</th>
134
134
        <th>Published</th>
135
135
        <th>Status</th>
136
136
        <th>Series</th>