diff options
| author | ivan <ivan> | 2010-06-17 01:15:33 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2010-06-17 01:15:33 +0000 | 
| commit | 47b98594797491ed843e6fca3a333c5b148feddd (patch) | |
| tree | 2cf6a823b8fb8352d0a82d04c94fe6854d31b6e4 | |
| parent | e8e3b0968ca827a1b1ae2bec82f112d0379bb90e (diff) | |
indentation
| -rw-r--r-- | httemplate/edit/cust_main/birthdate.html | 13 | 
1 files changed, 7 insertions, 6 deletions
diff --git a/httemplate/edit/cust_main/birthdate.html b/httemplate/edit/cust_main/birthdate.html index 415aba3c4..b4e78e3b9 100644 --- a/httemplate/edit/cust_main/birthdate.html +++ b/httemplate/edit/cust_main/birthdate.html @@ -1,10 +1,11 @@  <% ntable("#cccccc", 2) %> -  <% include ('/elements/tr-input-date-field.html', -              'birthdate', -              $cust_main->birthdate, -              'Date of Birth', -              $conf->config('date_format') || "%m/%d/%Y", -              1) +  <% include( '/elements/tr-input-date-field.html', +                'birthdate', +                $cust_main->birthdate, +                'Date of Birth', +                ( $conf->config('date_format') || "%m/%d/%Y" ), +                1 +            )    %>  </TABLE>  <%init>  | 
