From nicolas.legrand at bulac.fr Mon Dec 8 17:01:22 2014 From: nicolas.legrand at bulac.fr (Nicolas Legrand) Date: Mon, 8 Dec 2014 17:01:22 +0100 Subject: [Koha-docs] OPAC Self Registration improvement Message-ID: Hello, I propose to make it consistant with the template logic: [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]... Had been fighting a bit not understanding why the message didn't show, while having only allowed PatronSelfRegistration. Here is the diff: diff --git a/en/manual.xml b/en/manual.xml index 51fc2c2..83650f9 100644 --- a/en/manual.xml +++ b/en/manual.xml @@ -38189,8 +38189,9 @@ location: [STAFF, ISO]Will block items with an itype code of OPAC Self Registration If you allow it, patrons can register for their own accounts via the OPAC. If you have the PatronSelfRegistration preference set to - 'Allow' then patrons will see a link to register below the log in box on the right of the - main OPAC page. + 'Allow' and the + PatronSelfRegistrationDefaultCategory set, then patrons will see a link to register + below the log in box on the right of the main OPAC page. Registration link in OPAC Cheers, -- Nicolas Legrand Administration technique et d?veloppements du syst?me de gestion de la biblioth?que Biblioth?que universitaire des langues et civilisations 65 rue des Grands Moulins F-75013 PARIS T +33 1 81 69 18 22 www.bulac.fr From nengard at gmail.com Fri Dec 19 18:06:06 2014 From: nengard at gmail.com (Nicole Engard) Date: Fri, 19 Dec 2014 11:06:06 -0600 Subject: [Koha-docs] OPAC Self Registration improvement In-Reply-To: References: Message-ID: Sorry for the delay here, but this patch doesn't apply: Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: OPAC Self Registration improvement fatal: corrupt patch at line 6 Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 OPAC Self Registration improvement The copy of the patch that failed is found in: /Users/nengard/manual/.git/rebase-apply/patch On Mon, Dec 8, 2014 at 10:01 AM, Nicolas Legrand wrote: > Hello, > > I propose to make it consistant with the template logic: > > [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]... > > Had been fighting a bit not understanding why the message didn't show, > while having only allowed PatronSelfRegistration. > > Here is the diff: > > diff --git a/en/manual.xml b/en/manual.xml > index 51fc2c2..83650f9 100644 > --- a/en/manual.xml > +++ b/en/manual.xml > @@ -38189,8 +38189,9 @@ location: [STAFF, ISO]Will > block items with an itype code of > OPAC Self Registration > If you allow it, patrons can register for their own > accounts via the OPAC. If you have > the linkend="PatronSelfRegistration">PatronSelfRegistration > preference set to > - 'Allow' then patrons will see a link to register below the > log in box on the right of the > - main OPAC page. > + 'Allow' and the > + PatronSelfRegistrationDefaultCategory set, then > patrons will see a link to register > + below the log in box on the right of the main OPAC page. > > Registration link in OPAC > > > Cheers, > > -- > > Nicolas Legrand > Administration technique et d?veloppements du syst?me de gestion de la > biblioth?que > > > Biblioth?que universitaire > des langues et civilisations > > 65 rue des Grands Moulins > F-75013 PARIS > T +33 1 81 69 18 22 > www.bulac.fr > _______________________________________________ > Koha-docs mailing list > Koha-docs at lists.koha-community.org > https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-docs