[Koha-bugs] [Bug 10065] Style invoice edit form according to standard structure

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 19 14:40:10 CEST 2013


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Passed QA
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m
   Patch complexity|---                         |Trivial patch
         QA Contact|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #3 from Jonathan Druart <jonathan.druart at biblibre.com> ---
QA Comment:

Standardize the form on the invoice page.

I don't understand the indentation structure:
<ol>
<li><label>text</label>
[8spaces]<input/></li>
<ol>

I prefer:
<ol>
  <li>
    <label>text</label>
    <input/>
  <li>
</ol>

As long as we don't have coding guidelines for template structures, I cannot
fail QA for a personal taste :)

So I mark it as passed qa.

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


More information about the Koha-bugs mailing list