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

Log Message:
-----------
small fixes

Modified Paths:
--------------
    care2x/branches/gettext/modules/cafeteria/includes/inc_cafe_get_menu.php
    care2x/branches/gettext/modules/registration_admission/patient.php

Modified: 
care2x/branches/gettext/modules/cafeteria/includes/inc_cafe_get_menu.php
===================================================================
--- care2x/branches/gettext/modules/cafeteria/includes/inc_cafe_get_menu.php    
2010-07-26 15:20:13 UTC (rev 6640)
+++ care2x/branches/gettext/modules/cafeteria/includes/inc_cafe_get_menu.php    
2010-07-26 16:06:15 UTC (rev 6641)
@@ -17,10 +17,10 @@
            $menu = $ergebnis->FetchRow();
        }
        else {
-           $menu['menu']=_("Menu is not available");
+           $menu['menu']= $LDNoMenu;
     }
 }
 
-if(!$menu['menu']) $menu['menu']=_("Menu is not available");
+if(!$menu['menu']) $menu['menu']=$LDNoMenu;
 
 ?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/registration_admission/patient.php
===================================================================
--- care2x/branches/gettext/modules/registration_admission/patient.php  
2010-07-26 15:20:13 UTC (rev 6640)
+++ care2x/branches/gettext/modules/registration_admission/patient.php  
2010-07-26 16:06:15 UTC (rev 6641)
@@ -49,7 +49,7 @@
  $smarty->assign('pbHelp',"javascript:gethelp('person_reg.php','$LDDoctors')");
 
 # Window title
- $smarty->assign('sWindowTitle',_('Person'));
+ $smarty->assign('sWindowTitle',$LDPerson);
  
  # Prepare the icons
  $aSubMenuIcon = array(createComIcon($root_path,'post_discussion.gif','0') ,


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