Bug 11297: (QA follow-up) Make table headings match other pages
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 16 Feb 2020 03:09:07 +0000 (03:09 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 19 Feb 2020 16:08:00 +0000 (16:08 +0000)
The patch set adds a table hading for the Actions column on the
summary page. If you compare with other pages, this should
be labelled 'Actions' instead of 'Options'.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt

index c5ec8fe..f2df3a8 100644 (file)
     [% END %]
     <table id="serverst">
 
-        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th><th>Options</th>
+        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th><th>Actions</th>
         </tr></thead>
         <tbody>
         [% FOREACH loo IN loop %]