Revision: 6589
http://care2002.svn.sourceforge.net/care2002/?rev=6589&view=rev
Author: robertmeggle
Date: 2010-07-21 11:39:22 +0000 (Wed, 21 Jul 2010)
Log Message:
-----------
see #76
Modified Paths:
--------------
care2x/branches/gettext/modules/laboratory/includes/inc_test_findings_form_baclabor.php
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_lister_fx.php
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_printout_chemlabor.php
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_printout_fx.php
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_printout_patho.php
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_searchmask.php
care2x/branches/gettext/modules/laboratory/labor_datainput.php
care2x/branches/gettext/modules/laboratory/model/class_lab.php
care2x/branches/gettext/modules/laboratory/print/report.php
care2x/branches/gettext/modules/laboratory/print/report_all.php
Modified:
care2x/branches/gettext/modules/laboratory/includes/inc_test_findings_form_baclabor.php
===================================================================
---
care2x/branches/gettext/modules/laboratory/includes/inc_test_findings_form_baclabor.php
2010-07-21 11:38:49 UTC (rev 6588)
+++
care2x/branches/gettext/modules/laboratory/includes/inc_test_findings_form_baclabor.php
2010-07-21 11:39:22 UTC (rev 6589)
@@ -6,7 +6,6 @@
if(file_exists($root_path.'language/'.$lang.'/lang_'.$lang.'_konsil_baclabor.php'))
include_once($root_path.'language/'.$lang.'/lang_'.$lang.'_konsil_baclabor.php');
else
include_once($root_path.'language/'.LANG_DEFAULT.'/lang_'.LANG_DEFAULT.'_konsil_baclabor.php');
?>
-
<table>
<tbody>
<tr>
@@ -214,7 +213,6 @@
}
?>
-
</table>
<!-- Barcode for the batch nr. -->
<?php
@@ -329,7 +327,6 @@
for($i=1;$i<13;$i++)
echo "<td><font size=1 face=\"arial\" color=
\"#990000\">".$LDShortMonth[$i]." </td>";
?>
-
</tr>
<tr>
<?php
@@ -446,7 +443,6 @@
elseif($stored_findings['notes']) echo '<font
face="verdana,arial" color="#000000"
size=2>'.nl2br(chunk_split(stripslashes($stored_findings['notes']),35));
?>
-
</td>
<td align="right" rowspan=8>
Modified:
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_lister_fx.php
===================================================================
---
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_lister_fx.php
2010-07-21 11:38:49 UTC (rev 6588)
+++
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_lister_fx.php
2010-07-21 11:39:22 UTC (rev 6589)
@@ -139,4 +139,4 @@
}
/* Reset tracker to the actual request being shown */
$tracker=$track_item;
-?>
+?>
\ No newline at end of file
Modified:
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_printout_chemlabor.php
===================================================================
---
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_printout_chemlabor.php
2010-07-21 11:38:49 UTC (rev 6588)
+++
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_printout_chemlabor.php
2010-07-21 11:39:22 UTC (rev 6589)
@@ -20,7 +20,6 @@
<?php echo $LDHospitalName ?><br>
<?php echo $LDCentralLab ?><p><font size=2>
<?php echo $LDRoomNr ?>
-
<?php
if($read_form) echo stripslashes($stored_request['room_nr']);
@@ -372,7 +371,6 @@
<?php
}
?>
-
<tr>
<td colspan=10 align="right">
<?php
Modified:
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_printout_fx.php
===================================================================
---
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_printout_fx.php
2010-07-21 11:38:49 UTC (rev 6588)
+++
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_printout_fx.php
2010-07-21 11:39:22 UTC (rev 6589)
@@ -51,4 +51,4 @@
}
*/
}
-?>
+?>
\ No newline at end of file
Modified:
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_printout_patho.php
===================================================================
---
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_printout_patho.php
2010-07-21 11:38:49 UTC (rev 6588)
+++
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_printout_patho.php
2010-07-21 11:39:22 UTC (rev 6589)
@@ -173,4 +173,4 @@
$smarty->assign('LDDoctor',$LDDoctor);
$smarty->assign('LDDept',$LDDept);
$smarty->assign('val_doctor_sign',stripslashes($stored_request['doctor_sign']));
-?>
+?>
\ No newline at end of file
Modified:
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_searchmask.php
===================================================================
---
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_searchmask.php
2010-07-21 11:38:49 UTC (rev 6588)
+++
care2x/branches/gettext/modules/laboratory/includes/inc_test_request_searchmask.php
2010-07-21 11:39:22 UTC (rev 6589)
@@ -2,7 +2,6 @@
if(!$searchform_count)
{
?>
-
<script language="javascript">
<!--
function chkSearch(d)
@@ -22,7 +21,6 @@
<?php
}
?>
-
<table border=0 cellspacing=5 cellpadding=5>
<tr bgcolor="<?php if($searchmask_bgcolor) echo
$searchmask_bgcolor; else echo "#ffffff"; ?>">
<td>
Modified: care2x/branches/gettext/modules/laboratory/labor_datainput.php
===================================================================
--- care2x/branches/gettext/modules/laboratory/labor_datainput.php
2010-07-21 11:38:49 UTC (rev 6588)
+++ care2x/branches/gettext/modules/laboratory/labor_datainput.php
2010-07-21 11:39:22 UTC (rev 6589)
@@ -232,7 +232,6 @@
# collect extra javascript code
ob_start();
?>
-
<style type="text/css">
.va12_n {
font-family: verdana, arial;
@@ -475,4 +474,4 @@
*/
$smarty->display('common/mainframe.tpl');
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/laboratory/model/class_lab.php
===================================================================
--- care2x/branches/gettext/modules/laboratory/model/class_lab.php
2010-07-21 11:38:49 UTC (rev 6588)
+++ care2x/branches/gettext/modules/laboratory/model/class_lab.php
2010-07-21 11:39:22 UTC (rev 6589)
@@ -643,4 +643,4 @@
}else {return FALSE;}
}
}
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/laboratory/print/report.php
===================================================================
--- care2x/branches/gettext/modules/laboratory/print/report.php 2010-07-21
11:38:49 UTC (rev 6588)
+++ care2x/branches/gettext/modules/laboratory/print/report.php 2010-07-21
11:39:22 UTC (rev 6589)
@@ -96,4 +96,4 @@
$pdf->ezStream();
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/laboratory/print/report_all.php
===================================================================
--- care2x/branches/gettext/modules/laboratory/print/report_all.php
2010-07-21 11:38:49 UTC (rev 6588)
+++ care2x/branches/gettext/modules/laboratory/print/report_all.php
2010-07-21 11:39:22 UTC (rev 6589)
@@ -245,4 +245,4 @@
$pdf->ezStream();
-?>
+?>
\ 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/care2002-developers