Move the moveto to the new moveto template place
authorDan Scott <dscott@laurentian.ca>
Mon, 1 Oct 2012 17:54:34 +0000 (13:54 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 8 May 2013 14:33:10 +0000 (10:33 -0400)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/cat/storage/move.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/cat/storage/move.tt2 [deleted file]

diff --git a/Open-ILS/src/templates/cat/storage/move.tt2 b/Open-ILS/src/templates/cat/storage/move.tt2
new file mode 100644 (file)
index 0000000..cfd17d2
--- /dev/null
@@ -0,0 +1,27 @@
+[% 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 %]
diff --git a/Open-ILS/web/templates/default/cat/storage/move.tt2 b/Open-ILS/web/templates/default/cat/storage/move.tt2
deleted file mode 100644 (file)
index cfd17d2..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-[% 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 %]