Revision: 6417
          http://care2002.svn.sourceforge.net/care2002/?rev=6417&view=rev
Author:   mizuko
Date:     2010-06-29 18:55:54 +0000 (Tue, 29 Jun 2010)

Log Message:
-----------
see #54

Modified Paths:
--------------
    care2x/branches/gettext/modules/op_document/gui_tabs_op_docu.php
    care2x/branches/gettext/modules/op_document/op-docu-archive.php
    care2x/branches/gettext/modules/op_document/op-docu-pass.php
    care2x/branches/gettext/modules/op_document/op-docu-search.php
    care2x/branches/gettext/modules/op_document/op-docu-select-dept.php
    care2x/branches/gettext/modules/op_document/op-doku-start.php

Modified: care2x/branches/gettext/modules/op_document/gui_tabs_op_docu.php
===================================================================
--- care2x/branches/gettext/modules/op_document/gui_tabs_op_docu.php    
2010-06-29 18:55:21 UTC (rev 6416)
+++ care2x/branches/gettext/modules/op_document/gui_tabs_op_docu.php    
2010-06-29 18:55:54 UTC (rev 6417)
@@ -6,7 +6,7 @@
 <tr>
 <td colspan=3><?php if($target=="entry")  $img='document-blue.gif'; //echo 
'<img '.createLDImgSrc($root_path,'admit-blue.gif','0').' alt="'.$LDAdmit.'">';
                                                                else{ 
$img='document-gray.gif';}
-                                                       echo'<a 
href="op-doku-start.php'.URL_APPEND.'&target=entry&dept_nr='.$dept_nr.'"><img 
'.createLDImgSrc($root_path,$img,'0').' alt="'.$LDDocument.'"'; 
if($cfg['dhtml'])echo'class="fadeOut" '; echo '></a>';
+                                                       echo'<a 
href="op-docu-start.php'.URL_APPEND.'&target=entry&dept_nr='.$dept_nr.'"><img 
'.createLDImgSrc($root_path,$img,'0').' alt="'.$LDDocument.'"'; 
if($cfg['dhtml'])echo'class="fadeOut" '; echo '></a>';
                                                        if($target=="search") 
$img='such-b.gif'; //echo '<img '.createLDImgSrc($root_path,'such-b.gif','0').' 
alt="'.$LDSearch.'">';
                                                                else{ 
$img='such-gray.gif'; }
                                                        echo '<a 
href="op-docu-search.php'.URL_APPEND.'&target=search&dept_nr='.$dept_nr.'&all_depts='.$all_depts.'"><img
 '.createLDImgSrc($root_path,$img,'0').' alt="'.$LDSearch.'" 
';if($cfg['dhtml'])echo'class="fadeOut" '; echo '></a>';

