Lines 29-35
Link Here
|
29 |
Next up: |
29 |
Next up: |
30 |
<input type="submit" name="op" value="Finish"/> |
30 |
<input type="submit" name="op" value="Finish"/> |
31 |
</form> |
31 |
</form> |
32 |
[% ELSE %] |
32 |
[% ELSE %] |
33 |
<!--Create a circulation rule screen 1--> |
33 |
<!--Create a circulation rule screen 1--> |
34 |
<h1 align="left"> Create a new Circulation rule </h1> |
34 |
<h1 align="left"> Create a new Circulation rule </h1> |
35 |
<form name="createcirculationrule" method="post" action="onboarding.pl"> |
35 |
<form name="createcirculationrule" method="post" action="onboarding.pl"> |
Lines 53-59
Link Here
|
53 |
<!-- <option name="categorycode" value="All">All--> |
53 |
<!-- <option name="categorycode" value="All">All--> |
54 |
<option value="*">All</option> |
54 |
<option value="*">All</option> |
55 |
[% FOREACH category IN categories %] |
55 |
[% FOREACH category IN categories %] |
56 |
<option name="categorycode" value = "[% category.categorycode %]"> [%category.description %]</option> |
56 |
<option name="categorycode" value = "[% category.categorycode %]"> [%category.description %]</option> |
57 |
[%END%] |
57 |
[%END%] |
58 |
</select> |
58 |
</select> |
59 |
<span class="required">Required</span> |
59 |
<span class="required">Required</span> |
60 |
- |
|
|