https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17016

--- Comment #7 from Jonathan Druart <[email protected]> 
---
Comment on attachment 99047
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99047
Bug 17016: Button to clear all fields in budget planning

Review of attachment 99047:
 --> 
(https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17016&attachment=99047)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt
@@ +6,5 @@
>  <title>Koha &rsaquo; Administration &rsaquo; Budgets &rsaquo; Funds &rsaquo; 
> Planning for [% budget_period_description | html %] by [% authcat | html 
> %]</title>
>  [% INCLUDE 'doc-head-close.inc' %]
>  <style>td.locked { background-image: url('[% interface | html %]/[% theme | 
> html %]/img/locked.png'); padding-left : 20px; background-repeat: no-repeat; 
> background-position: 5px 5px; } a.control { 
> font-size:85%;text-decoration:none; } .plan_entry { text-align: right; 
> width:90%; }</style>
> +<script>
> +</script>

Not needed.

@@ +317,5 @@
> +                    if (type != "button" && type != "submit" ) {
> +                      $(this).val("");
> +                      $(this).prop('disabled', false);
> +                    }
> +                    if ( type == "checkbox" ) {

When is it a checkbox?
I always see text inputs.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to