[Koha-bugs] [Bug 9533] batch item modification should ignore defaults

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 17 17:52:05 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9533

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #3 from Owen Leonard <oleonard at myacpl.org> ---
This works correctly but there is one small problem with the markup: The
checkbox needs to work when you click on the accompanying text. Here's the
markup I recommend:

<fieldset class="rows">
    <legend>Use default values</legend>
    <ol class="radio">
        <li>
            <label>
                <input type="checkbox" name="use_default_values"
id="use_default_values" />
                Populate fields with default values from default
framework</label>
        </li>
    </ol>
</fieldset>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list