Revision: 6633
          http://care2002.svn.sourceforge.net/care2002/?rev=6633&view=rev
Author:   mizuko
Date:     2010-07-21 16:47:01 +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
    care2x/branches/gettext/modules/ambulatory/amb_clinic_assignwaiting.php
    care2x/branches/gettext/modules/ambulatory/amb_clinic_discharge.php
    care2x/branches/gettext/modules/ambulatory/amb_clinic_patients.php
    care2x/branches/gettext/modules/ambulatory/amb_clinic_patients_pass.php
    care2x/branches/gettext/modules/ambulatory/amb_clinic_transfer_save.php
    care2x/branches/gettext/modules/ambulatory/amb_clinic_transfer_select.php
    care2x/branches/gettext/modules/ambulatory/ambulatory.php
    care2x/branches/gettext/modules/ambulatory/index.php
    care2x/branches/gettext/modules/ambulatory/roots.php
    care2x/branches/gettext/modules/calendar/calendar-options.php
    care2x/branches/gettext/modules/calendar/calendar.php
    care2x/branches/gettext/modules/calendar/index.php
    care2x/branches/gettext/modules/calendar/roots.php
    care2x/branches/gettext/modules/drg/drg-icd10-search.php
    care2x/branches/gettext/modules/drg/drg-intern-create.php
    care2x/branches/gettext/modules/drg/drg-ops-intern-search.php
    care2x/branches/gettext/modules/drg/drg-ops-intern.php
    care2x/branches/gettext/modules/drg/drg-ops301-search.php
    care2x/branches/gettext/modules/drg/drg-ops301.php
    care2x/branches/gettext/modules/drg/drg-quicklist.php
    care2x/branches/gettext/modules/drg/drg-related-codes.php
    care2x/branches/gettext/modules/drg/drg_inc_local_user.php
    care2x/branches/gettext/modules/drg/includes/inc_drg_entry_save.php
    care2x/branches/gettext/modules/drg/index.php
    care2x/branches/gettext/modules/drg/roots.php

Property Changed:
----------------
    care2x/branches/gettext/


Property changes on: care2x/branches/gettext
___________________________________________________________________
Modified: svn:mergeinfo
   - /care2x/branches/gettext:6581

   + /care2x/branches/gettext:6581,6585-6588

Modified: svk:merge
   - dfe0a504-e60e-0410-a6f1-ba34f8989dbf:/care2x/branches/gettext:6581

   + dfe0a504-e60e-0410-a6f1-ba34f8989dbf:/care2x/branches/gettext:6581
dfe0a504-e60e-0410-a6f1-ba34f8989dbf:/care2x/branches/gettext:6588


Modified: care2x/branches/gettext/modules/address/address_manage.php
===================================================================
--- care2x/branches/gettext/modules/address/address_manage.php  2010-07-21 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/address/address_manage.php  2010-07-21 
16:47:01 UTC (rev 6633)
@@ -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 16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/address/address_manage_pass.php     
2010-07-21 16:47:01 UTC (rev 6633)
@@ -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 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/address/citytown_info.php   2010-07-21 
16:47:01 UTC (rev 6633)
@@ -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 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/address/citytown_list.php   2010-07-21 
16:47:01 UTC (rev 6633)
@@ -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 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/address/citytown_new.php    2010-07-21 
16:47:01 UTC (rev 6633)
@@ -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 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/address/citytown_search.php 2010-07-21 
16:47:01 UTC (rev 6633)
@@ -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 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/address/citytown_update.php 2010-07-21 
16:47:01 UTC (rev 6633)
@@ -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 16:45:09 UTC 
(rev 6632)
+++ care2x/branches/gettext/modules/address/index.php   2010-07-21 16:47:01 UTC 
(rev 6633)
@@ -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 16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/address/model/class_address.php     
2010-07-21 16:47:01 UTC (rev 6633)
@@ -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 16:45:09 UTC 
(rev 6632)
+++ care2x/branches/gettext/modules/address/roots.php   2010-07-21 16:47:01 UTC 
(rev 6633)
@@ -1,4 +1,4 @@
 <?php
 $root_path='../../';
 $top_dir='modules/insurance_co/';
-?>
+?>
\ No newline at end of file

Modified: 
care2x/branches/gettext/modules/ambulatory/amb_clinic_assignwaiting.php
===================================================================
--- care2x/branches/gettext/modules/ambulatory/amb_clinic_assignwaiting.php     
2010-07-21 16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/ambulatory/amb_clinic_assignwaiting.php     
2010-07-21 16:47:01 UTC (rev 6633)
@@ -117,7 +117,6 @@
 
  ob_start();
 ?>
