[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
Mon Apr 13 16:02:36 CEST 2015


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

--- Comment #8 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Comment on attachment 37734
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37734
Bug 13941 [2/2] Fix <body> tags missing id/class

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

::: koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt
@@ +135,4 @@
>  </script>
>  
>  </head>
> +<body id="common_patron_seach" id="common">

typo "search"

::: koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt
@@ +2,4 @@
>  <title>Koha › Course reserves › Add items</title>
>  [% INCLUDE 'doc-head-close.inc' %]
>  </head>
> +<body id="courses_items_step1" class="course">

why not couse_add_items_step1?

::: koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt
@@ +3,4 @@
>  [% INCLUDE 'doc-head-close.inc' %]
>  </head>
>  
> +<body id="courses_items_step2" class="course">

idem.

::: koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt
@@ +32,4 @@
>  
>  </head>
>  
> +<body id="courses_details" class="course">

Shouldn't be courses_course_details?

::: koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt
@@ +14,4 @@
>  </script>
>  
>  </head>
> +<body id="courses_reserves" class="course">

Shouldn't be courses_course_reserves?

::: koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt
@@ +19,4 @@
>  
>  </head>
>  
> +<body id="patlist_add_modify" class="pat patlist">

Shouldn't be patlist*s*?

::: koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt
@@ +65,4 @@
>  
>  </head>
>  
> +<body id="patlist_list" class="pat patlist">

Shouldn't be patlist*s*?

::: koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt
@@ +24,4 @@
>  
>  </head>
>  
> +<body id="patlist_lists" class="pat patlist">

Shouldn't be patlist*s*?

::: koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt
@@ +5,4 @@
>  [% INCLUDE 'calendar.inc' %]
>  </head>
>  
> +<body id="plugins_disbled" class="plugins">

typo
Shouldn't be plugins_plugins_disabled?

::: koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt
@@ +5,4 @@
>  [% INCLUDE 'calendar.inc' %]
>  </head>
>  
> +<body id="plugins_home" class="plugins">

Shouldn't be plugins_plugins_home?

::: koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt
@@ +5,4 @@
>  [% INCLUDE 'calendar.inc' %]
>  </head>
>  
> +<body id="plugins_upload" class="plugins">

Shouldn't be plugins_plugins_upload?

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


More information about the Koha-bugs mailing list