[Koha-bugs] [Bug 13941] Add ids to <body> tag in staff client where missing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 15 23:31:45 CEST 2015


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

--- Comment #30 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Comment on attachment 37897
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37897
[Signed-off] Bug 13941 [2/2] Fix <body> tags missing id/class

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

::: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt
@@ +3,4 @@
>  [% INCLUDE "doc-head-close.inc" %]
>  </head>
>  
> +<body id="a" class="acq">

Typo? I think should be 'acq_addorder'.

@@ +7,5 @@
>  [% INCLUDE "header.inc" %]
>  
>  <div id="doc3" class="yui-t7">
>  
> +<div id="acq_addorder" class="acq">

This change doesn't look right - see above.

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


More information about the Koha-bugs mailing list