Revision: 6640
          http://care2002.svn.sourceforge.net/care2002/?rev=6640&view=rev
Author:   mizuko
Date:     2010-07-26 15:20:13 +0000 (Mon, 26 Jul 2010)

Log Message:
-----------
see #78 - no way to add a new ward. moved the creation of wards to the admin 
interfrace.

Modified Paths:
--------------
    care2x/branches/gettext/language/en/lang_en_nursing.php
    care2x/branches/gettext/modules/nursing/nursing-ward-info.php
    care2x/branches/gettext/modules/nursing/nursing.php

Modified: care2x/branches/gettext/language/en/lang_en_nursing.php
===================================================================
--- care2x/branches/gettext/language/en/lang_en_nursing.php     2010-07-26 
12:01:46 UTC (rev 6639)
+++ care2x/branches/gettext/language/en/lang_en_nursing.php     2010-07-26 
15:20:13 UTC (rev 6640)
@@ -312,7 +312,7 @@
 $LDErrorDuplicateBed='Error: Duplicate bed occupancy record in table 
nursing_station_patients';
 $LDNoFound='Search found no patient.';
 
-$LDNoWardsYet='There are no nursing wards yet.';
+$LDNoWardsYet='There are no nursing wards yet. Please ask your administrator 
to create them';
 $LDClk2CreateWard='To create a ward, please click here.';
 /* 2002-10-12 EL */
 $LDToCreateNewList='To create a new list';

Modified: care2x/branches/gettext/modules/nursing/nursing-ward-info.php
===================================================================
--- care2x/branches/gettext/modules/nursing/nursing-ward-info.php       
2010-07-26 12:01:46 UTC (rev 6639)
+++ care2x/branches/gettext/modules/nursing/nursing-ward-info.php       
2010-07-26 15:20:13 UTC (rev 6640)
@@ -357,7 +357,7 @@
 
        # If no wards available, prompt no ward
        
-       $sTemp = '<p><font size=2 
face="verdana,arial,helvetica">'.$LDNoWardsYet.'<br><img 
'.createComIcon($root_path,'redpfeil.gif','0','absmiddle').'> <a 
href="nursing-ward-new.php'.URL_APPEND.'">'.$LDClk2CreateWard.'</a></font>';
+       $sTemp = $LDNoWardsYet;
 
 }
 

Modified: care2x/branches/gettext/modules/nursing/nursing.php
===================================================================
--- care2x/branches/gettext/modules/nursing/nursing.php 2010-07-26 12:01:46 UTC 
(rev 6639)
+++ care2x/branches/gettext/modules/nursing/nursing.php 2010-07-26 15:20:13 UTC 
(rev 6640)
@@ -50,7 +50,7 @@
   }
 
  } else {
-  $sWardInfo = $LDNoWardsYet.'<br><img 
'.createComIcon($root_path,'redpfeil.gif','0','absmiddle').'> <a 
href="nursing-ward-manage-pass.php'.URL_APPEND.'">'.$LDClk2CreateWard.'</a>';
+  $sWardInfo = $LDNoWardsYet;
  }
 
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to