Ignore:
Timestamp:
12/15/11 10:56:11 (13 years ago)
Author:
vmipsl
Message:

BO : ajout bouton lien vers interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/resources/jsp/backofficeHead.jsp

    r285 r305  
    3333            this.createLogin(); 
    3434 
     35            var interfaceButton = new Button( {value:templateTexts["bo.site"], parent:this.containerTools, id:"button_interface", className: "gray_button", classNameText:"blue_button_text", onClick:this.onClickMegapoli} ); 
    3536            var homeButton = new Button( {value:templateTexts["app.home"], parent:this.containerTools, id:"button_home", className: "gray_button", classNameText:"blue_button_text", onClick:this.onClickHome} ); 
    3637 
     
    6263        }, 
    6364 
     65        onClickMegapoli: function() 
     66        { 
     67            document.location.href = "index.jsp"; 
     68        }, 
     69 
    6470        onClickUser: function() 
    6571        { 
Note: See TracChangeset for help on using the changeset viewer.