Bug 24875: Remove extra punctuation from tools start page
The patron clubs note was ending with .., but patch also removed some single . to be consistent with the majority of entries on the tools page. To test: - Check the tools start page for ending . in the notes - Apply patch - Verify the punctuation is now consistent Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
33bbbdd1a3
commit
3cdd94065c
1 changed files with 5 additions and 5 deletions
|
@ -21,17 +21,17 @@
|
||||||
<dl>
|
<dl>
|
||||||
[% IF (CAN_user_tools_manage_patron_lists) %]
|
[% IF (CAN_user_tools_manage_patron_lists) %]
|
||||||
<dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a>
|
<dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a>
|
||||||
<dd>Manage lists of patrons.</dd>
|
<dd>Manage lists of patrons</dd>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF (CAN_user_clubs) %]
|
[% IF (CAN_user_clubs) %]
|
||||||
<dt><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a>
|
<dt><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a>
|
||||||
<dd>Manage patron clubs..</dd>
|
<dd>Manage patron clubs</dd>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF ( CAN_user_tools_moderate_comments ) %]
|
[% IF ( CAN_user_tools_moderate_comments ) %]
|
||||||
<dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="number_box"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments | html %]</a></span>[% END %]</dt>
|
<dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="number_box"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments | html %]</a></span>[% END %]</dt>
|
||||||
<dd>Moderate patron comments. </dd>
|
<dd>Moderate patron comments</dd>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF ( CAN_user_tools_import_patrons ) %]
|
[% IF ( CAN_user_tools_import_patrons ) %]
|
||||||
|
@ -212,12 +212,12 @@
|
||||||
|
|
||||||
[% IF ( CAN_user_tools_marc_modification_templates ) %]
|
[% IF ( CAN_user_tools_marc_modification_templates ) %]
|
||||||
<dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
|
<dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
|
||||||
<dd>Manage templates for modifying MARC records during import.</dd>
|
<dd>Manage templates for modifying MARC records during import</dd>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF ( CAN_user_tools_stage_marc_import ) %]
|
[% IF ( CAN_user_tools_stage_marc_import ) %]
|
||||||
<dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
|
<dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
|
||||||
<dd>Stage MARC records into the reservoir.</dd>
|
<dd>Stage MARC records into the reservoir</dd>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF ( CAN_user_tools_manage_staged_marc ) %]
|
[% IF ( CAN_user_tools_manage_staged_marc ) %]
|
||||||
|
|
Loading…
Reference in a new issue