Koha/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt
Wainui Witika-Park 93d2f8fb28 Bug 26703: offline_circ and onboarding folders
Swapped the order of the page titles to have the unique information
first, i.e. the name of the specific page displays first, and the name of the website (e.g. Koha) displays at the end.

To test:
1) Apply patch
2) Ensure each of the files in the offline_circ and onboarding folders are swapped around to display the most unique information first, and the website name is at the end
3) Ensure the pages displayed on the Staff Client that correspond to
these files also display the changes

Sponsored-by: Catalyst IT
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Henry Bolshaw <bolshawh@parliament.uk>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-04-21 11:16:34 +02:00

42 lines
2.2 KiB
Text

[% INCLUDE 'doc-head-open.inc' %]
<title>Create a library &rsaquo; Web installer &rsaquo; Koha</title>
[% INCLUDE 'installer-doc-head-close.inc' %]
</head>
<body id="installer" class="installer">
<div class="container-fluid">
<div class="row">
<div id="onboarding-step1" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
<h1 id="logo"><a href="#">Koha</a></h1>
<h2>Web installer &rsaquo; Create a library</h2>
[% INCLUDE 'onboarding_messages.inc' %]
<form name="LibraryCreation" method="post" action="onboarding.pl">
<fieldset class="rows" >
<input type="hidden" name="step" value="1"/>
<input type="hidden" name="op" value="add_validate_library"/>
<ol>
<li>
<label for="branchcode" class="required">Library code: </label>
<input type="text" pattern="[0-9A-Za-z]{1,10}" name="branchcode" id="branchcode" size="10" maxlength="10" value="" class="required" required="required" />
<span class="required">Required</span>
</li>
<li>
<label for="branchname" class="required">Name: </label>
<input type="text" name="branchname" id="branchname" size="42" class="required" required="required">
<span class="required">Required</span>
</li>
</ol>
<p>To add another library and for more settings, go to:
<span class="breadcrumbs"> Administration <strong>&rsaquo;</strong> Libraries and groups </span>
</p>
<input type="submit" class="btn btn-primary" value="Submit" />
</fieldset>
</form>
</div> <!-- / #onboarding-step1 -->
</div> <!-- / .row -->
</div><!-- / .container-fluid -->
[% INCLUDE 'installer-intranet-bottom.inc' %]