From: Dan Scott Date: Mon, 1 Oct 2012 17:54:34 +0000 (-0400) Subject: Move the moveto to the new moveto template place X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Ffeature%2Fmove_to_storage_2_3;p=contrib%2FConifer.git Move the moveto to the new moveto template place Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates/cat/storage/move.tt2 b/Open-ILS/src/templates/cat/storage/move.tt2 new file mode 100644 index 0000000000..cfd17d2dd2 --- /dev/null +++ b/Open-ILS/src/templates/cat/storage/move.tt2 @@ -0,0 +1,27 @@ +[% ctx.page_title = 'Move item to storage' %] +[% WRAPPER base.tt2 %] + + + + +

Move item to storage

+
+ + + + + +
+
+ +
+ +[% 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 index cfd17d2dd2..0000000000 --- a/Open-ILS/web/templates/default/cat/storage/move.tt2 +++ /dev/null @@ -1,27 +0,0 @@ -[% ctx.page_title = 'Move item to storage' %] -[% WRAPPER base.tt2 %] - - - - -

Move item to storage

-
- - - - - -
-
- -
- -[% END %]