Bug 7760: Add unique ids and a module class to all authorities pages
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Tue, 20 Mar 2012 16:02:41 +0000 (17:02 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 17:12:17 +0000 (18:12 +0100)
This is the first patch for bug 7760 and touches all pages in authorities.
This adds a unique id "auth_<filename>" and a class "auth" to the body tag of
each page in the authorities module.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt

index 4945be4..f0140d9 100644 (file)
@@ -10,7 +10,7 @@
 
 
 </head>
-<body>
+<body id="auth_auth_finder" class="auth">
 <div id="custom-doc" class="yui-t7">
    
    <div id="bd">
index 3b46219..7d138ff 100644 (file)
@@ -22,7 +22,7 @@ function confirm_deletion() {   // not really implemented, but required by phant
 //]]>
 </script>
 </head>
-<body>
+<body id="auth_authorities_home" class="auth">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'authorities-search.inc' %]
 
index 5009bff..b670b4a 100644 (file)
@@ -505,7 +505,7 @@ function searchauthority() {
 </script>
 <link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
 </head>
-<body>
+<body id="auth_authorities" class="auth">
 <div id="yui-cms-loading">
       <div id="yui-cms-float">
           Loading, please wait...
index 6c74a3b..41384c5 100644 (file)
@@ -65,7 +65,7 @@ function searchauthority() {
 </script>
  [% END %]
 </head>
-<body>
+<body id="auth_detail" class="auth">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'authorities-search.inc' %]
 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> &rsaquo;
index f42753a..6c67de7 100644 (file)
@@ -12,7 +12,7 @@ function jumpfull(page)
 }
 </script>
 </head>
-<body>
+<body id="auth_searchresultlist_auth" class="auth">
 <div id="custom-doc" class="yui-t7">
 
    <div id="bd">
index 7bbf052..1131871 100644 (file)
@@ -26,7 +26,7 @@ function searchauthority() {
 //]]>
 </script>
 </head>
-<body>
+<body id="auth_searchresultlist" class="auth">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'authorities-search.inc' %]