|
|
@ -1936,7 +1936,7 @@ define([
|
|
|
|
$body: $('body')
|
|
|
|
$body: $('body')
|
|
|
|
});
|
|
|
|
});
|
|
|
|
var $modal = modal.$modal;
|
|
|
|
var $modal = modal.$modal;
|
|
|
|
var $title = $('<h3>').text(Messages.fm_newFile);
|
|
|
|
var $title = $('<h3>').html("<i class='fa fa-plus'></i> " + Messages.fm_newButton);
|
|
|
|
var $description = $('<p>').html(Messages.creation_newPadModalDescription);
|
|
|
|
var $description = $('<p>').html(Messages.creation_newPadModalDescription);
|
|
|
|
$modal.find('.cp-modal').append($title);
|
|
|
|
$modal.find('.cp-modal').append($title);
|
|
|
|
$modal.find('.cp-modal').append($description);
|
|
|
|
$modal.find('.cp-modal').append($description);
|
|
|
|