Bug 7760 - Add ids and classes to every staff page to help with customizaton (catalog)
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Wed, 21 Mar 2012 15:54:47 +0000 (16:54 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 17:12:25 +0000 (18:12 +0100)
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
12 files changed:
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detailprint.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/subject.tt

index 1d924ec..33550ac 100644 (file)
@@ -8,7 +8,7 @@
 </title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="catalog_ISBDdetail" class="catalog">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
index ae86ee0..f9389f2 100644 (file)
@@ -22,7 +22,7 @@ function Changefwk(FwkList) {
 //]]>
 </script>
 </head>
-<body>
+<body id="catalog_MARCdetail" class="catalog">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
index 28f445c..82ba631 100644 (file)
@@ -19,7 +19,7 @@
        });
 </script>
 </head>
-<body>
+<body id="catalog_advsearch" class="catalog">
 
 [% INCLUDE 'header.inc' %]
 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Advanced Search</div>
index 55a3a91..46de77e 100644 (file)
@@ -45,7 +45,7 @@ function verify_images() {
 </script>
 </head>
 
-<body>
+<body id="catalog_detail" class="catalog">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
index d59bf83..ae4f91c 100644 (file)
@@ -4,7 +4,7 @@
 <link rel="stylesheet" href="[% themelang %]/css/print.css" type="text/css" />
 </head>
 
-<body>
+<body id="catalog_detailprint" class="catalog">
 
 <!-- main site -->
 <div id="main">
index 794d4ad..60674d0 100644 (file)
@@ -45,7 +45,7 @@ img.thumbnail {
 </style>[% END %]
 </head>
 
-<body>
+<body id="catalog_imageviewer" class="catalog">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
index de5db0e..14d823c 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Catalog &rsaquo; Checkout History for [% title |html %]</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="catalog_issuehistory" class="catalog">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
index 983420e..30b8405 100644 (file)
@@ -21,7 +21,7 @@
        </script>
 </head>
 
-<body>
+<body id="catlaog_labeledMARCdetail" class="catalog">
        [% INCLUDE 'header.inc' %]
        [% INCLUDE 'cat-search.inc' %]
 
index 5d2936b..5b9547f 100644 (file)
@@ -3,7 +3,7 @@
 [% INCLUDE 'doc-head-close.inc' %]
 <style type="text/css">h3{padding-top: 1em; border-top: 2px solid #CCCCCC;}</style>
 </head>
-<body>
+<body id="catalog_moredetail" class="catalog">
 [% USE KohaDates %]
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
index 7830902..eec0113 100644 (file)
@@ -220,7 +220,7 @@ YAHOO.util.Event.onContentReady("searchheader", function () {
 //]]>
 </script>
 </head>
-<body>
+<body id="catalog_results" class="catalog">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index 30c3af5..a295b29 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha -- Cataloging: MARC Import</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="catalog_showmarc" class="catalog">
 <div id="main">
 <pre>[% MARC_FORMATTED %] </pre>
 [% INCLUDE 'intranet-bottom.inc' %]
index 4972431..0bf84e5 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Catalog &rsaquo; Subject Search Results</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="catalog_subject" class="catalog">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]