Add the <NONE> option to the fine level field in the web staff
client Vol/Copy Editor.
NB: This was split into its own commit in case it is decided that
this change is not wanted.
To test:
1. Add a value for fine level to a copy.
2. Attempt to remove the value in the copy editor. Note that the
dropdown does not allow you to do so.
3. Apply this commit.
4. Repeat step 2. Now there is a <NONE> option that removes the value
from the copy.
Signed-off-by: Jason Stephenson <jason@sigio.com>
<option value="1">[% l('Low') %]</option>
<option value="2" selected>[% l('Normal') %]</option>
<option value="3">[% l('High') %]</option>
+ <option value="">[% l('<NONE>') %]</option>
</select>
</div>
<div class="col-md-6">