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

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

Modified Paths:
--------------
    care2x/branches/gettext/modules/staff_admin/data_search.php
    
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_options_staff_register_show.php
    
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_staff_register.php
    
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_staff_register_show.php
    
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_std_tags.php
    
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_tabs_staff_reg.php
    care2x/branches/gettext/modules/staff_admin/gui_bridge/default/index.php
    care2x/branches/gettext/modules/staff_admin/gui_bridge/index.php
    care2x/branches/gettext/modules/staff_admin/include/index.php
    
care2x/branches/gettext/modules/staff_admin/include/js_poprecordhistorywindow.inc.php
    care2x/branches/gettext/modules/staff_admin/index.php
    care2x/branches/gettext/modules/staff_admin/model/class_staff.php
    care2x/branches/gettext/modules/staff_admin/person_register.php
    care2x/branches/gettext/modules/staff_admin/person_register_show.php
    care2x/branches/gettext/modules/staff_admin/roots.php
    care2x/branches/gettext/modules/staff_admin/staff_admin_pass.php
    care2x/branches/gettext/modules/staff_admin/staff_listall.php
    care2x/branches/gettext/modules/staff_admin/staff_register.php
    care2x/branches/gettext/modules/staff_admin/staff_register_search.php
    care2x/branches/gettext/modules/staff_admin/staff_register_show.php
    care2x/branches/gettext/modules/staff_admin/staff_search.php

Modified: care2x/branches/gettext/modules/staff_admin/data_search.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/data_search.php 2010-07-21 
11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/data_search.php 2010-07-21 
11:44:36 UTC (rev 6598)
@@ -253,7 +253,6 @@
 
 
 ?>
-
 </font>
 </body>
 </html>

Modified: 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_options_staff_register_show.php
===================================================================
--- 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_options_staff_register_show.php
  2010-07-21 11:43:43 UTC (rev 6597)
+++ 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_options_staff_register_show.php
  2010-07-21 11:44:36 UTC (rev 6598)
@@ -42,7 +42,6 @@
                 </TR>
                           
            <?php Spacer(); ?>
-
                                  
               <TR bgColor=#eeeeee>  <td align=center><img <?php echo 
createComIcon($root_path,'violet_phone.gif','0') ?>></td>
                 <TD vAlign=top > 

Modified: 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_staff_register.php
===================================================================
--- 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_staff_register.php
       2010-07-21 11:43:43 UTC (rev 6597)
+++ 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_staff_register.php
       2010-07-21 11:44:36 UTC (rev 6598)
@@ -42,7 +42,6 @@
 
 ob_start();
 ?>
-
 <script  language="javascript">
 <!--
 function chkForm(d){
@@ -68,7 +67,6 @@
 }
 
 <?php require($root_path.'include/helpers/inc_checkdate_lang.php'); ?>
-
 -->
 </script>
 <?php
@@ -83,7 +81,6 @@
 ob_start();
 
 ?>
-
 </HEAD>
 
 
@@ -109,7 +106,6 @@
 include('./gui_bridge/default/gui_tabs_staff_reg.php') 
 
 ?>
-
 <tr>
 <td colspan=3>
 
@@ -158,7 +154,6 @@
 }else{
 
 ?>
-
 <form method="post" action="<?php echo $thisfile; ?>" name="aufnahmeform" 
onSubmit="return chkForm(this)">
 
 <table border="0" cellspacing=1 cellpadding=0 width=450>
@@ -181,7 +176,6 @@
 }
  ?>
 
-
 <tr>
 <td  class="adm_item"><?php echo $LDstaffNr ?>:
 </td>
@@ -266,7 +260,6 @@
 <?php
 }
 ?>
-
 <tr>
 <td class="adm_item"><?php echo $LDBday ?>:
 </td>
@@ -463,7 +456,6 @@
 
 <input name="multiple_employer" type="radio"  value="1"  <?php  
if($multiple_employer) echo 'checked'; ?>><?php  echo $LDYes; ?>
 <input name="multiple_employer" type="radio"  value="0"  <?php  
if(!$multiple_employer)  echo 'checked'; ?>><?php  echo $LDNo; ?>
-
 </td>
 </tr>
 
@@ -497,7 +489,6 @@
 </form>
 
 <?php if (!($newdata)) : ?>
-
 <form action=<?php echo $thisfile; ?> method=post>
 <input type="hidden" name="sid" value=<?php echo $sid; ?>>
 <input type="hidden" name="staff_nr" value="<?php echo $staff_nr; ?>">
@@ -529,4 +520,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_staff_register_show.php
===================================================================
--- 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_staff_register_show.php
  2010-07-21 11:43:43 UTC (rev 6597)
+++ 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_staff_register_show.php
  2010-07-21 11:44:36 UTC (rev 6598)
@@ -56,7 +56,6 @@
 include('./gui_bridge/default/gui_tabs_staff_reg.php') 
 
 ?>