Modified: care2x/branches/gettext/modules/op_document/op-docu-archive.php
===================================================================
--- care2x/branches/gettext/modules/op_document/op-docu-archive.php     
2010-06-29 18:55:21 UTC (rev 6416)
+++ care2x/branches/gettext/modules/op_document/op-docu-archive.php     
2010-06-29 18:55:54 UTC (rev 6417)
@@ -289,7 +289,7 @@
 {
        m=d.matchcode.value;
        if(m=="") return false;
-       window.location.replace("op-doku-start.php?sid=<?php echo 
"$sid&lang=$lang" ?>&mode=match&matchcode="+m);
+       window.location.replace("op-docu-start.php?sid=<?php echo 
"$sid&lang=$lang" ?>&mode=match&matchcode="+m);
        return false;
 }
 
@@ -453,7 +453,7 @@
 
 <table border="0"  bgcolor="#ffffff">
 
-<form method="post" name="opdoc" <?php if($mode=="select") echo 
'action="op-doku-start.php"'; else echo 'action="op-docu-archive.php"  
onSubmit="return chkForm(this)"'; ?>>
+<form method="post" name="opdoc" <?php if($mode=="select") echo 
'action="op-docu-start.php"'; else echo 'action="op-docu-archive.php"  
onSubmit="return chkForm(this)"'; ?>>
 <tr <?php if($mode=="select") echo "bgcolor=#ffffff"; ?>>
 <td><?php echo $LDOpDate ?>:<br>
 </td>
@@ -688,7 +688,7 @@
 <hr>
 <ul>
 <FONT    SIZE=2  FACE="Arial">
-<img <?php echo createComIcon($root_path,'varrow.gif','0') ?>> <a 
href="op-doku-start.php<?php echo URL_APPEND."&target=entry&dept_nr=$dept_nr"; 
?>&mode=dummy"><?php echo $LDStartNewDocu ?></a><br>
+<img <?php echo createComIcon($root_path,'varrow.gif','0') ?>> <a 
href="op-docu-start.php<?php echo URL_APPEND."&target=entry&dept_nr=$dept_nr"; 
?>&mode=dummy"><?php echo $LDStartNewDocu ?></a><br>
 <img <?php echo createComIcon($root_path,'varrow.gif','0') ?>> <a 
href="op-docu-search.php<?php echo 
URL_APPEND."&target=archiv&dept_nr=$dept_nr"; ?>&mode=dummy"><?php echo 
$LDSearchDocu ?></a><br>
 <img <?php echo createComIcon($root_path,'varrow.gif','0') ?>> <a 
href="op-docu-select-dept.php<?php echo 
URL_APPEND."&target=$target&dept_nr=$dept_nr"; ?>&mode=dummy"><?php echo 
$LDChangeOnlyDept ?></a><br>
 <p>

Modified: care2x/branches/gettext/modules/op_document/op-docu-pass.php
===================================================================
--- care2x/branches/gettext/modules/op_document/op-docu-pass.php        
2010-06-29 18:55:21 UTC (rev 6416)
+++ care2x/branches/gettext/modules/op_document/op-docu-pass.php        
2010-06-29 18:55:54 UTC (rev 6417)
@@ -19,7 +19,7 @@
        case 
'archiv':$fileforward.="op-docu-archive.php?sid=$sid&lang=$lang&target=archiv";
                                                $lognote="archive";
                                                break;
-       
default:$fileforward.="op-doku-start.php?sid=$sid&lang=$lang&target=entry";
+       
default:$fileforward.="op-docu-start.php?sid=$sid&lang=$lang&target=entry";
                                $target="entry";
 }
 

Modified: care2x/branches/gettext/modules/op_document/op-docu-search.php
===================================================================
--- care2x/branches/gettext/modules/op_document/op-docu-search.php      
2010-06-29 18:55:21 UTC (rev 6416)
+++ care2x/branches/gettext/modules/op_document/op-docu-search.php      
2010-06-29 18:55:54 UTC (rev 6417)
@@ -394,7 +394,7 @@
 
 <table border="0">
 
-<form method="post" action="op-doku-start.php" name="opdoc">
+<form method="post" action="op-docu-start.php" name="opdoc">
 <tr bgcolor="#ffffff">
 <td><?php echo $LDSrcListElements[7] ?>:<br>
 </td>
@@ -543,7 +543,7 @@
 <?php  echo '<font color="#800000">'.$row['op_room']; 
 ?>
 <?php
-$buf="op-doku-start.php?sid=$sid&lang=$lang&mode=update&update=1&nr=".$row['nr']."&pn=".$row['encounter_nr'];
+$buf="op-docu-start.php?sid=$sid&lang=$lang&mode=update&update=1&nr=".$row['nr']."&pn=".$row['encounter_nr'];
 ?>
 <!-- <p><input type="button" value="<?php echo $LDUpdateData ?>" 
onClick="window.location.href='<?php echo $buf ?>'"> &nbsp;
  -->
@@ -587,7 +587,7 @@
 <hr>
 <ul>
 <FONT    SIZE=2  FACE="Arial">
-<img <?php echo createComIcon($root_path,'varrow.gif','0') ?>> <a 
href="op-doku-start.php<?php echo URL_APPEND."&target=entry&dept_nr=$dept_nr" 
?>&mode=dummy"><?php echo $LDStartNewDocu ?></a><br>
+<img <?php echo createComIcon($root_path,'varrow.gif','0') ?>> <a 
href="op-docu-start.php<?php echo URL_APPEND."&target=entry&dept_nr=$dept_nr" 
?>&mode=dummy"><?php echo $LDStartNewDocu ?></a><br>
 <img <?php echo createComIcon($root_path,'varrow.gif','0') ?>> <a 
href="op-docu-archive.php<?php echo 
URL_APPEND."&target=archiv&dept_nr=$dept_nr" ?>&mode=dummy"><?php echo 
$LDResearchArchive ?></a><br>
 <img <?php echo createComIcon($root_path,'varrow.gif','0') ?>> <a 
href="op-docu-select-dept.php<?php echo 
URL_APPEND."&target=$target&dept_nr=$dept_nr"; ?>&mode=dummy"><?php echo 
$LDChangeOnlyDept ?></a><br>
 <p>

Modified: care2x/branches/gettext/modules/op_document/op-docu-select-dept.php
===================================================================
--- care2x/branches/gettext/modules/op_document/op-docu-select-dept.php 
2010-06-29 18:55:21 UTC (rev 6416)
+++ care2x/branches/gettext/modules/op_document/op-docu-select-dept.php 
2010-06-29 18:55:54 UTC (rev 6417)
@@ -42,7 +42,7 @@
 
 switch($target){
        case 'entry': $title=$LDOrDocument;
-                                         
$fileforward='op-doku-start.php'.URL_APPEND.'&retpath='.$retpath;
+                                         
$fileforward='op-docu-start.php'.URL_APPEND.'&retpath='.$retpath;
                                          break;
        case 'archiv': $title="$LDOrDocument :: $LDArchive";
                                        
$fileforward='op-docu-archive.php'.URL_APPEND.'&retpath='.$retpath;

Modified: care2x/branches/gettext/modules/op_document/op-doku-start.php
===================================================================
--- care2x/branches/gettext/modules/op_document/op-doku-start.php       
2010-06-29 18:55:21 UTC (rev 6416)
+++ care2x/branches/gettext/modules/op_document/op-doku-start.php       
2010-06-29 18:55:54 UTC (rev 6417)
@@ -184,7 +184,7 @@
                $rows=$enc_obj->LastRecordCount();
                if($rows==1&&$mode=='search'){
                        $row=$encounter->FetchRow();
-                       
header("location:op-doku-start.php?sid=$sid&lang=$lang&target=$target&pn=".$row['encounter_nr']."&dept_nr=$dept_nr");
+                       
header("location:op-docu-start.php?sid=$sid&lang=$lang&target=$target&pn=".$row['encounter_nr']."&dept_nr=$dept_nr");
                        exit;
                }
                //$linecount=$address_obj->LastRecordCount();
@@ -270,7 +270,7 @@
                                                                        
                                                
if($ergebnis=$enc_obj->Transact($sql))
                                                {
-                                                               
header("location:op-doku-start.php?sid=$sid&lang=$lang&target=$target&mode=saveok&pn=$pn&nr=$nr&dept_nr=$dept_nr");
+                                                               
header("location:op-docu-start.php?sid=$sid&lang=$lang&target=$target&mode=saveok&pn=$pn&nr=$nr&dept_nr=$dept_nr");
                                                                exit;
                                                }else echo 
"$sql<br>$LDDbNoUpdate"; 
                                        }
@@ -324,7 +324,7 @@
                                                                                
$enc_obj->coretable=$dbtable;
                                                                                
$nr = $enc_obj->LastInsertPK('nr',$oid);
                                                                                
-                                                                               
header("location:op-doku-start.php?sid=$sid&lang=$lang&target=$target&mode=saveok&pn=$pn&nr=$nr&dept_nr=$dept_nr");
+                                                                               
header("location:op-docu-start.php?sid=$sid&lang=$lang&target=$target&mode=saveok&pn=$pn&nr=$nr&dept_nr=$dept_nr");
                                                                                
exit;
                                                                                
                                                            }else echo 