-
 <script language="javascript">
 <!-- 
   var urlholder;
@@ -207,13 +206,11 @@
 
 $smarty->display('nursing/basic_data_admit.tpl');
 ?>
-
 <!--  Show stop sign and warn if the initial ward assignment is different from 
this ward -->
 <?php
 if($encounter['current_dept_nr']!=$dept_nr){
        $ack_but='takeover.gif';
 ?>
-
 <table border=0>
   <tr>
     <td><img <?php     echo createLDImgSrc($root_path,'stop.png','0'); ?>></td>

Modified: care2x/branches/gettext/modules/ambulatory/amb_clinic_discharge.php
===================================================================
--- care2x/branches/gettext/modules/ambulatory/amb_clinic_discharge.php 
2010-07-21 16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/ambulatory/amb_clinic_discharge.php 
2010-07-21 16:47:01 UTC (rev 6633)
@@ -131,7 +131,6 @@
        ob_start();
 
 ?>
-
 <script language="javascript">
 <!-- 
 
@@ -275,4 +274,4 @@
 
  $smarty->display('common/mainframe.tpl');
  // $smarty->display('debug.tpl');
- ?>
+ ?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/ambulatory/amb_clinic_patients.php
===================================================================
--- care2x/branches/gettext/modules/ambulatory/amb_clinic_patients.php  
2010-07-21 16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/ambulatory/amb_clinic_patients.php  
2010-07-21 16:47:01 UTC (rev 6633)
@@ -145,7 +145,6 @@
 
  ob_start();
 ?>
-
 <script language="javascript">
 <!-- 
   var urlholder;
@@ -221,7 +220,6 @@
 <?php 
 require($root_path.'include/helpers/inc_checkdate_lang.php'); 
 ?>
-
 // -->
 </script>
 
@@ -500,4 +498,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
- ?>
+ ?>
\ No newline at end of file

Modified: 
care2x/branches/gettext/modules/ambulatory/amb_clinic_patients_pass.php
===================================================================
--- care2x/branches/gettext/modules/ambulatory/amb_clinic_patients_pass.php     
2010-07-21 16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/ambulatory/amb_clinic_patients_pass.php     
2010-07-21 16:47:01 UTC (rev 6633)
@@ -46,7 +46,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']; } ?>>
 

Modified: 
care2x/branches/gettext/modules/ambulatory/amb_clinic_transfer_save.php
===================================================================
--- care2x/branches/gettext/modules/ambulatory/amb_clinic_transfer_save.php     
2010-07-21 16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/ambulatory/amb_clinic_transfer_save.php     
2010-07-21 16:47:01 UTC (rev 6633)
@@ -63,7 +63,6 @@
 require($root_path.'include/helpers/inc_js_gethelp.php');
 require($root_path.'include/helpers/inc_css_a_hilitebu.php');
 ?>
-
 <style type="text/css" name="s2">
 td.vn { font-family:verdana,arial; color:#000088; font-size:10}
 

Modified: 
care2x/branches/gettext/modules/ambulatory/amb_clinic_transfer_select.php
===================================================================
--- care2x/branches/gettext/modules/ambulatory/amb_clinic_transfer_select.php   
2010-07-21 16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/ambulatory/amb_clinic_transfer_select.php   
2010-07-21 16:47:01 UTC (rev 6633)
@@ -60,7 +60,6 @@
 
  ob_start();
 ?>
-
 <script language="javascript">
 <!-- 
 var urlholder;
@@ -94,7 +93,6 @@
 ob_start();
 
 ?>
-
 <table border=0>
   <tr>
     <td><img <?php     echo createMascot($root_path,'mascot2_r.gif','0'); 
?>></td>
@@ -140,4 +138,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
- ?>
+ ?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/ambulatory/ambulatory.php
===================================================================
--- care2x/branches/gettext/modules/ambulatory/ambulatory.php   2010-07-21 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/ambulatory/ambulatory.php   2010-07-21 
16:47:01 UTC (rev 6633)
@@ -288,4 +288,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/ambulatory/index.php
===================================================================
--- care2x/branches/gettext/modules/ambulatory/index.php        2010-07-21 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/ambulatory/index.php        2010-07-21 
16:47:01 UTC (rev 6633)
@@ -1,4 +1,4 @@
 <?php
 header('location:../../index.php');
 exit;
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/ambulatory/roots.php
===================================================================
--- care2x/branches/gettext/modules/ambulatory/roots.php        2010-07-21 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/ambulatory/roots.php        2010-07-21 
16:47:01 UTC (rev 6633)
@@ -2,4 +2,4 @@
 $root_path='../../';
 $top_dir='modules/ambulatory/';
 $TP_ROOT_PATH='../..';
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/calendar/calendar-options.php
===================================================================
--- care2x/branches/gettext/modules/calendar/calendar-options.php       
2010-07-21 16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/calendar/calendar-options.php       
2010-07-21 16:47:01 UTC (rev 6633)
@@ -121,7 +121,6 @@
 <?php
 }
  ?>
-
 <?php if($dept_nr) { ?>
 <p>
 <b><?php echo "$LDOptions $LDFor ".$dept_name." 
(".formatDate2Local($i_date,$date_format).")"; ?></b>
@@ -155,7 +154,6 @@
 <img <?php echo createComIcon($root_path,'r_arrowgrnsm.gif','0','absmiddle'); 
?>><a href="<?php echo 
$root_path."modules/nursing_or/nursing-or-select-dept.php".URL_REDIRECT_APPEND."&target=calendar_opt&retpath=$retpath&year=$year&month=$month&day=$day"
 ?>"><b> <?php echo $LDSelectDept ?></b></a>
 
 <?php } ?>
-
 </font>
 
 <p><br>

Modified: care2x/branches/gettext/modules/calendar/calendar.php
===================================================================
--- care2x/branches/gettext/modules/calendar/calendar.php       2010-07-21 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/calendar/calendar.php       2010-07-21 
16:47:01 UTC (rev 6633)
@@ -97,7 +97,6 @@
 
 ob_start();
 ?>
-
 <script language="javascript" >
 <!-- 
 var urlholder;
@@ -151,7 +150,6 @@
 ob_start();
 
 ?>
-
 <ul>
 
 <?php 
@@ -196,7 +194,6 @@
 echo '</table>';
 echo '</td></tr></table>';
 ?>
-
 <br><FONT color=navy>
 
 <form name="direct" method=get onSubmit="return update()" >
@@ -237,4 +234,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/calendar/index.php
===================================================================
--- care2x/branches/gettext/modules/calendar/index.php  2010-07-21 16:45:09 UTC 
(rev 6632)
+++ care2x/branches/gettext/modules/calendar/index.php  2010-07-21 16:47:01 UTC 
(rev 6633)
@@ -1,4 +1,4 @@
 <?php
 header('location:../../index.php');
 exit;
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/calendar/roots.php
===================================================================
--- care2x/branches/gettext/modules/calendar/roots.php  2010-07-21 16:45:09 UTC 
(rev 6632)
+++ care2x/branches/gettext/modules/calendar/roots.php  2010-07-21 16:47:01 UTC 
(rev 6633)
@@ -1,4 +1,4 @@
 <?php
 $root_path='../../';
 $top_dir='modules/calendar/';
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/drg/drg-icd10-search.php
===================================================================
--- care2x/branches/gettext/modules/drg/drg-icd10-search.php    2010-07-21 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/drg/drg-icd10-search.php    2010-07-21 
16:47:01 UTC (rev 6633)
@@ -419,7 +419,6 @@
                                        }
                                }
 ?>
