Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cd41fd62

Von Moritz Bunkus vor fast 11 Jahren hinzugefügt

  • ID cd41fd62f32384c8b54eee1da566d80ef6e933d7
  • Vorgänger 0a6c7999
  • Nachfolger a7e58f7e

Notwendige Anpassungen für Update jQuery 1.9.1 (.val() und .prop() anstelle von .attr("value"))

Unterschiede anzeigen:

templates/webpages/financial_controlling_report/_filter.html
47 47
[% L.input_tag('action_list', LxERP.t8('Continue'), type = 'submit', class='submit')%]
48 48

  
49 49

  
50
<a href='#' onClick='javascript:$("#filter_table input").attr("value","");$("#filter_table option").attr("selected","")'>[% 'Reset' | $T8 %]</a>
50
<a href='#' onClick='javascript:$("#filter_table input").val("");$("#filter_table option").prop("selected",0)'>[% 'Reset' | $T8 %]</a>
51 51

  
52 52
</div>
53 53

  

Auch abrufbar als: Unified diff