Revision: 6614 http://care2002.svn.sourceforge.net/care2002/?rev=6614&view=rev Author: robertmeggle Date: 2010-07-21 11:59:35 +0000 (Wed, 21 Jul 2010)
Log Message: ----------- see #76 Modified Paths: -------------- care2x/branches/gettext/modules/doctors/doctors-list-add.php care2x/branches/gettext/modules/doctors/doctors-main-pass.php care2x/branches/gettext/modules/doctors/doctors-roster-personal-list.php care2x/branches/gettext/modules/doctors/doctors-roster-plan.php care2x/branches/gettext/modules/doctors/doctors-roster-poppersonselect.php care2x/branches/gettext/modules/doctors/doctors-roster-quickview.php care2x/branches/gettext/modules/doctors/doctors-roster.php care2x/branches/gettext/modules/doctors/doctors.php care2x/branches/gettext/modules/doctors/index.php care2x/branches/gettext/modules/doctors/roots.php Modified: care2x/branches/gettext/modules/doctors/doctors-list-add.php =================================================================== --- care2x/branches/gettext/modules/doctors/doctors-list-add.php 2010-07-21 11:59:01 UTC (rev 6613) +++ care2x/branches/gettext/modules/doctors/doctors-list-add.php 2010-07-21 11:59:35 UTC (rev 6614) @@ -61,4 +61,4 @@ } header("location:doctors-roster-personal-list.php".URL_REDIRECT_APPEND."&saved=1&retpath=$retpath&ipath=$ipath&dept_nr=$dept_nr&user_origin=$user_origin&nr=$nr"); exit; -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/doctors/doctors-main-pass.php =================================================================== --- care2x/branches/gettext/modules/doctors/doctors-main-pass.php 2010-07-21 11:59:01 UTC (rev 6613) +++ care2x/branches/gettext/modules/doctors/doctors-main-pass.php 2010-07-21 11:59:35 UTC (rev 6614) @@ -47,7 +47,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"> @@ -63,7 +62,6 @@ <?php require($root_path.'include/helpers/inc_load_copyrite.php'); ?> - </FONT> Modified: care2x/branches/gettext/modules/doctors/doctors-roster-personal-list.php =================================================================== --- care2x/branches/gettext/modules/doctors/doctors-roster-personal-list.php 2010-07-21 11:59:01 UTC (rev 6613) +++ care2x/branches/gettext/modules/doctors/doctors-roster-personal-list.php 2010-07-21 11:59:35 UTC (rev 6614) @@ -178,7 +178,6 @@ ob_start(); ?> - <script language="javascript"> <!-- var urlholder; @@ -209,7 +208,6 @@ ob_start(); ?> - <ul> <p><br> <font face="arial,verdana,helvetica" size=2> @@ -454,4 +452,4 @@ */ $smarty->display('common/mainframe.tpl'); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/doctors/doctors-roster-plan.php =================================================================== --- care2x/branches/gettext/modules/doctors/doctors-roster-plan.php 2010-07-21 11:59:01 UTC (rev 6613) +++ care2x/branches/gettext/modules/doctors/doctors-roster-plan.php 2010-07-21 11:59:35 UTC (rev 6614) @@ -188,7 +188,6 @@ ob_start(); ?> - <script language="javascript"> var urlholder; @@ -259,7 +258,6 @@ ob_start(); ?> - <input type="hidden" name="mode" value="save"> <input type="hidden" name="dept" value="<?php echo $dept_obj->ID(); ?>"> <input type="hidden" name="dept_nr" value="<?php echo $dept_nr; ?>"> @@ -337,4 +335,4 @@ */ $smarty->display('common/mainframe.tpl'); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/doctors/doctors-roster-poppersonselect.php =================================================================== --- care2x/branches/gettext/modules/doctors/doctors-roster-poppersonselect.php 2010-07-21 11:59:01 UTC (rev 6613) +++ care2x/branches/gettext/modules/doctors/doctors-roster-poppersonselect.php 2010-07-21 11:59:35 UTC (rev 6614) @@ -22,7 +22,6 @@ $wkday=date("w",mktime(0,0,0,$month,$elemid+1,$year)); ?> - <?php html_rtl($lang); ?> <HEAD> <?php echo setCharSet(); ?> @@ -64,7 +63,6 @@ } ?> - </script> <STYLE type=text/css> Modified: care2x/branches/gettext/modules/doctors/doctors-roster-quickview.php =================================================================== --- care2x/branches/gettext/modules/doctors/doctors-roster-quickview.php 2010-07-21 11:59:01 UTC (rev 6613) +++ care2x/branches/gettext/modules/doctors/doctors-roster-quickview.php 2010-07-21 11:59:35 UTC (rev 6614) @@ -118,7 +118,6 @@ ob_start(); ?> - <script language="javascript"> <!-- var urlholder; @@ -144,7 +143,6 @@ ob_start(); ?> - <table cellpadding="2" cellspacing=0 border="0" > <tr class="wardlisttitlerow" align=center> <?php @@ -271,4 +269,4 @@ */ $smarty->display('common/mainframe.tpl'); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/doctors/doctors-roster.php =================================================================== --- care2x/branches/gettext/modules/doctors/doctors-roster.php 2010-07-21 11:59:01 UTC (rev 6613) +++ care2x/branches/gettext/modules/doctors/doctors-roster.php 2010-07-21 11:59:35 UTC (rev 6614) @@ -78,7 +78,6 @@ ob_start(); ?> - <script language="javascript"> var urlholder; Modified: care2x/branches/gettext/modules/doctors/doctors.php =================================================================== --- care2x/branches/gettext/modules/doctors/doctors.php 2010-07-21 11:59:01 UTC (rev 6613) +++ care2x/branches/gettext/modules/doctors/doctors.php 2010-07-21 11:59:35 UTC (rev 6614) @@ -103,4 +103,4 @@ $smarty->display('common/mainframe.tpl'); -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/doctors/index.php =================================================================== --- care2x/branches/gettext/modules/doctors/index.php 2010-07-21 11:59:01 UTC (rev 6613) +++ care2x/branches/gettext/modules/doctors/index.php 2010-07-21 11:59:35 UTC (rev 6614) @@ -1,4 +1,4 @@ <?php header('location:../../index.php'); exit; -?> +?> \ No newline at end of file Modified: care2x/branches/gettext/modules/doctors/roots.php =================================================================== --- care2x/branches/gettext/modules/doctors/roots.php 2010-07-21 11:59:01 UTC (rev 6613) +++ care2x/branches/gettext/modules/doctors/roots.php 2010-07-21 11:59:35 UTC (rev 6614) @@ -1,4 +1,4 @@ <?php $root_path='../../'; $top_dir='modules/doctors/'; -?> +?> \ 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