View | Details | Raw Unified | Return to bug 29131
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt (-36 / +37 lines)
Lines 5-45 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Item circulation alerts &rsaquo; Administration &rsaquo; Koha</title>
6
<title>Item circulation alerts &rsaquo; Administration &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<style>
8
[% FILTER collapse %]
9
table.grid thead th {
9
    <style>
10
  vertical-align: bottom;
10
        table.grid thead th {
11
}
11
            vertical-align: bottom;
12
12
        }
13
table.grid tbody th {
13
14
  text-align: right;
14
        table.grid tbody th {
15
}
15
            text-align: right;
16
16
        }
17
table.grid tbody td {
17
18
  font-size: xx-small;
18
        table.grid tbody td {
19
}
19
            font-size: xx-small;
20
20
        }
21
table.grid tbody td.info {
21
22
  background: #fff;
22
        table.grid tbody td.info {
23
}
23
            background-color: #fff !important;
24
24
        }
25
table.grid.active tbody td {
25
26
  width: 10%;
26
        table.grid.active tbody td {
27
  cursor: pointer;
27
            width: 10%;
28
}
28
            cursor: pointer;
29
29
        }
30
table.grid tbody td {
30
31
  background: #cfc;
31
        table.grid tbody td {
32
  color: #111;
32
            background-color: #cfc !important;
33
}
33
            color: #111;
34
34
        }
35
table.grid td.disabled {
35
36
  background: #fcc;
36
        table.grid td.disabled {
37
}
37
            background-color: #fcc !important;
38
38
        }
39
table.grid td.default {
39
40
  background: #f88;
40
        table.grid td.default {
41
}
41
            background-color: #f88 !important;
42
</style>
42
        }
43
    </style>
44
[% END %]
43
</head>
45
</head>
44
46
45
<body id="admin_item_circulation_alerts" class="admin">
47
<body id="admin_item_circulation_alerts" class="admin">
46
- 

Return to bug 29131