Revision: 6585
          http://care2002.svn.sourceforge.net/care2002/?rev=6585&view=rev
Author:   robertmeggle
Date:     2010-07-21 11:37:08 +0000 (Wed, 21 Jul 2010)

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

Modified Paths:
--------------
    care2x/branches/gettext/modules/address/address_manage.php
    care2x/branches/gettext/modules/address/address_manage_pass.php
    care2x/branches/gettext/modules/address/citytown_info.php
    care2x/branches/gettext/modules/address/citytown_list.php
    care2x/branches/gettext/modules/address/citytown_new.php
    care2x/branches/gettext/modules/address/citytown_search.php
    care2x/branches/gettext/modules/address/citytown_update.php
    care2x/branches/gettext/modules/address/index.php
    care2x/branches/gettext/modules/address/model/class_address.php
    care2x/branches/gettext/modules/address/roots.php

Modified: care2x/branches/gettext/modules/address/address_manage.php
===================================================================
--- care2x/branches/gettext/modules/address/address_manage.php  2010-07-21 
11:35:44 UTC (rev 6584)
+++ care2x/branches/gettext/modules/address/address_manage.php  2010-07-21 
11:37:08 UTC (rev 6585)
@@ -44,7 +44,6 @@
 
 ob_start();
 ?>
-
   <p><br>
   
   <table border=0 cellpadding=5>
@@ -86,4 +85,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/address/address_manage_pass.php
===================================================================
--- care2x/branches/gettext/modules/address/address_manage_pass.php     
2010-07-21 11:35:44 UTC (rev 6584)
+++ care2x/branches/gettext/modules/address/address_manage_pass.php     
2010-07-21 11:37:08 UTC (rev 6585)
@@ -33,7 +33,6 @@
 
 require($root_path.'include/helpers/inc_passcheck_head.php');
 ?>
-
 <BODY  onLoad="document.passwindow.userid.focus();" bgcolor=<?php echo 
$cfg['body_bgcolor']; ?>
 <?php if (!$cfg['dhtml']){ echo ' link='.$cfg['idx_txtcolor'].' 
alink='.$cfg['body_alink'].' vlink='.$cfg['idx_txtcolor']; } ?>>
 <FONT    SIZE=-1  FACE="Arial">

Modified: care2x/branches/gettext/modules/address/citytown_info.php
===================================================================
--- care2x/branches/gettext/modules/address/citytown_info.php   2010-07-21 
11:35:44 UTC (rev 6584)
+++ care2x/branches/gettext/modules/address/citytown_info.php   2010-07-21 
11:37:08 UTC (rev 6585)
@@ -61,7 +61,6 @@
 ob_start();
 
 ?>
-
 <ul>
 <?php
 if(isset($save_ok)&&$save_ok){ 
@@ -138,4 +137,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/address/citytown_list.php
===================================================================
--- care2x/branches/gettext/modules/address/citytown_list.php   2010-07-21 
11:35:44 UTC (rev 6584)
+++ care2x/branches/gettext/modules/address/citytown_list.php   2010-07-21 
11:37:08 UTC (rev 6585)
@@ -93,7 +93,6 @@
 
 ob_start();
 ?>
-
  <ul>
 
  &nbsp;
@@ -200,4 +199,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/address/citytown_new.php
===================================================================
--- care2x/branches/gettext/modules/address/citytown_new.php    2010-07-21 
11:35:44 UTC (rev 6584)
+++ care2x/branches/gettext/modules/address/citytown_new.php    2010-07-21 
11:37:08 UTC (rev 6585)
@@ -98,7 +98,6 @@
 
 ob_start();
 ?>
-
 <script language="javascript">
 <!-- 
 function check(d)
@@ -134,7 +133,6 @@
 ob_start();
 
 ?>
-
 <ul>
 <?php
 if(!empty($mode)){ 
@@ -230,4 +228,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/address/citytown_search.php
===================================================================
--- care2x/branches/gettext/modules/address/citytown_search.php 2010-07-21 
11:35:44 UTC (rev 6584)
+++ care2x/branches/gettext/modules/address/citytown_search.php 2010-07-21 
11:37:08 UTC (rev 6585)
@@ -112,7 +112,6 @@
 
 ob_start();
 ?>
-
  <ul>
 
 &nbsp;

Modified: care2x/branches/gettext/modules/address/citytown_update.php
===================================================================
--- care2x/branches/gettext/modules/address/citytown_update.php 2010-07-21 
11:35:44 UTC (rev 6584)
+++ care2x/branches/gettext/modules/address/citytown_update.php 2010-07-21 
11:37:08 UTC (rev 6585)
@@ -73,7 +73,6 @@
 ob_start();
 
 ?>
-
 <ul>
 <?php
 if(!empty($mode)){ 
@@ -176,4 +175,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/address/index.php
===================================================================
--- care2x/branches/gettext/modules/address/index.php   2010-07-21 11:35:44 UTC 
(rev 6584)
+++ care2x/branches/gettext/modules/address/index.php   2010-07-21 11:37:08 UTC 
(rev 6585)
@@ -2,4 +2,4 @@
 /* This is a trap file. Do not remove it from this directory. Do not edit it. 
*/
 header('location:../../index.php');
 exit;
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/address/model/class_address.php
===================================================================
--- care2x/branches/gettext/modules/address/model/class_address.php     
2010-07-21 11:35:44 UTC (rev 6584)
+++ care2x/branches/gettext/modules/address/model/class_address.php     
2010-07-21 11:37:08 UTC (rev 6585)
@@ -299,4 +299,4 @@
                }else{return 0;}
        }
 }
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/address/roots.php
===================================================================
--- care2x/branches/gettext/modules/address/roots.php   2010-07-21 11:35:44 UTC 
(rev 6584)
+++ care2x/branches/gettext/modules/address/roots.php   2010-07-21 11:37:08 UTC 
(rev 6585)
@@ -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