Bugzilla – Attachment 109299 Details for
Bug 23420
Add "SuggestionsUnwantedFields" to hide fields from the suggestions form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23420: (follow-up) remove title
Bug-23420-follow-up-remove-title.patch (text/plain), 2.43 KB, created by
Lucas Gass (lukeg)
on 2020-08-30 16:14:31 UTC
(
hide
)
Description:
Bug 23420: (follow-up) remove title
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2020-08-30 16:14:31 UTC
Size:
2.43 KB
patch
obsolete
>From 9e5a2e70138f971f01b5c7aee357e5c32cd34a45 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Sun, 30 Aug 2020 16:07:53 +0000 >Subject: [PATCH] Bug 23420: (follow-up) remove title > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 1 - > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 2 -- > 2 files changed, 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >index c81d4a446b..87ef2ec769 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >@@ -628,7 +628,6 @@ OPAC: > - "Fields that should be mandatory for patron purchase suggestions:" > - pref: OPACSuggestionMandatoryFields > multiple: >- title: Title > author: Author > copyrightdate: Copyright or publication date > isbn: ISBN, ISSN or other standard number >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >index 71fad804b8..0fa33fc519 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -56,7 +56,6 @@ > <form action="/cgi-bin/koha/opac-suggestions.pl" method="post" id="add_suggestion_form"> > <fieldset class="rows"> > <ol> >- [% UNLESS ( title_hidden ) %] > <li> > [% IF ( title_required ) %] > <label for="title" class="required">Title:</label> >@@ -67,7 +66,6 @@ > <input type="text" id="title" name="title" class="span6" maxlength="255" value="[% title | html %]" /> > [% END %] > </li> >- [% END %] > <li> > [% UNLESS ( author_hidden ) %] > [% IF ( author_required ) %] >-- >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 23420
:
107662
|
107787
|
108426
|
108429
|
108430
|
109299
|
110414
|
110418
|
110419
|
110671
|
110688
|
110689
|
111254