src/cm/media/js/site/f_text_view_frame.js
changeset 206 38aa907c6479
parent 103 61fd17f9ab78
child 341 053551f213fb
equal deleted inserted replaced
205:3ffa95ca15a6 206:38aa907c6479
   578 	$("#c_f_res_nb_com").html(nbComments) ;
   578 	$("#c_f_res_nb_com").html(nbComments) ;
   579 	$("#c_f_res_nb_tot_com").html(nbAllComments) ;
   579 	$("#c_f_res_nb_tot_com").html(nbAllComments) ;
   580 	$("#c_f_res_nb_com_txt").html(ngettext('comment', 'comments', nbComments)) ;
   580 	$("#c_f_res_nb_com_txt").html(ngettext('comment', 'comments', nbComments)) ;
   581 	$("#c_f_res_nb_rep").html(nbReplies) ; 
   581 	$("#c_f_res_nb_rep").html(nbReplies) ; 
   582 	$("#c_f_res_nb_tot_rep").html(nbAllReplies) ; 
   582 	$("#c_f_res_nb_tot_rep").html(nbAllReplies) ; 
   583 	$("#c_f_res_nb_rep_txt").html(ngettext(' reply', ' replies', nbReplies)) ;
   583 	$("#c_f_res_nb_rep_txt").html(' ' + ngettext('reply', 'replies', nbReplies)) ;
   584 
   584 
   585 	// update browser infos
   585 	// update browser infos
   586 	$("#c_browse_indx_total").html(nbDiscussions) ; 
   586 	$("#c_browse_indx_total").html(nbDiscussions) ; 
   587 	
   587 	
   588 	//console.info('nbDiscussions + typeof nbDiscussions +nbComments + typeof nbComments) ;
   588 	//console.info('nbDiscussions + typeof nbDiscussions +nbComments + typeof nbComments) ;