Wainui Witika-Park
96501a941b
Changed each of the pages in the installer and onboarding folders to have one <h1> tag showing that describes the page, rather than the <h1> describing the logo. The hierarchy of heading tags may be broken in many pages, but this will be dealt with in an additional bug. To test: 1) Go to the Staff Client 2) Apply patch 3) Ensure that the page source shows logo inside <div> and not inside <h1> 4) Go to each of the pages in the installer and onboarding folders and check that they have an obvious and descriptive heading 5) Ensure that the heading in the page is <h1> Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
57 lines
3.2 KiB
Text
57 lines
3.2 KiB
Text
[% INCLUDE 'doc-head-open.inc' %]
|
|
|
|
<title>Create a library › Web installer › 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">
|
|
<div id="logo"><a href="#">Koha</a></div>
|
|
<h1>Web installer › Create a library</h1>
|
|
|
|
[% INCLUDE 'onboarding_messages.inc' %]
|
|
|
|
<div id="steps">
|
|
<ol>
|
|
<li class="complete"><i class="fa fa-check-square-o" aria-hidden="true"></i> Installation</li>
|
|
<li class="current open"><i class="fa fa-square-o" aria-hidden="true"></i> Onboarding
|
|
<ol>
|
|
<li class="current open"><i class="fa fa-square-o" aria-hidden="true"></i> Create a library</li>
|
|
<li class="open"><i class="fa fa-square-o" aria-hidden="true"></i> Create a patron category</li>
|
|
<li class="open"><i class="fa fa-square-o" aria-hidden="true"></i> Create Koha administrator patron</li>
|
|
<li class="open"><i class="fa fa-square-o" aria-hidden="true"></i> Create a new item type</li>
|
|
<li class="open"><i class="fa fa-square-o" aria-hidden="true"></i> Create a new circulation rule</li>
|
|
</ol>
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
|
|
<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>›</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' %]
|