Explorar el Código

Close and load images charged when lightbox is shown.

jfdelrio hace 16 años
padre
commit
f34a5308fa
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      admin/index.php

+ 3 - 1
admin/index.php Ver fichero

@@ -104,8 +104,10 @@ if ($user->isAdmin()) {
104 104
 		$(document).ready(function(){
105 105
 			$("#divMessages").fadeOut(5000,function(){
106 106
 				$("#divMessages").css({display:"none"});
107
-			});
107
+			});			
108 108
 		});
109
+		Lightbox.fileLoadingImage = "css/images/loading.gif";
110
+		Lightbox.fileBottomNavCloseImage = "css/images/closelabel.gif";		
109 111
 		</script>
110 112
 		<style type="text/css" media="screen">	
111 113
 			@import "<?php echo $conf->urlGelato;?>/admin/css/style.css";