Bug 7760 - Add ids and classes to every staff page to help with customizaton (lists...
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Thu, 22 Mar 2012 10:00:54 +0000 (11:00 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 17:12:29 +0000 (18:12 +0100)
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt
koha-tmpl/intranet-tmpl/prog/en/modules/z3950/searchresult.tt

index 91c5a8f..47b98d0 100644 (file)
@@ -102,7 +102,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
 [% END %]
 <script type="text/javascript" src="[% themelang %]/js/acq.js"></script>
 </head>
-<body>
+<body id="acq_suggestion" class="acq">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 <div id="breadcrumbs">
index 761a340..b062980 100644 (file)
@@ -5,7 +5,7 @@
    #custom-doc { width:34.62em;*width:33.78em;min-width:450px; margin:auto; margin-top: .4em;text-align:left; }
    </style>
 </head>
-<body>
+<body id="lists_addbybiblionumber" class="lists">
 
 [% UNLESS (authorized) %]
     <p align="center">
index 357ebe4..e2b1ed5 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Download shelf</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body style="padding:1em;">
+<body id="lists_downloadshelf" class="lists" style="padding:1em;">
 [% IF ( format ) %]
     <p>Your download should begin automatically.</p>
 [% ELSE %]
index 9bd1097..e38a071 100644 (file)
@@ -1,7 +1,7 @@
 [% INCLUDE 'doc-head-open.inc' %]<title>Koha &rsaquo; Lists &rsaquo;  Sending your list</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body style="padding: 1em;" id="sendbasket">
+<body id="lists_sendshelfform" class="lists" style="padding: 1em;">
 <div class="container">[% IF ( email ) %]
 
     [% IF ( SENT ) %]
index 550c132..96b00a5 100644 (file)
@@ -111,7 +111,7 @@ function placeHold () {
 //]]>
 </script>
 </head>
-<body>
+<body id="lists_shelves" class="lists">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index e316229..a9d514e 100644 (file)
@@ -11,7 +11,7 @@
 //]]>
 </script>
 </head>
-<body>
+<body id="cat_searchresult" class="cat">
 
     <h2>Z3950 Search Results</h2>