##// END OF EJS Templates
rhodecode.js: use classes btn and btn-mini instead of ui-btn in createInlineAddButton
Mads Kiilerich -
r4171:75bf2d4e rhodecode-2.2.5-gpl
parent child Browse files
Show More
@@ -795,7 +795,7 b' var _placeAddButton = function($line_tr)'
795 }
795 }
796 $tr.find('.add-comment').remove();
796 $tr.find('.add-comment').remove();
797 var label = TRANSLATION_MAP['Add another comment'];
797 var label = TRANSLATION_MAP['Add another comment'];
798 var $html_el = $('<div class="add-comment"><span class="ui-btn">{0}</span></div>'.format(label));
798 var $html_el = $('<div class="add-comment"><span class="btn btn-mini">{0}</span></div>'.format(label));
799 $html_el.click(function(e) {
799 $html_el.click(function(e) {
800 injectInlineForm($line_tr);
800 injectInlineForm($line_tr);
801 });
801 });
General Comments 0
You need to be logged in to leave comments. Login now