Revision: 6586 http://care2002.svn.sourceforge.net/care2002/?rev=6586&view=rev Author: robertmeggle Date: 2010-07-21 11:37:49 +0000 (Wed, 21 Jul 2010)
Log Message: ----------- see #76 Modified Paths: -------------- 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 Modified: care2x/branches/gettext/modules/ambulatory/amb_clinic_assignwaiting.php =================================================================== --- care2x/branches/gettext/modules/ambulatory/amb_clinic_assignwaiting.php 2010-07-21 11:37:08 UTC (rev 6585) +++ care2x/branches/gettext/modules/ambulatory/amb_clinic_assignwaiting.php 2010-07-21 11:37:49 UTC (rev 6586) @@ -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 11:37:08 UTC (rev 6585) +++ care2x/branches/gettext/modules/ambulatory/amb_clinic_discharge.php 2010-07-21 11:37:49 UTC (rev 6586) @@ -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 11:37:08 UTC (rev 6585) +++ care2x/branches/gettext/modules/ambulatory/amb_clinic_patients.php 2010-07-21 11:37:49 UTC (rev 6586) @@ -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 11:37:08 UTC (rev 6585) +++ care2x/branches/gettext/modules/ambulatory/amb_clinic_patients_pass.php 2010-07-21 11:37:49 UTC (rev 6586) @@ -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 11:37:08 UTC (rev 6585) +++ care2x/branches/gettext/modules/ambulatory/amb_clinic_transfer_save.php 2010-07-21 11:37:49 UTC (rev 6586) @@ -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 11:37:08 UTC (rev 6585) +++ care2x/branches/gettext/modules/ambulatory/amb_clinic_transfer_select.php 2010-07-21 11:37:49 UTC (rev 6586) @@ -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 11:37:08 UTC (rev 6585) +++ care2x/branches/gettext/modules/ambulatory/ambulatory.php 2010-07-21 11:37:49 UTC (rev 6586) @@ -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 11:37:08 UTC (rev 6585) +++ care2x/branches/gettext/modules/ambulatory/index.php 2010-07-21 11:37:49 UTC (rev 6586) @@ -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 11:37:08 UTC (rev 6585) +++ care2x/branches/gettext/modules/ambulatory/roots.php 2010-07-21 11:37:49 UTC (rev 6586) @@ -2,4 +2,4 @@ $root_path='../../'; $top_dir='modules/ambulatory/'; $TP_ROOT_PATH='../..'; -?> +?> \ 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