Removes red notice about emailed queue complete notice on LMOR. remove_LMOR_queuecomplete_note
authorTiffany Little <tlittle@georgialibraries.org>
Mon, 21 Jan 2019 16:29:27 +0000 (11:29 -0500)
committerTiffany Little <tlittle@georgialibraries.org>
Mon, 21 Jan 2019 16:29:27 +0000 (11:29 -0500)
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Open-ILS/src/templates/acq/common/vlagent.tt2

index 98792ca..493b023 100644 (file)
@@ -1,14 +1,18 @@
 <style type="text/css">
     @import "[% ctx.media_prefix %]/js/dojo/dojox/form/resources/CheckedMultiSelect.css";
 </style>
+
 [% BLOCK vlagent_form %]
     <tr>
         <td>[% l('Upload to Queue') %]</td>
         <td><div id='acq_vl:existing_queue'></div></td>
         <td>
             <span>[% l('Or create a new queue') %]</span>
-            <input dojoType='dijit.form.TextBox' id='acq_vl:queue_name' size='32'></input>
+            <input dojoType='dijit.form.ValidationTextBox'
+       id='acq_vl:queue_name' 
+       size='32' </input>
         </td>
+ <td><i><font color="red">[% l('(required)') %]</i></font></td>
     </tr>
     <tr>
         <td>[% l('Record Match Set') %]</td>
@@ -61,6 +65,7 @@
         <td><input dojoType='dijit.form.CheckBox' id='acq_vl:create_assets'></input></td>
     </tr>
     [% END %]
+
 [% END %]
 
 [% BLOCK vlagent_results %]
                 <td>[% l('Real Copies Processed') %]</td>
                 <td><span id='acq_vl:copies-processed'>0</span></td>
             </tr>
+
+<tr></tr>
+<tr>
+</tr>
+
         </tbody>
     </table>
 [% END %]