Bugzilla – Attachment 63589 Details for
Bug 18060
Add onboarding functionality to guide users through setting up labels for the first time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Bug 18060 - Removed unused form in onboardinginclude3.inc
Bug-18060---Removed-unused-form-in-onboardinginclu.patch (text/plain), 4.68 KB, created by
Alex Buckley
on 2017-05-21 13:20:18 UTC
(
hide
)
Description:
Bug 18060 - Removed unused form in onboardinginclude3.inc
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2017-05-21 13:20:18 UTC
Size:
4.68 KB
patch
obsolete
>From 17a585bec05e8230f8efc577dc50b64b5d22e464 Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Wed, 17 May 2017 10:01:27 +0000 >Subject: [PATCH] Bug 18060 - Removed unused form in onboardinginclude3.inc > >--- > .../prog/en/includes/onboardinginclude3.inc | 81 ---------------------- > 1 file changed, 81 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/onboardinginclude3.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/onboardinginclude3.inc >index f4d1b5b..6097fcf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/onboardinginclude3.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/onboardinginclude3.inc >@@ -70,87 +70,6 @@ > <input type="hidden" name="budget_period_id" value="1" /> > </fieldset> > </form> >-[% ELSIF displayonboarding == "label" %] >- <form name="input" action="/cgi-bin/koha/labels/label-edit-profile.pl" method="get"> >- <fieldset class="rows"><legend>Profile settings</legend> >- <ol> >- <li> >- [% IF ( profile_id ) %] >- <span class="label">Printer name:</span>[% printer_name %] >- <input type="hidden" name="printer_name" value="[% printer_name %]" /> >- [% ELSE %] >- <label for="printer_name">Printer name:</label><input type="text" size="20" name="printer_name" id="printer_name" /> >- [% END %] >- </li> >- <li> >- [% IF ( profile_id ) %] >- <span class="label">Paper bin:</span> [% paper_bin %] >- <input type="hidden" name="paper_bin" value="[% paper_bin %]" /> >- [% ELSE %] >- <label for="paper_bin">Paper bin:</label><input type="text" size="20" name="paper_bin" id="paper_bin" /> >- [% END %] >- </li> >- <li> >- [% IF ( label_template ) %] >- <label for="template_name">Template name:</label> [% label_template %] >- [% ELSE %] >- <span class="label">Template name:</span> Profile unassigned >- [% END %] >- </li> >- <li> >- <label for="units">Units: </label> >- <select id="units" name="units"> >- [% FOREACH unit IN units %] >- [% IF ( unit.selected ) %] >- <option value="[% unit.type %]" selected="selected"> >- [% ELSE %] >- <option value="[% unit.type %]"> >- [% END %] >- [% SWITCH unit.type %] >- [% CASE 'POINT' %] >- PostScript Points >- [% CASE 'AGATE' %] >- Adobe Agates >- [% CASE 'INCH' %] >- US Inches >- [% CASE 'MM' %] >- SI Millimeters >- [% CASE 'CM' %] >- SI Centimeters >- [% END %] >- </option> >- [% END %] >- </select> >- </li> >- </ol> >- </fieldset> >- <fieldset class="rows"><legend>Offset:</legend> >- <ol> >- <li> >- <label for="offset_horz">Horizontal: </label><input type="text" size="4" name="offset_horz" id="offset_horz" value="[% offset_horz %]" /> >- </li> >- <li> >- <label for="offset_vert">Vertical: </label><input type="text" size="4" name="offset_vert" id="offset_vert" value="[% offset_vert %]" /> >- </li> >- </ol> >- </fieldset> >- <fieldset class="rows"><legend>Creep:</legend> >- <ol> >- <li> >- <label for="creep_horz">Horizontal: </label><input type="text" size="4" name="creep_horz" id="creep_horz" value="[% creep_horz %]" /> >- </li> >- <li> >- <label for="creep_vert">Vertical: </label><input type="text" size="4" name="creep_vert" id="creep_vert" value="[% creep_vert %]" /> >- </li> >- </ol> >- </fieldset> >- <fieldset class="action"> >- <input type="submit" value="Save" /> >- <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile" class="cancel">Cancel</a> >- <input type="hidden" name="op" value="save" /> >- <input type="hidden" name="profile_id" value="[% profile_id %]" /> >- </fieldset> >- </form> > [% END %] > </div> > >-- >2.1.4
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 Raw
Actions:
View
Attachments on
bug 18060
:
63224
|
63225
|
63228
|
63229
|
63587
|
63588
|
63589
|
64733
|
64766
|
64951
|
67663