-
 </table>
 
 <?php
@@ -449,7 +448,6 @@
 }else{
  /*
  ?>
-
 <p>
 <a href="javascript:window.close()"><img <?php echo 
createLDImgSrc($root_path,'close2.gif','0') ?>></a>
 
@@ -458,11 +456,9 @@
 */
 }
 ?>
-
 </form>
 
 <?php if(($linecount>15)&&!$showonly) : ?>
-
 <p>
 <FORM action="drg-icd10-search.php" method="post" onSubmit="return pruf(this)" 
name="form2">
 <a href="javascript:window.close()"><img <?php echo 
createLDImgSrc($root_path,'cancel.gif','0') ?> align="right"></a>

Modified: care2x/branches/gettext/modules/drg/drg-intern-create.php
===================================================================
--- care2x/branches/gettext/modules/drg/drg-intern-create.php   2010-07-21 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/drg/drg-intern-create.php   2010-07-21 
16:47:01 UTC (rev 6633)
@@ -79,7 +79,6 @@
 
 if($saveok&&$mode=='linkgroup'){
 ?>
-
     <script language="javascript" >
     window.opener.parent.location.replace('drg-composite-start.php?sid=<?php 
echo 
"$sid&lang=$lang&pn=$pn&opnr=$opnr&group_nr=$group_nr&edit=$edit&ln=$ln&fn=$fn&bd=$bd&dept_nr=$dept_nr&oprm=$oprm&y=$y&m=$m&d=$d&display=composite&newsave=1";
 ?>');
     //window.opener.parent.INTERN.location.reload();
@@ -163,7 +162,6 @@
 }
 eval("echo $tp;");
 ?>
-
 <input type="hidden" name="sid" value="<?php echo $sid; ?>">
 <input type="hidden" name="lang" value="<?php echo $lang; ?>">
 <input type="hidden" name="pn" value="<?php echo $pn; ?>">

Modified: care2x/branches/gettext/modules/drg/drg-ops-intern-search.php
===================================================================
--- care2x/branches/gettext/modules/drg/drg-ops-intern-search.php       
2010-07-21 16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/drg/drg-ops-intern-search.php       
2010-07-21 16:47:01 UTC (rev 6633)
@@ -286,7 +286,6 @@
        }
 }
 ?>