"$sql<br>$LDDbNoSave"; 
@@ -419,7 +419,7 @@
                d.matchcode.focus();
                return false;
        }
-       window.location.replace("op-doku-start.php?sid=<?php echo 
"$sid&lang=$lang" ?>&mode=match&matchcode="+m);
+       window.location.replace("op-docu-start.php?sid=<?php echo 
"$sid&lang=$lang" ?>&mode=match&matchcode="+m);
        return false;
 }
 
@@ -638,7 +638,7 @@
 ?>
 <table border=0 cellpadding=3 >
 
-<form method="post" action="op-doku-start.php" name="opdoc" <?php 
if($mode!='saveok') echo 'onSubmit="return chkForm(this)"'; ?>>
+<form method="post" action="op-docu-start.php" name="opdoc" <?php 
if($mode!='saveok') echo 'onSubmit="return chkForm(this)"'; ?>>
 <tr <?php if($mode=='saveok') echo "bgcolor=#ffffff"; ?>>
 <td background="<?php echo $bg_img; ?>"><FONT color=red><?php if($err_op_date) 
echo '*'; ?><?php echo $LDOpDate ?>:<br>
 </td>
@@ -919,7 +919,7 @@
 <?php if($mode=='saveok') : ?>
 
  <input  type="image" <?php echo 
createLDImgSrc($root_path,'update_data.gif','0','absmiddle') ?>  alt="<?php 
echo $LDSave ?>">
-<input type="button" value="<?php echo $LDStartNewDocu ?>" 
onclick="window.location.replace('op-doku-start.php<?php echo 
URL_REDIRECT_APPEND."&target=$target&dept_nr=$dept_nr"; ?>&mode=dummy')">
+<input type="button" value="<?php echo $LDStartNewDocu ?>" 
onclick="window.location.replace('op-docu-start.php<?php echo 
URL_REDIRECT_APPEND."&target=$target&dept_nr=$dept_nr"; ?>&mode=dummy')">
 
 <?php else : ?>
 


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