Dotclear

Changeset 740:e45241c3d063


Ignore:
Timestamp:
10/05/11 15:02:55 (14 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Prise en compte des changements dynamiques sur certaines pages de l'admin pour le positionnement du pied de page, fixes #1193 et #1280

Location:
admin/js
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_media.js

    r250 r740  
    6868                              }); 
    6969                         } 
     70                    }, 
     71                    fileQueued: function() { 
     72                         positionFooter(); 
    7073                    } 
    7174               } 
  • admin/js/_post.js

    r0 r740  
    88     $(img).css('cursor','pointer'); 
    99     img.line = line; 
    10      img.onclick = function() { dotclear.viewCommentContent(this,this.line); }; 
     10     img.onclick = function() { dotclear.viewCommentContent(this,this.line); positionFooter(); }; 
    1111      
    1212     td.insertBefore(img,td.firstChild); 
  • admin/js/_posts_list.js

    r0 r740  
    88     $(img).css('cursor','pointer'); 
    99     img.line = line; 
    10      img.onclick = function() { dotclear.viewPostContent(this,this.line); }; 
     10     img.onclick = function() { dotclear.viewPostContent(this,this.line); positionFooter(); }; 
    1111      
    1212     td.insertBefore(img,td.firstChild); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map