Ignore:
Timestamp:
2012-05-29T13:36:20+12:00 (12 years ago)
Author:
kjdon
Message:

renaming interfaces. step 1. rename default to basic. change image paths, interface inheritance etc

Location:
main/trunk/greenstone3/web/interfaces/basic
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/basic/js/ygDDPlayer.js

    r23972 r25699  
    6969       
    7070         var img = document.createElement('img');
    71               img.src = 'interfaces/default/images/berry3.png';
     71              img.src = 'interfaces/basic/images/berry3.png';
    7272              img.height = 15;
    7373              img.width = 15;
     
    210210                     for (var i =0; i < player.berryList.length; i++ ){
    211211                             var img = document.createElement('img');
    212                               img.src = 'interfaces/default/images/berry3.png';
     212                              img.src = 'interfaces/basic/images/berry3.png';
    213213                              img.height = 15;
    214214                              img.width = 15;
     
    303303                   var trashbin =  YAHOO.util.Dom.get('trashbin');
    304304                   if ( trashbin !=null){
    305                          trashbin.style.background = 'url("interfaces/default/images/trash-full.png") 0 0 no-repeat';
     305                         trashbin.style.background = 'url("interfaces/basic/images/trash-full.png") 0 0 no-repeat';
    306306                  }
    307307              }                                       
Note: See TracChangeset for help on using the changeset viewer.