mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 05:54:03 +01:00
Update lib/functions.js
This commit is contained in:
parent
e17d5bfbe7
commit
b656f36371
@ -455,9 +455,9 @@ function launch_modal(title, href, init_modal, id) {
|
||||
$(id).html(
|
||||
'<div class="modal-dialog modal-lg">' +
|
||||
' <div class="modal-content">' +
|
||||
' <div class="modal-header">' +
|
||||
' <div class="modal-header bg-light-blue">' +
|
||||
' <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">' + globals.translations.close + '</span></button>' +
|
||||
' <h4 class="modal-title">' + title + '</h4>' +
|
||||
' <h4 class="modal-title"><i class="fa fa-pencil"></i> ' + title + '</h4>' +
|
||||
' </div>' +
|
||||
' <div class="modal-body">' + data + '</div>'
|
||||
);
|
||||
@ -470,9 +470,9 @@ function launch_modal(title, href, init_modal, id) {
|
||||
$(id).html(
|
||||
'<div class="modal-dialog modal-lg">' +
|
||||
' <div class="modal-content">' +
|
||||
' <div class="modal-header">' +
|
||||
' <div class="modal-header bg-light-blue">' +
|
||||
' <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">' + globals.translations.close + '</span></button>' +
|
||||
' <h4 class="modal-title">' + title + '</h4>' +
|
||||
' <h4 class="modal-title"><i class="fa fa-pencil"></i> ' + title + '</h4>' +
|
||||
' </div>' +
|
||||
' <div class="modal-body">' + data + '</div>'
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user