Browse Source

Bug 7760 - Add ids and classes to every staff page to help with customizaton (lists, suggestion, z39.50)

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
3.8.x
Katrin Fischer 12 years ago
committed by Paul Poulain
parent
commit
caa9ce8238
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
  2. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt
  3. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt
  4. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt
  5. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt
  6. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/z3950/searchresult.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt

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

2
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt

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

2
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt

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

2
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt

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

2
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt

@ -111,7 +111,7 @@ function placeHold () {
//]]>
</script>
</head>
<body>
<body id="lists_shelves" class="lists">
[% INCLUDE 'header.inc' %]
[% INCLUDE 'cat-search.inc' %]

2
koha-tmpl/intranet-tmpl/prog/en/modules/z3950/searchresult.tt

@ -11,7 +11,7 @@
//]]>
</script>
</head>
<body>
<body id="cat_searchresult" class="cat">
<h2>Z3950 Search Results</h2>

Loading…
Cancel
Save