Revision: 6618
          http://care2002.svn.sourceforge.net/care2002/?rev=6618&view=rev
Author:   robertmeggle
Date:     2010-07-21 12:02:40 +0000 (Wed, 21 Jul 2010)

Log Message:
-----------
see #76

Modified Paths:
--------------
    care2x/branches/gettext/modules/insurance_co/index.php
    care2x/branches/gettext/modules/insurance_co/insurance_co_info.php
    care2x/branches/gettext/modules/insurance_co/insurance_co_list.php
    care2x/branches/gettext/modules/insurance_co/insurance_co_manage.php
    care2x/branches/gettext/modules/insurance_co/insurance_co_new.php
    care2x/branches/gettext/modules/insurance_co/insurance_co_search.php
    care2x/branches/gettext/modules/insurance_co/insurance_co_update.php
    care2x/branches/gettext/modules/insurance_co/model/class_insurance.php
    care2x/branches/gettext/modules/insurance_co/roots.php

Modified: care2x/branches/gettext/modules/insurance_co/index.php
===================================================================
--- care2x/branches/gettext/modules/insurance_co/index.php      2010-07-21 
12:01:38 UTC (rev 6617)
+++ care2x/branches/gettext/modules/insurance_co/index.php      2010-07-21 
12:02:40 UTC (rev 6618)
@@ -1,4 +1,4 @@
 <?php
 header('location:../../index.php');
 exit;
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/insurance_co/insurance_co_info.php
===================================================================
--- care2x/branches/gettext/modules/insurance_co/insurance_co_info.php  
2010-07-21 12:01:38 UTC (rev 6617)
+++ care2x/branches/gettext/modules/insurance_co/insurance_co_info.php  
2010-07-21 12:02:40 UTC (rev 6618)
@@ -63,7 +63,6 @@
 ob_start();
 
 ?>
-
  <ul>
 <?php
 if(isset($save_ok)&&$save_ok){ 
@@ -163,4 +162,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/insurance_co/insurance_co_list.php
===================================================================
--- care2x/branches/gettext/modules/insurance_co/insurance_co_list.php  
2010-07-21 12:01:38 UTC (rev 6617)
+++ care2x/branches/gettext/modules/insurance_co/insurance_co_list.php  
2010-07-21 12:02:40 UTC (rev 6618)
@@ -94,7 +94,6 @@
 ob_start();
 
 ?>
-
 <ul>
 
 <?php 
@@ -171,4 +170,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/insurance_co/insurance_co_manage.php
===================================================================
--- care2x/branches/gettext/modules/insurance_co/insurance_co_manage.php        
2010-07-21 12:01:38 UTC (rev 6617)
+++ care2x/branches/gettext/modules/insurance_co/insurance_co_manage.php        
2010-07-21 12:02:40 UTC (rev 6618)
@@ -44,7 +44,6 @@
 
 ob_start();
 ?>
-
   <p><br>
   <table border=0 cellpadding=5 >
     <tr>
@@ -83,4 +82,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/insurance_co/insurance_co_new.php
===================================================================
--- care2x/branches/gettext/modules/insurance_co/insurance_co_new.php   
2010-07-21 12:01:38 UTC (rev 6617)
+++ care2x/branches/gettext/modules/insurance_co/insurance_co_new.php   
2010-07-21 12:02:40 UTC (rev 6618)
@@ -91,7 +91,6 @@
 ob_start();
 
 ?>
-
 <script language="javascript">
 <!-- 
 function check(d)
@@ -131,7 +130,6 @@
 ob_start();
 
 ?>
-
  <ul>
 <?php
 if(!empty($mode)){ 
@@ -249,4 +247,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/insurance_co/insurance_co_search.php
===================================================================
--- care2x/branches/gettext/modules/insurance_co/insurance_co_search.php        
2010-07-21 12:01:38 UTC (rev 6617)
+++ care2x/branches/gettext/modules/insurance_co/insurance_co_search.php        
2010-07-21 12:02:40 UTC (rev 6618)
@@ -116,7 +116,6 @@
 ob_start();
 
 ?>
-
  <ul>
  <FONT  SIZE=2  FACE="verdana,Arial">
 &nbsp;
@@ -208,4 +207,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/insurance_co/insurance_co_update.php
===================================================================
--- care2x/branches/gettext/modules/insurance_co/insurance_co_update.php        
2010-07-21 12:01:38 UTC (rev 6617)
+++ care2x/branches/gettext/modules/insurance_co/insurance_co_update.php        
2010-07-21 12:02:40 UTC (rev 6618)
@@ -74,7 +74,6 @@
 ob_start();
 
 ?>
-
 <script language="javascript">
 <!-- 
 function check(d)
@@ -110,7 +109,6 @@
 ob_start();
 
 ?>
-
  <ul>
 <?php
 if(!empty($mode)){ 
@@ -232,4 +230,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/insurance_co/model/class_insurance.php
===================================================================
--- care2x/branches/gettext/modules/insurance_co/model/class_insurance.php      
2010-07-21 12:01:38 UTC (rev 6617)
+++ care2x/branches/gettext/modules/insurance_co/model/class_insurance.php      
2010-07-21 12:02:40 UTC (rev 6618)
@@ -631,4 +631,4 @@
        }
 
 }
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/insurance_co/roots.php
===================================================================
--- care2x/branches/gettext/modules/insurance_co/roots.php      2010-07-21 
12:01:38 UTC (rev 6617)
+++ care2x/branches/gettext/modules/insurance_co/roots.php      2010-07-21 
12:02:40 UTC (rev 6618)
@@ -1,4 +1,4 @@
 <?php
 $root_path='../../';
 $top_dir='modules/insurance_co/';
-?>
+?>
\ No newline at end of file


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to