Bug 22950: Markup error in OPAC recent comment template
authorOwen Leonard <oleonard@myacpl.org>
Tue, 21 May 2019 15:04:33 +0000 (15:04 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 3 Jun 2019 17:47:23 +0000 (18:47 +0100)
This patch makes minor corrections to the template for the OPAC's
recent comments view. These corrections fix errors returned by the HTML
validator.

The patch moves some inline CSS into a class in the global OPAC CSS.
Some minor reindentation has also been done, so use diff with the '-w'
flag.

To reproduce the problem you should have the 'reviewson' system
preference turned on, and your system should have one or more
approved comments. View the "Recent comments" page in the OPAC. Run the
page through the W3C validation service: https://validator.w3.org.
Either by pasting in the URL for the search results (if web accessible)
or by viewing source, copying, and pasting into "Validate by Direct
Input."

This patch addresses one specific error:

 - "CSS: font-color: Property font-color doesn't exist."

To test, apply the patch and rebuild the OPAC CSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).

Try again to reproduce the validation errors. Those errors should no
longer be present. There should be no visible change to the page.

Signed-off-by: Maryse Simard <maryse.simard@inlibro.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt

index e2c7ecd..29fc16c 100644 (file)
@@ -2299,6 +2299,11 @@ input {
             background-color: rgba( 239, 254, 213, .4 );
         }
     }
+
+    .commenter {
+        color: #666;
+        font-size: 85%;
+    }
 }
 
 .commentline .avatar {
index e510e1a..d705bc4 100644 (file)
                                             [% FILTER html_break %]
                                                 [% review.review | html %]
                                             [% END %]
-                                        <span style="font-size:87%;font-color:#CCC;">
-                                        [% IF review.your_comment %]
-                                            Added [% review.datereviewed | $KohaDates %] by you
-                                        [% ELSE %]
-                                        [% IF ( review.borrowernumber && ShowReviewer != "none" ) %]
-                                            Added [% review.datereviewed | $KohaDates %] by
-                                            [% SWITCH ShowReviewer %]
-                                            [% CASE 'full' %]
-                                                [% review.borrtitle | html %] [% review.firstname | html %] [% review.surname | html %]
-                                            [% CASE 'first' %]
-                                                [% review.firstname | html %]
-                                            [% CASE 'surname' %]
-                                                [% review.surname | html %]
-                                            [% CASE 'firstandinitial' %]
-                                                [% review.firstname | html %] [% review.surname|truncate(2,'.') | html %]
-                                            [% CASE 'username' %]
-                                                [% review.userid | html %]
-                                            [% END %]
-                                        [% END %][% END %]</span></p>
+                                            <span class="commenter">
+                                                [% IF review.your_comment %]
+                                                    Added [% review.datereviewed | $KohaDates %] by you
+                                                [% ELSE %]
+                                                    [% IF ( review.borrowernumber && ShowReviewer != "none" ) %]
+                                                        Added [% review.datereviewed | $KohaDates %] by
+                                                        [% SWITCH ShowReviewer %]
+                                                            [% CASE 'full' %]
+                                                                [% review.borrtitle | html %] [% review.firstname | html %] [% review.surname | html %]
+                                                            [% CASE 'first' %]
+                                                                [% review.firstname | html %]
+                                                            [% CASE 'surname' %]
+                                                                [% review.surname | html %]
+                                                            [% CASE 'firstandinitial' %]
+                                                                [% review.firstname | html %] [% review.surname|truncate(2,'.') | html %]
+                                                            [% CASE 'username' %]
+                                                                [% review.userid | html %]
+                                                        [% END %]
+                                                    [% END %]
+                                                [% END %]
+                                            </span>
+                                        </p>
                                     </td>
                                     <td>
                                         [% IF ( review.BiblioDefaultViewmarc ) %]