- $("<p class='warning'></p>")
- .text(I18n.t("browse.start_rjs.feature_warning", { num_features: count, max_features: limit }))
- .prepend(
- $("<span class='icon close'></span>")
- .click(cancel))
- .append(
- $("<input type='submit'>")
+ $("<div>").append(
+ $("<div class='d-flex'>").append(
+ $("<div class='flex-grow-1 text-break'>").append(
+ $("<h2>")
+ .text(I18n.t("browse.start_rjs.load_data"))),
+ $("<div>").append(
+ $("<button type='button' class='btn-close'>")
+ .click(cancel))),
+ $("<div>").append(
+ $("<p class='alert alert-warning'></p>")
+ .text(I18n.t("browse.start_rjs.feature_warning", { num_features: count, max_features: limit })),
+ $("<input type='submit' class='btn btn-primary'>")