Skip to content
Snippets Groups Projects
Commit 25a9159b authored by gloas's avatar gloas
Browse files

Skin: ajout des size aux popup

parent ba7a0f04
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ function openDialogExemplaires(titre, noticeAjax, anchor) {
'reservation-exempalires',
function() { removeLoadingClass(anchor);},
function() { $('div.ui-widget-overlay').click(closeDialogExemplaires); }
);
,710,300);
$reserver_links = dialog_reserver.find('td.exemplaires:last-child img');
$.each($reserver_links, function(index, link) {
link = $(link);
......
......@@ -96,7 +96,7 @@ function noticeMurPanierWithData(data, anchor){
if (undefined == event.currentTarget)
noticeMurPanier(anchor);
});
},400,250);
}
if ('CONTENT' == data['result']) {
var modal = opacDialog(dialogContent,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment