X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FElements%2FModifyTemplate;h=ebe7c73bc6eb78d01f0bec32e7e284e38013b643;hb=43a06151e47d2c59b833cbd8c26d97865ee850b6;hp=06209053195f53e9063994ab57415304d57f44ad;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4;p=freeside.git 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'