https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855

--- Comment #76 from M. Tompsett <[email protected]> ---
(In reply to Owen Leonard from comment #75)
> (In reply to M. Tompsett from comment #73)
> > There is system preference setting code run when that page is displayed.
> > This ties into the notion of advanced would let you skip onboarding
> > completely or particular steps.
> 
> I'm sorry, I don't understand this comment.

        <input type="hidden" name="step" value="3" />
        <input type="hidden" name="op" value="finish" />
"koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt"

    elsif ( $op && $op eq 'finish' ) {
        $installer->set_version_syspref();
...
        $template->param( "$op" => 1 );
    }
"installer/install.pl"

[% IF ( finish ) %]
    <h1>Congratulations, installation complete</h1>
    <p>If this page does not redirect in 5 seconds, click <a
href="/">here</a>.</p>
[% END %]
"koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt"

-- which reminds me. Can someone change this to 10, or the 10 in the meta to 5?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to