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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (+1 lines)
Lines 42-47 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
42
[% IF ( titles ) %]
42
[% IF ( titles ) %]
43
<h2>Titles tagged with the term <em>[% tag | html %]</em></h2>
43
<h2>Titles tagged with the term <em>[% tag | html %]</em></h2>
44
<table id="itemst">
44
<table id="itemst">
45
    <caption class="sr-only">Titles</caption>
45
	<thead><tr>
46
	<thead><tr>
46
	    <th>Title</th>
47
	    <th>Title</th>
47
	    <th>Location</th>
48
	    <th>Location</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-1 / +1 lines)
Lines 87-92 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
87
  [% IF ( tagloop ) %]
87
  [% IF ( tagloop ) %]
88
  <p class="check"></p>
88
  <p class="check"></p>
89
  <table id="tagst">
89
  <table id="tagst">
90
      <caption class="sr-only">Tags</caption>
90
    <thead>
91
    <thead>
91
        <tr>
92
        <tr>
92
            <th class="NoSort">&nbsp;</th>
93
            <th class="NoSort">&nbsp;</th>
93
- 

Return to bug 28243