CC-5334 : Localize Ryerson History Feature

This commit is contained in:
Naomi Aro 2013-09-23 14:42:35 +02:00
parent 69eb6ba060
commit ee45f10aeb
4 changed files with 37 additions and 32 deletions

View file

@ -23,7 +23,7 @@ var AIRTIME = (function(AIRTIME) {
"<li data-template='<%= id %>' data-name='<%= name %>'>" +
"<a href='<%= editUrl %>' class='template_name'><%= name %></a>" +
"<a href='<%= removeUrl %>' class='template_remove'><i class='icon icon-trash'></i></a>" +
"<a href='<%= defaultUrl %>' class='template_default'>Set Default</a>" +
"<a href='<%= defaultUrl %>' class='template_default'>" + $.i18n._('Set Default') + "</a>" +
"</li>";
var template = (configured) === true ? itemConfigured : item;