indentation
authorivan <ivan>
Thu, 17 Jun 2010 01:15:33 +0000 (01:15 +0000)
committerivan <ivan>
Thu, 17 Jun 2010 01:15:33 +0000 (01:15 +0000)
httemplate/edit/cust_main/birthdate.html

index 415aba3..b4e78e3 100644 (file)
@@ -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>