its not my monday morning
authorivan <ivan>
Mon, 16 Oct 2006 17:13:51 +0000 (17:13 +0000)
committerivan <ivan>
Mon, 16 Oct 2006 17:13:51 +0000 (17:13 +0000)
httemplate/edit/cust_main.cgi
httemplate/view/cust_main/misc.html

index 6f4c98e..57d4dac 100755 (executable)
 
 <!-- birthdate -->
 
-<% if ( $conf->exists('cust_main-enable_birthdate') ) {
+% if ( $conf->exists('cust_main-enable_birthdate') ) {
 
   <BR>
   <% ntable("#cccccc", 2) %>
 
   </TABLE>
 
-<% } %>
+% }
 
 <!-- contact info -->
 
index b6c028e..fdc5ba4 100644 (file)
   <TD BGCOLOR="#ffffff"><% $cust_main->otaker %></TD>
 </TR>
 
-<% if ( $conf->exists('cust_main-enable_birthdate') ) {
+% if ( $conf->exists('cust_main-enable_birthdate') ) {
 
   <TR>
     <TD ALIGN="right">Date of Birth</TD>
     <TD BGCOLOR="#ffffff"><% $cust_main->birthdate ? time2str($date_format, $cust_main->birthdate) : '' %></TD>
   </TR>
 
-<% } %>
+% }
 
 </TABLE></TD></TR></TABLE>