-
 </table>
 <?php if(!$showonly&&($linecount>0)) { ?>
 <input type="hidden" name="lastindex" value="<?php echo $idx ?>">
@@ -319,7 +318,6 @@
 }
 ?>
 <?php if(($linecount>15)&&!$showonly) { ?>
-
 <p>
 <FORM action="<?php echo $thisfile ?>" method="post" onSubmit="return 
pruf(this)" name="form2">
 <a href="javascript:window.close()"><img <?php echo 
createLDImgSrc($root_path,'cancel.gif','0') ?> align="right"></a>

Modified: care2x/branches/gettext/modules/drg/drg-ops-intern.php
===================================================================
--- care2x/branches/gettext/modules/drg/drg-ops-intern.php      2010-07-21 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/drg/drg-ops-intern.php      2010-07-21 
16:47:01 UTC (rev 6633)
@@ -112,7 +112,6 @@
                        w=800;
                        h=650;';
 ?>
-
        gn=document.ops_intern.group_nr.value;
        if(gn!=0){
                relcodewin_<?php echo $sid 
?>=window.open("drg-related-codes.php?sid=<?php echo 
"$sid&lang=$lang&pn=$pn&edit=$edit&is_discharged=$is_discharged&ln=$ln&fn=$fn&bd=$bd&opnr=$opnr&dept_nr=$dept_nr&oprm=$oprm"
 ?>&group_nr="+gn,"relcodewin_<?php echo $sid 
?>","menubar=no,resizable=yes,scrollbars=yes, width=" + (w-15) + ", height=" + 
(h-60));
@@ -194,7 +193,6 @@
  <input type="button" value="<?php echo $LDQuickList ?>" 
onClick="javascript:openICDsearch()">
 <p>
 <?php endif; ?>
-
 <table border=0 width=100%>
   <tr>
     <td width=100% valign="top">

Modified: care2x/branches/gettext/modules/drg/drg-ops301-search.php
===================================================================
--- care2x/branches/gettext/modules/drg/drg-ops301-search.php   2010-07-21 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/drg/drg-ops301-search.php   2010-07-21 
16:47:01 UTC (rev 6633)
@@ -25,7 +25,6 @@
 
 if($saveok){
 ?>
-
  <script language="javascript" >
        window.opener.location.replace('drg-ops301.php?sid=<?php echo 
"$sid&lang=$lang&pn=$pn&opnr=$opnr&edit=$edit&ln=$ln&fn=$fn&bd=$bd&group_nr=$group_nr&dept_nr=$dept_nr&oprm=$oprm&y=$y&m=$m&d=$d&display=composite&newsave=1"
 ?>');
     //window.opener.parent.OPS.location.reload();
@@ -381,7 +380,6 @@
                                                }
                                        }
 ?>
-
 </table>
 <?php 
 
@@ -419,9 +417,7 @@
 */
 }
 ?>
-
 <?php if(($linecount>15)&&!$showonly) { ?>
-
 <p>
 <FORM action="drg-ops301-search.php" method="post" onSubmit="return 
pruf(this)" name="form2">
 <a href="javascript:window.close()"><img <?php echo 
createLDImgSrc($root_path,'cancel.gif','0') ?> align="right"></a>

Modified: care2x/branches/gettext/modules/drg/drg-ops301.php
===================================================================
--- care2x/branches/gettext/modules/drg/drg-ops301.php  2010-07-21 16:45:09 UTC 
(rev 6632)
+++ care2x/branches/gettext/modules/drg/drg-ops301.php  2010-07-21 16:47:01 UTC 
(rev 6633)
@@ -136,7 +136,6 @@
 <!--  <input type="button" value="<?php echo $LDSearch4OPS301 ?>" 
onClick="javascript:openOPSsearch('','0')">&nbsp;
  <input type="button" value="<?php echo $LDQuickList ?>" 
onClick="javascript:openOPSsearch('','0')">
  --><?php endif; ?>
-
 <table border=0 width=100%>
   <tr>
     <td width=100% valign="top">

Modified: care2x/branches/gettext/modules/drg/drg-quicklist.php
===================================================================
--- care2x/branches/gettext/modules/drg/drg-quicklist.php       2010-07-21 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/drg/drg-quicklist.php       2010-07-21 
16:47:01 UTC (rev 6633)
@@ -189,7 +189,6 @@
        }
 }
 ?>
