mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge branch 'ent-9523-derivado-del-trabajo-q-a-765-fe-de-errata-en-titulo-de-ventana-emergente-para-informacion-de' into 'develop'
Ent 9523 derivado del trabajo q a 765 fe de errata en titulo de ventana emergente para informacion de See merge request artica/pandorafms!5496
This commit is contained in:
commit
c8109dadd3
@ -992,7 +992,7 @@ if (($create != '') || ($view != '')) {
|
|||||||
echo '<div id="deploy_messages" class="invisible">';
|
echo '<div id="deploy_messages" class="invisible">';
|
||||||
}
|
}
|
||||||
|
|
||||||
// The '%s' will be replaced in the javascript code of the function 'show_locked_dialog'
|
// The '%s' will be replaced in the javascript code of the function 'show_locked_dialog'.
|
||||||
echo "<div id='dialog_locked' title='".__('List of modules and components created by "%s" ')."' class='invisible left'>";
|
echo "<div id='dialog_locked' title='".__('List of modules and components created by "%s" ')."' class='invisible left'>";
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
@ -1041,12 +1041,11 @@ ui_require_javascript_file('pandora_modules');
|
|||||||
data: parameters,
|
data: parameters,
|
||||||
dataType: "html",
|
dataType: "html",
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
var title = $("#dialog_locked").prop('title').replace(/%s/, plugin_name);
|
var title = 'List of modules and components created by "'+ plugin_name +'"';
|
||||||
|
|
||||||
$("#dialog_locked")
|
$("#dialog_locked")
|
||||||
.prop('title', title)
|
|
||||||
.html(data)
|
.html(data)
|
||||||
.dialog ({
|
.dialog ({
|
||||||
|
title: title,
|
||||||
resizable: true,
|
resizable: true,
|
||||||
draggable: true,
|
draggable: true,
|
||||||
modal: true,
|
modal: true,
|
||||||
@ -1062,7 +1061,6 @@ ui_require_javascript_file('pandora_modules');
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
// Add macro
|
// Add macro
|
||||||
var add_macro_click_event = function (event) {
|
var add_macro_click_event = function (event) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user