Browse Source

Bug 7760: Add ids and classes to every staff page to help with customizaton (batch, error)

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
3.8.x
Katrin Fischer 12 years ago
committed by Paul Poulain
parent
commit
84839a93f5
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt
  2. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tt
  3. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tt
  4. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tt
  5. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tt
  6. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt
  7. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tt
  8. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt

@ -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>

2
koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tt

@ -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' %]

2
koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tt

@ -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' %]

2
koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tt

@ -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' %]

2
koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tt

@ -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' %]

2
koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt

@ -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' %]

2
koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tt

@ -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' %]

2
koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tt

@ -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' %]

Loading…
Cancel
Save