--- /dev/null
+[% ctx.page_title = 'Move item to storage' %]
+[% WRAPPER base.tt2 %]
+<script src='[% ctx.media_prefix %]/js/ui/default/cat/storage/move.js'> </script>
+
+<style>
+ label { margin-left: 2em; }
+ .dijitTextBoxFocused, .dijitFocused { border:1px dashed #3e3e3e; color: #303030; font-weight:bold;}
+ .alert { color: red; font-weight: bold; }
+ #resultsDiv { font-size: larger; margin-top: 3em; margin-left: 2em; }
+ h1 { margin-left: 1em; font-weight: bold; }
+ #barcodeForm { margin-top: 2em; }
+
+</style>
+
+<h1>Move item to storage</h1>
+<form method="get" action="/eg/cat/storage/move" id="barcodeForm">
+ <table style="margin-top: 2em;">
+ <tr>
+ <td><label for="barcode" style="font-size: larger;">Barcode</label></td>
+ <td><input type="text" id="barcode" name="barcode" dojoType="dijit.form.TextBox" style="margin-left: 1em;"/></td>
+ </tr>
+ </table>
+</form>
+
+<div id="resultsDiv"></div>
+
+[% END %]
+++ /dev/null
-[% ctx.page_title = 'Move item to storage' %]
-[% WRAPPER base.tt2 %]
-<script src='[% ctx.media_prefix %]/js/ui/default/cat/storage/move.js'> </script>
-
-<style>
- label { margin-left: 2em; }
- .dijitTextBoxFocused, .dijitFocused { border:1px dashed #3e3e3e; color: #303030; font-weight:bold;}
- .alert { color: red; font-weight: bold; }
- #resultsDiv { font-size: larger; margin-top: 3em; margin-left: 2em; }
- h1 { margin-left: 1em; font-weight: bold; }
- #barcodeForm { margin-top: 2em; }
-
-</style>
-
-<h1>Move item to storage</h1>
-<form method="get" action="/eg/cat/storage/move" id="barcodeForm">
- <table style="margin-top: 2em;">
- <tr>
- <td><label for="barcode" style="font-size: larger;">Barcode</label></td>
- <td><input type="text" id="barcode" name="barcode" dojoType="dijit.form.TextBox" style="margin-left: 1em;"/></td>
- </tr>
- </table>
-</form>
-
-<div id="resultsDiv"></div>
-
-[% END %]