Revision: 2575
          https://sourceforge.net/p/mrbs/code/2575/
Author:   tbleher
Date:     2012-12-09 09:48:44 +0000 (Sun, 09 Dec 2012)
Log Message:
-----------
Translate approval status and confirmation status radio buttons in report.php

Modified Paths:
--------------
    mrbs/trunk/web/report.php

Modified: mrbs/trunk/web/report.php
===================================================================
--- mrbs/trunk/web/report.php   2012-12-09 09:24:00 UTC (rev 2574)
+++ mrbs/trunk/web/report.php   2012-12-09 09:48:44 UTC (rev 2575)
@@ -158,7 +158,7 @@
         if ($confirmation_somewhere)
         {
           echo "<div id=\"div_confirmationstatus\">\n";
-          $options = array(CONFIRMED_BOTH => 'both', CONFIRMED_YES => 
'confirmed', CONFIRMED_NO => 'tentative');
+          $options = array(CONFIRMED_BOTH => get_vocab("both"), CONFIRMED_YES 
=> get_vocab("confirmed"), CONFIRMED_NO => get_vocab("tentative"));
           $params = array('label'   => get_vocab("confirmation_status") . ':',
                           'name'    => 'match_confirmed',
                           'options' => $options,
@@ -175,7 +175,7 @@
         if ($approval_somewhere)
         {
           echo "<div id=\"div_approvalstatus\">\n";
-          $options = array(APPROVED_BOTH => 'both', APPROVED_YES => 
'approved', APPROVED_NO => 'awaiting_approval');
+          $options = array(APPROVED_BOTH => get_vocab("both"), APPROVED_YES => 
get_vocab("approved"), APPROVED_NO => get_vocab("awaiting_approval"));
           $params = array('label'   => get_vocab("approval_status") . ':',
                           'name'    => 'match_approved',
                           'options' => $options,
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to