Bug 7760: Add ids and classes to every staff page to help with customizaton (batch...
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Wed, 21 Mar 2012 15:25:10 +0000 (16:25 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 17:12:24 +0000 (18:12 +0100)
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt
koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tt
koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tt
koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tt
koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tt
koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt
koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tt
koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tt

index 73f9e61..f8099e5 100644 (file)
@@ -11,7 +11,7 @@
     <link rel="stylesheet" type="text/css" href="[% stylesheet %]">
     [% END %]
 </head>
-<body>
+<body id="batch_print-notices" class="batch">
     [% FOREACH message IN messages %]
     <div class="message">
         <pre>[% message.content %]</pre>
index d93383b..b82ae04 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Error</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="err_400" class="err">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
index 584ba59..3097a9e 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Error 401</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="err_401" class="err">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
index ef93027..20c9032 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Error 402</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="err_402" class="err">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
index c56a441..4f8e68a 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Error 403</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="err_403" class="err">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
index d762143..7416333 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Error 404</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="err_404" class="err">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
index 36e99df..88e0693 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Error 405</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="err_405" class="err">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
index 6b96116..7cc7b57 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Error 500</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="err_500" class="err">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]