Lines 73-85
$(document).ready(function() {
Link Here
|
73 |
|
73 |
|
74 |
[% IF ( action_modify ) %]<div class="note"><strong>NOTE:</strong> If you change an authorized value, existing records using it won't be updated.</div>[% END %] |
74 |
[% IF ( action_modify ) %]<div class="note"><strong>NOTE:</strong> If you change an authorized value, existing records using it won't be updated.</div>[% END %] |
75 |
|
75 |
|
76 |
<form action="[% script_name %]" name="Aform" method="post"> |
76 |
<form action="[% script_name %]" name="Aform" class="validated" method="post"> |
77 |
<input type="hidden" name="op" value="add_validate" /> |
77 |
<input type="hidden" name="op" value="add_validate" /> |
78 |
<input type="hidden" name="offset" value="[% offset %]" /> |
78 |
<input type="hidden" name="offset" value="[% offset %]" /> |
79 |
<fieldset class="rows"><ol> |
79 |
<fieldset class="rows"><ol> |
80 |
<li> |
80 |
<li> |
81 |
[% IF ( action_add_category ) %]<label for="category">Category: </label> |
81 |
[% IF ( action_add_category ) %]<label for="category">Category: </label> |
82 |
<input type="text" name="category" id="category" size="16" maxlength="16" class="focus" /> |
82 |
<input type="text" name="category" id="category" size="16" maxlength="16" class="focus,required" required="required" /> |
83 |
[% ELSE %]<span class="label">Category</span> |
83 |
[% ELSE %]<span class="label">Category</span> |
84 |
<input type="hidden" name="category" value="[% category %]" /> [% category %] |
84 |
<input type="hidden" name="category" value="[% category %]" /> [% category %] |
85 |
[% END %] |
85 |
[% END %] |
86 |
- |
|
|