From 90b645f1d28903d74d2155d471e77beee513909d Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 30 Apr 2010 14:40:33 +0000 Subject: [PATCH] break the main registration table out to a separate template to ease the process of locally overriding the field order git-svn-id: svn://svn.open-ils.org/ILS/trunk@16358 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../web/templates/default/actor/user/register.tt2 | 90 +-------------------- .../default/actor/user/register_table.tt2 | 91 ++++++++++++++++++++++ 2 files changed, 92 insertions(+), 89 deletions(-) create mode 100644 Open-ILS/web/templates/default/actor/user/register_table.tt2 diff --git a/Open-ILS/web/templates/default/actor/user/register.tt2 b/Open-ILS/web/templates/default/actor/user/register.tt2 index 02a394ea02..b26d7a8294 100644 --- a/Open-ILS/web/templates/default/actor/user/register.tt2 +++ b/Open-ILS/web/templates/default/actor/user/register.tt2 @@ -87,95 +87,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + [% INCLUDE default/actor/user/register_table.tt2 %]
Verify Password
Address - Mailing - Billing - -
- -
Statistical Categories
diff --git a/Open-ILS/web/templates/default/actor/user/register_table.tt2 b/Open-ILS/web/templates/default/actor/user/register_table.tt2 new file mode 100644 index 0000000000..69ca6a3281 --- /dev/null +++ b/Open-ILS/web/templates/default/actor/user/register_table.tt2 @@ -0,0 +1,91 @@ + + + + + Verify Password + + + + + + + + + + Parent/Guardian + + + + + + + + + + + + + + + + User Settings + + + +
+ + + + + Address + + Mailing + Billing + + + + + + + This is a pending address: + +
+
+
+ + + + + + This address is owned by another user: + + + + + + + + + + + + + + + + + + + + + + + + Statistical Categories + + + + + + + -- 2.11.0