Bug 21772: (QA follow-up) Hide .tdlabel class in sco for consistancy with opac-user...
authorJosef Moravec <josef.moravec@gmail.com>
Wed, 27 Mar 2019 08:32:37 +0000 (08:32 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 28 Mar 2019 18:16:48 +0000 (18:16 +0000)
Test plan:
1) Compare holds table on selfcheckout and opac-user page, you will see
the difference: In self checkout there are labels like Status, Pickup
location, and so on in every table cell.
2) Apply the patch, the label in selfcheckout dissappear

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/opac-tmpl/bootstrap/css/sco.css

index 51464cb..70fd1af 100644 (file)
@@ -205,4 +205,8 @@ i.help {
 
 #sci_refresh_button {
     color: rgb(51, 51, 51);
-}
\ No newline at end of file
+}
+
+.tdlabel {
+    display: none;
+}