-
 </table>
 <?php if($linecount>0) : ?>
 <input type="hidden" name="lastindex" value="<?php echo $idx ?>">
@@ -218,7 +217,6 @@
 <p>
 <a href="javascript:window.close()"><img <?php echo 
createLDImgSrc($root_path,'close2.gif','0') ?>></a>
 <?php endif ?>
-
 </ul>
 &nbsp;
 </FONT>

Modified: care2x/branches/gettext/modules/drg/drg-related-codes.php
===================================================================
--- care2x/branches/gettext/modules/drg/drg-related-codes.php   2010-07-21 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/drg/drg-related-codes.php   2010-07-21 
16:47:01 UTC (rev 6633)
@@ -18,7 +18,6 @@
 if (!isset($pn)||!$pn) 
{header("Location:".$root_path."language/".$lang."/lang_".$lang."_invalid-access-warning.php?mode=close");
 exit;}; 
 //$db->debug=true;
 if($saveok) { ?>
-
  <script language="javascript" >
  window.opener.parent.location.href='<?php echo 
"drg-composite-start.php?sid=$sid&lang=$lang&pn=$pn&opnr=$opnr&edit=1&ln=$ln&fn=$fn&bd=$bd&group_nr=$group_nr&dept_nr=$dept_nr&oprm=$oprm&y=$y&m=$m&d=$d&display=composite&newsave=1"
 ?>';
  window.close();
@@ -140,7 +139,6 @@
 echo $encounter['name_last'].", ".$encounter['name_first']." 
".formatDate2Local($encounter['date_birth'],$date_format)." - $pn";
 if($opnr) echo" - OP# $opnr - $dept_nr OP $oprm";
 ?>
-
 </font><p>
 <ul>
 <FONT    SIZE=3  FACE="Arial" color="<?php echo $rowcolor ?>">
@@ -282,7 +280,6 @@
 <p>
 <a href="javascript:window.close()"><img <?php echo 
createLDImgSrc($root_path,'close2.gif','0') ?>></a>
 <?php endif ?>
-
 </ul>
 &nbsp;
 </FONT>

Modified: care2x/branches/gettext/modules/drg/drg_inc_local_user.php
===================================================================
--- care2x/branches/gettext/modules/drg/drg_inc_local_user.php  2010-07-21 
16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/drg/drg_inc_local_user.php  2010-07-21 
16:47:01 UTC (rev 6633)
@@ -27,4 +27,4 @@
                $local_user='ck_op_pflegelogbuch_user';
        }
 }
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/drg/includes/inc_drg_entry_save.php
===================================================================
--- care2x/branches/gettext/modules/drg/includes/inc_drg_entry_save.php 
2010-07-21 16:45:09 UTC (rev 6632)
+++ care2x/branches/gettext/modules/drg/includes/inc_drg_entry_save.php 
2010-07-21 16:47:01 UTC (rev 6633)
@@ -109,4 +109,4 @@
        header($buf);
        exit;
 }
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/drg/index.php
===================================================================
--- care2x/branches/gettext/modules/drg/index.php       2010-07-21 16:45:09 UTC 
(rev 6632)
+++ care2x/branches/gettext/modules/drg/index.php       2010-07-21 16:47:01 UTC 
(rev 6633)
@@ -1,4 +1,4 @@
 <?php
 header('location:../../index.php');
 exit;
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/drg/roots.php
===================================================================
--- care2x/branches/gettext/modules/drg/roots.php       2010-07-21 16:45:09 UTC 
(rev 6632)
+++ care2x/branches/gettext/modules/drg/roots.php       2010-07-21 16:47:01 UTC 
(rev 6633)
@@ -1,4 +1,4 @@
 <?php
 $root_path='../../';
 $top_dir='modules/drg/';
-?>
+?>
\ 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