Bugzilla – Attachment 121642 Details for
Bug 27741
Accessibility: Staff Client - Headings should have correct tags and hierarchy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27741: acqui folder
Bug-27741-acqui-folder.patch (text/plain), 21.18 KB, created by
Wainui Witika-Park
on 2021-06-06 04:52:29 UTC
(
hide
)
Description:
Bug 27741: acqui folder
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-06-06 04:52:29 UTC
Size:
21.18 KB
patch
obsolete
>From baccfa4e0c3769282c1d5935eaebf6b2fd19bfd1 Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Wed, 2 Jun 2021 12:51:14 +0000 >Subject: [PATCH] Bug 27741: acqui folder > >Bug 27631 corrected the <h1> tags in each of the pages in the staff >client. This bug deals with correcting the hierarchy of each of the >other headings. > >To test: >1) Apply patch and dependencies >2) Go to each of the pages and check the headings under <h1> are in the >correct order and hierarchy > >Sponsored-by: Catalyst IT >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 2 +- > .../intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 8 ++++---- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 6 +++--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 4 ++-- > .../prog/en/modules/acqui/neworderempty_duplicate.tt | 6 +++--- > .../intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 8 ++++---- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt | 2 +- > .../intranet-tmpl/prog/en/modules/acqui/transferorder.tt | 12 ++++++------ > .../intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 6 +++--- > 17 files changed, 39 insertions(+), 39 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >index 02f0bbac29..8b3f483b16 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >@@ -84,7 +84,7 @@ > > [% IF ( loop_budget ) %] > >- <h3>All available funds</h3> >+ <h2>All available funds</h2> > > <div id="BudgetsAndFunds"> > <div class="toolbar btn-toolbar"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index 9051d73530..ce25456335 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -28,7 +28,7 @@ Batch list > <div class="row"> > <div class="col-sm-6 col-sm-offset-3 col-md-8 col-md-offset-2"> > [% IF ( allmatch ) %]<div class="dialog alert"> >- <h4>No records imported</h4> >+ <h2>No records imported</h2> > No record have been imported because they all match an existing record in your catalog.<br />You'll have to treat them individually. > </div> > [% END %] >@@ -259,7 +259,7 @@ Batch list > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">Ã</button> >- <h3 id="dataPreviewLabel">MARC preview</h3> >+ <h2 id="dataPreviewLabel">MARC preview</h2> > </div> > <div class="modal-body"> > <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 3b2ef53567..f2d33d696c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -120,7 +120,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">Ã</button> >- <h3>Confirm deletion</h3> >+ <h2>Confirm deletion</h2> > </div> > [% UNLESS book_foot_loop %] > <div class="modal-body"> >@@ -188,7 +188,7 @@ > [% ELSE %] > [% IF ( delete_confirmed ) %] > <div class="dialog message"> >- <h3>Basket deleted</h3> >+ <h2>Basket deleted</h2> > </div> > [% IF (cannotdelbiblios) %] > <div class="dialog alert"> >@@ -408,7 +408,7 @@ > </div> <!-- /#acqui_basket_summary.row --> > [% END %] > [% IF ( duplinbatch ) %]<div class="dialog alert"> >- <h4>Duplicate warning</h4> >+ <h2>Duplicate warning</h2> > <p>Some records have not been automatically added because they match an existing record in your catalog:<a href="/cgi-bin/koha/acqui/addorderiso2709.pl?import_batch_id=[% duplinbatch | uri %]&basketno=[% basketno | uri %]&booksellerid=[% booksellerid | uri %]" title="Open in new window" target="_blank" style="margin-left:10px"><i class="fa fa-window-restore"></i> Display them</a></p> > </div>[% END %] > >@@ -792,7 +792,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> >- <h4 class="modal-title" id="noteEditorLabel">Order note</h4> >+ <h2 class="modal-title" id="noteEditorLabel">Order note</h2> > </div> > <div class="modal-body"> > <textarea id="ordernotes" name="ordernotes" rows="3" cols="30" class="focus">[% ordernotes | html %]</textarea> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >index 7bf2c17cc7..04574c1061 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >@@ -191,7 +191,7 @@ fieldset.various li { > <div id="groups"> > <fieldset class="brief"> > <div class="workarea_alt" > >- <h3>Ungrouped baskets</h3> >+ <h2>Ungrouped baskets</h2> > <ul id="ungrouped" class="draglist_alt"> > [% IF ( baskets ) %] > [% FOREACH basket IN baskets %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index a2ab7b6c85..1c5f14ddcb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -42,11 +42,11 @@ > <h1>Search for vendor</h1> > [% UNLESS ( count == 1 ) %] > [% UNLESS count %] >- <h1>Your search returned no results.</h1> >+ <h2>Your search returned no results.</h2> > [% ELSIF ( supplier.length < 1 ) %] >- <h1>Vendor search: [% count | html %] results found</h1> >+ <h2>Vendor search: [% count | html %] results found</h2> > [% ELSE %] >- <h1>Vendor search: [% count | html %] results found for '[% supplier | html %]'</h1> >+ <h2>Vendor search: [% count | html %] results found for '[% supplier | html %]'</h2> > [% END %] > [% END %] > [% IF ( loop_suppliers.size ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >index 2d2bd5e064..3ea4eafb04 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >@@ -95,7 +95,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> >- <h3 id="EDI_modal_label">EDIFACT message</h3> >+ <h2 id="EDI_modal_label">EDIFACT message</h2> > </div> > <div class="modal-body"> > <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >index 8f0e98ca82..645593c211 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >@@ -59,7 +59,7 @@ > [% END %] > > >- [% IF ( order_loop ) %]<h1>Search results</h1> >+ [% IF ( order_loop ) %]<h2>Search results</h2> > <div id="acqui_histsearch"> > <table id="histsearcht"> > <thead> >@@ -175,7 +175,7 @@ > <form action="/cgi-bin/koha/acqui/histsearch.pl" method="post"> > [% IF ( context == "sidebar" ) %] > <fieldset class="brief"> >- <h4>Search orders</h4> >+ <h2>Search orders</h2> > [% ELSE %] > <fieldset class="rows"> > <legend>Search orders</legend> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >index fd40981913..2160d44369 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -150,7 +150,7 @@ > > <hr /> > >- <h3>Adjustments</h3> >+ <h2>Adjustments</h2> > > <form action="/cgi-bin/koha/acqui/invoice.pl" method="post" class="validated"> > <fieldset class="rows"> >@@ -264,7 +264,7 @@ > </p> > > <fieldset id="add_invoice_adjustment" style="display:none"> >- <h4>Add an adjustment</h4> >+ <h3>Add an adjustment</h3> > <input type="hidden" name="adjustment_id" value="new" /> > <ol> > <li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >index 9678419747..e6cb2afb38 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >@@ -266,7 +266,7 @@ > <aside> > <form action="" method="get"> > <fieldset class="sidebar brief"> >- <h3>Search filters</h3> >+ <h2>Search filters</h2> > <ol> > <li> > <label for="invoicenumber">Invoice no:</label> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >index bbe1ee375f..8747e9f361 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >@@ -225,7 +225,7 @@ > <aside> > <form action="lateorders.pl" method="get"> > <fieldset class="brief"> >-<h4>Filter results:</h4> >+<h2>Filter results:</h2> > [% FOREACH ERROR_LOO IN ERROR_LOOP %] > [% IF ( ERROR_LOO.delay_digits ) %]<p class="error">The number of days ([% ERROR_LOO.bad_delay | html %]) must be a number between 0 and 999.</p>[% END %] > [% END %] >@@ -267,7 +267,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> >- <h4 class="modal-title" id="noteEditorLabel">Order note</h4> >+ <h2 class="modal-title" id="noteEditorLabel">Order note</h2> > </div> > <div class="modal-body"> > <textarea id="ordernotes" name="ordernotes" rows="3" cols="30" class="focus">[% ordernotes | html %]</textarea> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index 08a5581e5d..6dd9526d36 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -505,7 +505,7 @@ > <div class="modal-dialog"> > <div class="modal-content"> > <div class="modal-body"> >- <h3>Processing multiple items</h3> >+ <h2>Processing multiple items</h2> > </div> > </div> > </div> >@@ -514,7 +514,7 @@ > <div id="multiCountModal" class="modal fade" aria-labelledby="multiCountModal" aria-hidden="true"> > <div class="modal-dialog"> > <div class="modal-content"> >- <h3>Invalid number of copies</h3> >+ <h2>Invalid number of copies</h2> > <p>Please enter a <strong>number</strong>, greater than or equal to 1</p> > </div> > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt >index c2d10d4aa1..7d338bdf9a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt >@@ -44,7 +44,7 @@ > <div class="col-sm-4"> > <div style="border: 1px solid #DDD; padding:1em;"> > <form action="/cgi-bin/koha/acqui/neworderempty.pl"> >-<h4>Use existing record</h4> >+<h2>Use existing record</h2> > <p>Do not create a duplicate record. Add an order from the existing record in your catalog.</p> > <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> > <input type="hidden" name="basketno" value="[% basketno | html %]" /> >@@ -57,7 +57,7 @@ > <div class="col-sm-4"> > <div style="border: 1px solid #DDD; padding:1em;"> > <form action="/cgi-bin/koha/acqui/basket.pl"> >-<h4>Cancel and return to order</h4> >+<h2>Cancel and return to order</h2> > <p>Return to the basket without making a new order.</p> > <input type="hidden" name="basketno" value="[% basketno | html %]" /> > <input type="submit" value="Cancel" /> >@@ -68,7 +68,7 @@ > <div class="col-sm-4"> > <div style="border: 1px solid #DDD; padding:1em;"> > <form action="/cgi-bin/koha/acqui/neworderempty.pl"> >-<h4>Create new record</h4> >+<h2>Create new record</h2> > <p>Create a new record by importing the external (duplicate) record.</p> > <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> > <input type="hidden" name="basketno" value="[% basketno | html %]" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index f62b228052..0c2ea8ee67 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -219,7 +219,7 @@ > [% END %] > [% ELSIF (AcqCreateItem == 'ordering') %] > [% IF (order.items) %] >- <h5>Items</h5> >+ <h2>Items</h2> > <div style="width:100%;overflow:auto"> > <table> > <thead> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index ec40f78033..3bf342d5a3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -56,7 +56,7 @@ > > [% IF ( receive_error ) %] > <div class="dialog alert"> >- <h3>Error adding items:</h3> >+ <h2>Error adding items:</h2> > <ul> > [% FOREACH error_loo IN error_loop %] > <li>[% error_loo.error_param | html %][% IF ( error_loo.error_duplicate_barcode ) %]Duplicate Barcode[% END %] <!-- todo: other error conditions come here. --></li> >@@ -113,7 +113,7 @@ > </div> > [% UNLESS (invoiceclosedate) %] > <div id="acqui_receive_search"> >- <h3>Pending orders</h3> >+ <h2>Pending orders</h2> > <table id="pending_orders" class="table table-bordered table-striped"> > <thead> > <tr> >@@ -143,7 +143,7 @@ > [% END %] > > <div id="acqui_receive_receivelist"> >- <h3>Already received</h3> >+ <h2>Already received</h2> > > [% IF ( loop_received ) %] > <form action="/cgi-bin/koha/acqui/parcel.pl" method="get" name="orderform"> >@@ -303,7 +303,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">Ã</button> >- <h3 id="dataPreviewLabel">MARC preview</h3> >+ <h2 id="dataPreviewLabel">MARC preview</h2> > </div> > <div class="modal-body"> > <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >index 6cf50aa516..a1621fe63f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >@@ -199,7 +199,7 @@ > <aside> > <form method="get" action="parcels.pl"> > <fieldset class="brief"> >- <h4>Filter</h4> >+<h2>Filter</h2> > <ol> > <li> <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /></li> > <li><label for="filter">Invoice number:</label><input type="text" size="20" name="filter" value="[% filter | html %]" id="filter" /></li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >index 97e9c06d2d..e17a1fa3e9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt >@@ -10,7 +10,7 @@ > <div class="container-fluid"> > <h1>Transfer order</h1> > [% IF ( bookselleridfrom ) %] >- <h3>Search for a vendor to transfer to</h3> >+ <h2>Search for a vendor to transfer to</h2> > <div class="transferinfo"> > <ul> > <li><span class="label">From vendor: </span>[% booksellerfromname | html %]</li> >@@ -19,7 +19,7 @@ > </ul> > </div> > [% ELSE %] >- <h3>Search for a vendor to transfer from</h3> >+ <h2>Search for a vendor to transfer from</h2> > [% END %] > <form method="get" action="transferorder.pl"> > <fieldset> >@@ -36,7 +36,7 @@ > </fieldset> > </form> > [% IF ( show_baskets ) %] >- <h3>Baskets for [% booksellertoname | html %]</h3> >+ <h2>Baskets for [% booksellertoname | html %]</h2> > [% IF ( basketsloop ) %] > <table> > <thead> >@@ -63,7 +63,7 @@ > [% END %] > [% END %] > [% IF ( ordersloop ) %] >- <h3>Orders for [% booksellerfromname | html %]</h3> >+ <h2>Orders for [% booksellerfromname | html %]</h2> > <table> > <thead> > <tr> >@@ -95,9 +95,9 @@ > [% END %] > [% IF ( do_search ) %] > [% IF ( bookselleridfrom ) %] >- <h3>Choose a vendor to transfer to</h3> >+ <h2>Choose a vendor to transfer to</h2> > [% ELSE %] >- <h3>Choose a vendor to transfer from</h3> >+ <h2>Choose a vendor to transfer from</h2> > [% END %] > [% IF ( booksellersloop ) %] > <table> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >index b35d726b05..ed3aa75ca4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >@@ -128,7 +128,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > [% ELSE %] > <div class="row"> > <div class="col-md-12"> >- <h2>Search results</h2> >+ <h1>Search results</h1> > > <p>You searched for: > [% IF ( title ) %]<em>Title: </em><span class=term>[% title | html %]</span> [% END %] >@@ -201,7 +201,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">Ã</button> >- <h3 id="dataPreviewLabel">MARC preview</h3> >+ <h2 id="dataPreviewLabel">MARC preview</h2> > </div> > <div class="modal-body"> > <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> >@@ -264,7 +264,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > > [% END %] > >-[% IF ( numberpending ) %]<h3 align="center">Still [% numberpending | html %] servers to search</h3>[% END %] >+[% IF ( numberpending ) %]<h2 align="center">Still [% numberpending | html %] servers to search</h2>[% END %] > > [% MACRO jsinclude BLOCK %] > [% Asset.js("js/acquisitions-menu.js") | $raw %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27741
:
120192
|
120193
|
120194
|
120195
|
120197
|
120198
|
121344
|
121346
|
121347
|
121348
|
121349
|
121350
|
121351
|
121357
|
121358
|
121365
|
121400
|
121402
|
121403
|
121404
|
121509
|
121510
|
121521
|
121534
|
121560
|
121622
|
121642
|
121643
|
121644
|
121645
|
121646
|
121699
|
121700
|
121701
|
122018
|
127369
|
127370
|
127371
|
127372
|
127373
|
127374
|
127375
|
127376
|
127377
|
127378
|
127379
|
127380
|
127381
|
127382
|
127383
|
127384
|
127385
|
127386
|
127387
|
127388
|
127389
|
127390
|
127391
|
127392
|
127393
|
127394
|
127395