-
 <tr>
 <td colspan=3>
 
@@ -82,7 +81,6 @@
        }
 }
 ?>
-
 <FONT   >
 
 <table border=0>
@@ -344,4 +342,3 @@
  $smarty->display('common/mainframe.tpl');
 
 ?>
-

Modified: 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_std_tags.php
===================================================================
--- 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_std_tags.php 
    2010-07-21 11:43:43 UTC (rev 6597)
+++ 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_std_tags.php 
    2010-07-21 11:44:36 UTC (rev 6598)
@@ -28,4 +28,3 @@
 }
 ?>
 
-

Modified: 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_tabs_staff_reg.php
===================================================================
--- 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_tabs_staff_reg.php
       2010-07-21 11:43:43 UTC (rev 6597)
+++ 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/gui_tabs_staff_reg.php
       2010-07-21 11:44:36 UTC (rev 6598)
@@ -5,7 +5,6 @@
        if($target=='person_reg') $tab_bot_line='reg_div';
                else $tab_bot_line='adm_div';
 ?>
-
 <!-- Tabs  -->
 <tr>
 <td colspan=3><?php if($target=="staff_reg") $img='add_employee_blue.gif'; 
//echo '<img '.createLDImgSrc($root_path,'such-b.gif','0').' 
alt="'.$LDSearch.'">';

Modified: 
care2x/branches/gettext/modules/staff_admin/gui_bridge/default/index.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/gui_bridge/default/index.php    
2010-07-21 11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/gui_bridge/default/index.php    
2010-07-21 11:44:36 UTC (rev 6598)
@@ -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/staff_admin/gui_bridge/index.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/gui_bridge/index.php    
2010-07-21 11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/gui_bridge/index.php    
2010-07-21 11:44:36 UTC (rev 6598)
@@ -1,4 +1,4 @@
 <?php
 header('location:../../../index.php');
 exit;
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/staff_admin/include/index.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/include/index.php       
2010-07-21 11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/include/index.php       
2010-07-21 11:44:36 UTC (rev 6598)
@@ -1,4 +1,4 @@
 <?php
 header('location:../../../index.php');
 exit;
-?>
+?>
\ No newline at end of file

Modified: 
care2x/branches/gettext/modules/staff_admin/include/js_poprecordhistorywindow.inc.php
===================================================================
--- 
care2x/branches/gettext/modules/staff_admin/include/js_poprecordhistorywindow.inc.php
       2010-07-21 11:43:43 UTC (rev 6597)
+++ 
care2x/branches/gettext/modules/staff_admin/include/js_poprecordhistorywindow.inc.php
       2010-07-21 11:44:36 UTC (rev 6598)
@@ -2,7 +2,6 @@
 <!-- 
 
 <?php require($root_path.'include/helpers/inc_checkdate_lang.php'); ?>
-
 function popRecordHistory(table,pid) {
        urlholder="./record_history.php<?php echo URL_REDIRECT_APPEND; 
?>&table="+table+"&pid="+pid;
        HISTWIN<?php echo $sid ?>=window.open(urlholder,"histwin<?php echo $sid 
?>","menubar=no,width=400,height=550,resizable=yes,scrollbars=yes");

Modified: care2x/branches/gettext/modules/staff_admin/index.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/index.php       2010-07-21 
11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/index.php       2010-07-21 
11:44:36 UTC (rev 6598)
@@ -1,4 +1,4 @@
 <?php
 header('location:../../index.php');
 exit;
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/staff_admin/model/class_staff.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/model/class_staff.php   
2010-07-21 11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/model/class_staff.php   
2010-07-21 11:44:36 UTC (rev 6598)
@@ -837,4 +837,4 @@
                return $this->staff_data['pid'];
        }       
 }
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/staff_admin/person_register.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/person_register.php     
2010-07-21 11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/person_register.php     
2010-07-21 11:44:36 UTC (rev 6598)
@@ -56,14 +56,12 @@
 ob_start();
 
 ?>
-
 <table width=100% border=0 cellspacing="0" cellpadding=0>
 
 <?php
 
 require('./gui_bridge/default/gui_tabs_staff_reg.php');
 ?>
-
 <tr>
 <td colspan=3>
 
@@ -82,7 +80,6 @@
 $inperson->display();
 
 ?>
-
 </ul>
 
 </td>
@@ -106,4 +103,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/staff_admin/person_register_show.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/person_register_show.php        
2010-07-21 11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/person_register_show.php        
2010-07-21 11:44:36 UTC (rev 6598)
@@ -63,7 +63,6 @@
 
 ob_start();
 ?>
-
 <table width=100% border=0 cellspacing="0"  cellpadding=0 >
 
 <?php
@@ -71,7 +70,6 @@
 $tab_bot_line='#66ee66';
 require('./gui_bridge/default/gui_tabs_staff_reg.php');
 ?>
-
 <tr>
 <td colspan=3>
 
