From 33beebf4cb42eba3e1dd868ad5e0af102de961da Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 29 Sep 2012 16:36:46 -0700 Subject: update address standardization for cust_location changes --- rt/share/html/Admin/Elements/ModifyTemplate | 41 +++++++++++++---------------- 1 file changed, 19 insertions(+), 22 deletions(-) (limited to 'rt/share/html/Admin/Elements/ModifyTemplate') diff --git a/rt/share/html/Admin/Elements/ModifyTemplate b/rt/share/html/Admin/Elements/ModifyTemplate index 062090531..ebe7c73bc 100755 --- a/rt/share/html/Admin/Elements/ModifyTemplate +++ b/rt/share/html/Admin/Elements/ModifyTemplate @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -47,38 +47,35 @@ %# END BPS TAGGED BLOCK }}} - - + + - - + + - - + + + + +
-<&|/l&>Name: - -
-
<&|/l&>Name:
-<&|/l&>Description: - -
-
<&|/l&>Description:
-<&|/l&>Content:
-
- +<&|/l&>Type: +><&|/l&>Perl
+><&|/l&>Simple
<&|/l&>Content:
<%INIT> +$Type = 'Perl' if !$Type; + <%ARGS> -$Name => undef -$Description => undef -$Content => undef +$Name => '' +$Description => '' +$Content => '' +$Type => 'Perl' -- cgit v1.2.1