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

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

Modified Paths:
--------------
    care2x/branches/gettext/modules/op_document/op-doku-archiv.php
    care2x/branches/gettext/modules/op_document/op-doku-search.php
    care2x/branches/gettext/modules/op_document/op-doku-start.php

Added Paths:
-----------
    care2x/branches/gettext/modules/op_document/gui_tabs_op_docu.php

Removed Paths:
-------------
    care2x/branches/gettext/modules/op_document/gui_tabs_op_doku.php

Copied: care2x/branches/gettext/modules/op_document/gui_tabs_op_docu.php (from 
rev 6405, care2x/branches/gettext/modules/op_document/gui_tabs_op_doku.php)
===================================================================
--- care2x/branches/gettext/modules/op_document/gui_tabs_op_docu.php            
                (rev 0)
+++ care2x/branches/gettext/modules/op_document/gui_tabs_op_docu.php    
2010-06-29 18:49:22 UTC (rev 6408)
@@ -0,0 +1,27 @@
+<!-- Creates the tabs for the patient registration module  -->
+<?php
+if(!isset($notabs)||!$notabs){
+?>
+<!-- Tabs  -->
+<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>';
+                                                       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-doku-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>';
+                                                       if($target=="archiv") 
$img='arch-blu.gif'; //echo '<img 
'.createLDImgSrc($root_path,'arch-blu.gif','0').'  alt="'.$LDArchive.'">';
+                                                               
else{$img='arch-gray.gif'; }
+                                                       echo '<a 
href="op-doku-archiv.php'.URL_APPEND.'&target=archiv&dept_nr='.$dept_nr.'"><img 
'.createLDImgSrc($root_path,$img,'0').' alt="'.$LDArchive.'" 
';if($cfg['dhtml'])echo'class="fadeOut" '; echo '></a>';
+                                               ?></td>
+</tr>
+<?php
+}
+?>
+<!--  Horizontal blue line below the tabs -->
+<tr>
+<td colspan=3  bgcolor=#00009c><img src="p.gif" border=0 width=1 height=5><?php
+if(!empty($subtitle)) echo '<font color="#fefefe" SIZE=3  
FACE="verdana,Arial"><b>:: '.$subtitle.'</b>';
+?></td>
+</tr>
+

Deleted: care2x/branches/gettext/modules/op_document/gui_tabs_op_doku.php
===================================================================
--- care2x/branches/gettext/modules/op_document/gui_tabs_op_doku.php    
2010-06-29 18:45:45 UTC (rev 6407)
+++ care2x/branches/gettext/modules/op_document/gui_tabs_op_doku.php    
2010-06-29 18:49:22 UTC (rev 6408)
@@ -1,27 +0,0 @@
-<!-- Creates the tabs for the patient registration module  -->
-<?php
-if(!isset($notabs)||!$notabs){
-?>
-<!-- Tabs  -->
-<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>';
-                                                       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-doku-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>';
-                                                       if($target=="archiv") 
$img='arch-blu.gif'; //echo '<img 
'.createLDImgSrc($root_path,'arch-blu.gif','0').'  alt="'.$LDArchive.'">';
-                                                               
else{$img='arch-gray.gif'; }
-                                                       echo '<a 
href="op-doku-archiv.php'.URL_APPEND.'&target=archiv&dept_nr='.$dept_nr.'"><img 
'.createLDImgSrc($root_path,$img,'0').' alt="'.$LDArchive.'" 
';if($cfg['dhtml'])echo'class="fadeOut" '; echo '></a>';
-                                               ?></td>
-</tr>
-<?php
-}
-?>
-<!--  Horizontal blue line below the tabs -->
-<tr>
-<td colspan=3  bgcolor=#00009c><img src="p.gif" border=0 width=1 height=5><?php
-if(!empty($subtitle)) echo '<font color="#fefefe" SIZE=3  
FACE="verdana,Arial"><b>:: '.$subtitle.'</b>';
-?></td>
-</tr>
-

Modified: care2x/branches/gettext/modules/op_document/op-doku-archiv.php
===================================================================
--- care2x/branches/gettext/modules/op_document/op-doku-archiv.php      
2010-06-29 18:45:45 UTC (rev 6407)
+++ care2x/branches/gettext/modules/op_document/op-doku-archiv.php      
2010-06-29 18:49:22 UTC (rev 6408)
@@ -323,7 +323,7 @@
 
 <table width=100% border=0 cellspacing=0 cellpadding=0>
 
-<?php require('./gui_tabs_op_doku.php'); ?>
+<?php require('./gui_tabs_op_docu.php'); ?>
 
 <tr>
 <td colspan=2><p><br>

Modified: care2x/branches/gettext/modules/op_document/op-doku-search.php
===================================================================
--- care2x/branches/gettext/modules/op_document/op-doku-search.php      
2010-06-29 18:45:45 UTC (rev 6407)
+++ care2x/branches/gettext/modules/op_document/op-doku-search.php      
2010-06-29 18:49:22 UTC (rev 6408)
@@ -278,7 +278,7 @@
 
 <table width=100% border=0 cellspacing=0 cellpadding=0>
 
-<?php require('./gui_tabs_op_doku.php'); ?>
+<?php require('./gui_tabs_op_docu.php'); ?>
 
 <tr>
 <td colspan=2><p><br>

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:45:45 UTC (rev 6407)
+++ care2x/branches/gettext/modules/op_document/op-doku-start.php       
2010-06-29 18:49:22 UTC (rev 6408)
@@ -496,7 +496,7 @@
 
 <table width=100% border=0 cellspacing=0 cellpadding=0>
 
-<?php require('./gui_tabs_op_doku.php'); ?>
+<?php require('./gui_tabs_op_docu.php'); ?>
 <tr>
 <td colspan=2><p>
 


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