[LON-CAPA-cvs] cvs: loncom /interface lonhtmlcommon.pm

www www at source.lon-capa.org
Sun Mar 25 22:47:46 EDT 2012


www		Mon Mar 26 02:47:46 2012 EDT

  Modified files:              
    /loncom/interface	lonhtmlcommon.pm 
  Log:
  i14n
  
  
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.304 loncom/interface/lonhtmlcommon.pm:1.305
--- loncom/interface/lonhtmlcommon.pm:1.304	Sun Mar 25 14:36:01 2012
+++ loncom/interface/lonhtmlcommon.pm	Mon Mar 26 02:47:46 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common html routines
 #
-# $Id: lonhtmlcommon.pm,v 1.304 2012/03/25 14:36:01 foxr Exp $
+# $Id: lonhtmlcommon.pm,v 1.305 2012/03/26 02:47:46 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1313,7 +1313,7 @@
 
                if (typeof(dueDate) != "undefined") {
                   $("#duedatecountdown").countdown({until: dueDate, compact: true, 
-                                                  layout: "<b>Due in: {dn} {dl} {hnn}{sep}{mnn}{sep}{snn}</b>",
+                                                  layout: "<b>'.&mt("Due in: {dn} {dl} {hnn}{sep}{mnn}{sep}{snn}").'</b>",
                                                   onTick: function (periods) {
                          if($.countdown.periodsToSeconds(periods) < 60) {
                              $(this).css("color", "red");   //Highlight last minute.




More information about the LON-CAPA-cvs mailing list