~ubuntu-branches/ubuntu/lucid/prewikka/lucid

« back to all changes in this revision

Viewing changes to prewikka/templates/MessageListing.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2009-06-14 10:00:20 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090614100020-479f60e0m8ae7hq0
Tags: 0.9.15-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        \$("th.filter_popup > div").css("display", "block");
20
20
        \$("th.filter_popup > div").hide();
21
21
   }
22
 
   
23
 
  \$("th.filter_popup > a").click(function(){
24
 
        \$(this).next().popupUnique(function(data){data.show()}, function(data){data.hide()})
25
 
        return false;
26
 
  });
27
 
 
28
 
  \$("input[@name=auto_apply_value], input[@type=submit]").focus(function(){
29
 
        autorefresh_possible = false;
30
 
  });
31
 
 
32
 
  \$("input[@name=auto_apply_value]").blur(function(){
 
22
 
 
23
  \$(".filter_popup_link").click(function(){
 
24
        \$(this).nextAll("div").popupUnique(function(data){data.show()}, function(data){data.hide()})
 
25
        return false;
 
26
  });
 
27
 
 
28
  \$("input[name='auto_apply_value'], input[type='submit']").focus(function(){
 
29
        autorefresh_possible = false;
 
30
  });
 
31
 
 
32
  \$("input[name='auto_apply_value']").blur(function(){
33
33
        if ( second_reload <= second_count )
34
34
                second_count = 0;
35
35
 
50
50
        }
51
51
  });
52
52
 
53
 
  \$("a[@href]").click(function(){
54
 
        autorefresh_possible = false;
 
53
  \$("a[href]").click(function(){
 
54
        autorefresh_possible = false;
55
55
  });
56
 
}); 
 
56
});
57
57
 
58
58
 
59
59
function pad(number)