@@ -85,11 +83,9 @@
        $person->display();
 
 ?>
-
 <p>
 
 <?php if (!$newdata) { ?>
-
 <?php if($target=="search") 
$newsearchfile='staff_search.php'.URL_APPEND.'&target=staff_search';
     else 
$newsearchfile='staff_register_search.php'.URL_APPEND.'&target=person_reg';
 ?>
@@ -143,4 +139,3 @@
  $smarty->display('common/mainframe.tpl');
 
 ?>
-

Modified: care2x/branches/gettext/modules/staff_admin/roots.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/roots.php       2010-07-21 
11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/roots.php       2010-07-21 
11:44:36 UTC (rev 6598)
@@ -1,4 +1,4 @@
 <?php
 $root_path='../../';
 $top_dir='modules/staff_admin/';
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/staff_admin/staff_admin_pass.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/staff_admin_pass.php    
2010-07-21 11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/staff_admin_pass.php    
2010-07-21 11:44:36 UTC (rev 6598)
@@ -60,7 +60,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']; } ?>>
 
@@ -74,7 +73,6 @@
 <img '.createComIcon($root_path,'persons.gif','0','top').'><FONT  
COLOR="'.$cfg['top_txtcolor'].'"  SIZE=6  FACE="verdana"> 
<b>'.$buf.'</b></font>';
 
  ?>
-
   
 <table width=100% border=0 cellpadding="0" cellspacing="0"> 
 <tr>

Modified: care2x/branches/gettext/modules/staff_admin/staff_listall.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/staff_listall.php       
2010-07-21 11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/staff_listall.php       
2010-07-21 11:44:36 UTC (rev 6598)
@@ -128,7 +128,6 @@
 ob_start();
 
 ?>
-
 <table width=100% border=0 cellspacing="0" cellpadding=0>
 
 <!-- Load tabs -->
@@ -138,7 +137,6 @@
  include('./gui_bridge/default/gui_tabs_staff_reg.php') 
 
 ?>
-
 </table>
 <ul>
 
@@ -266,4 +264,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/staff_admin/staff_register.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/staff_register.php      
2010-07-21 11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/staff_register.php      
2010-07-21 11:44:36 UTC (rev 6598)
@@ -206,4 +206,4 @@
 require_once($root_path.'include/helpers/inc_photo_filename_resolve.php');
 
 require('./gui_bridge/default/gui_'.$thisfile);
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/staff_admin/staff_register_search.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/staff_register_search.php       
2010-07-21 11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/staff_register_search.php       
2010-07-21 11:44:36 UTC (rev 6598)
@@ -60,7 +60,6 @@
 ob_start();
 
 ?>
-
 <table width=100% border=0 cellspacing="0" cellpadding=0>
 
 <?php
@@ -68,7 +67,6 @@
 $tab_bot_line='#66ee66'; // Set the horizontal bottom line color
 require('./gui_bridge/default/gui_tabs_staff_reg.php');
 ?>
-
 </table>
 
 <ul>
@@ -78,7 +76,6 @@
 if(isset($origin) && $origin=='pass')
 {
 ?>
-
 <table border=0>
   <tr>
     <td valign="bottom"><img <?php echo 
createComIcon($root_path,'angle_down_l.gif','0') ?>></td>
@@ -112,7 +109,6 @@
 $psearch->display();
 
 ?>
-
 </ul>
 <?php
 
@@ -127,4 +123,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/staff_admin/staff_register_show.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/staff_register_show.php 
2010-07-21 11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/staff_register_show.php 
2010-07-21 11:44:36 UTC (rev 6598)
@@ -106,4 +106,4 @@
 
 /* Load the GUI page */
 require('./gui_bridge/default/gui_'.$thisfile);
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/staff_admin/staff_search.php
===================================================================
--- care2x/branches/gettext/modules/staff_admin/staff_search.php        
2010-07-21 11:43:43 UTC (rev 6597)
+++ care2x/branches/gettext/modules/staff_admin/staff_search.php        
2010-07-21 11:44:36 UTC (rev 6598)
@@ -238,7 +238,6 @@
 ob_start();
 
 ?>
-
 <table width=100% border=0 cellspacing="0" cellpadding=0>
 
 <!-- Load tabs -->
@@ -248,7 +247,6 @@
  include('./gui_bridge/default/gui_tabs_staff_reg.php') 
 
 ?>
-
 </table>
 <ul>
         <table border=0 cellpadding=10 bgcolor="<?php echo 
$entry_border_bgcolor ?>">
@@ -284,7 +282,6 @@
                        <table border=0 cellpadding=2 cellspacing=1> <tr 
class="wardlisttitlerow">';
                        
 ?>
-
       <td><b>
          <?php 
                if($oitem=='nr') $flag=TRUE;
@@ -398,7 +395,6 @@
        }
 }
 ?>
-
 </ul>
 
 <?php
@@ -414,4 +410,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ 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

Reply via email to