Changeset 7892


Ignore:
Timestamp:
Dec 5, 2008, 2:37:05 PM (16 years ago)
Author:
dark
Message:
 
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/admin/adminMenuCompose.php

    r6556 r7892  
    160160        allowNewItem = true; 
    161161        allowAddToTop = true; 
     162        allowAddToCustom = true; 
    162163        iInactivePerRow = 7; 
    163164        sendSystemOrder = false; 
  • TabularUnified trunk/admin/menu_compose.php

    r7688 r7892  
    149149        allowNewItem = true; 
    150150        allowAddToTop = true; 
     151        allowAddToCustom = true; 
    151152        iInactivePerRow = 7; 
    152153        sendSystemOrder = false; 
  • TabularUnified trunk/inc/js/classes/BxDolMenu.js

    r6178 r7892  
    149149        //move system item inside top menu 
    150150    } 
    151     else if( obj.type == 'top'    && obj.dragToCellY > 0  && obj.dragToCellX >= 0 && obj.dragToCellX < ( this.iCounterX - 1 ) && obj.dragToCellY <= ( /*this.aCounterY[obj.dragToCellX] + */ 1 ) ) 
     151    else if( obj.type == 'top'    && obj.dragToCellY > 0  && allowAddToCustom && obj.dragToCellX >= 0 && obj.dragToCellX < ( this.iCounterX - 1 ) && obj.dragToCellY <= ( /*this.aCounterY[obj.dragToCellX] + */ 1 ) ) 
    152152    { 
    153153        //move top item to custom menu 
     
    165165        //move custom to other column 
    166166    } 
    167     else if( obj.type == 'inactive' && obj.dragToCellY > 0 && obj.dragToCellX >= 0 && obj.dragToCellX < this.iCounterX && obj.dragToCellY < ( this.aCounterY[obj.dragToCellX] + 2 ) ) 
     167    else if( obj.type == 'inactive' && obj.dragToCellY > 0 && allowAddToCustom && obj.dragToCellX >= 0 && obj.dragToCellX < this.iCounterX && obj.dragToCellY < ( this.aCounterY[obj.dragToCellX] + 2 ) ) 
    168168    { 
    169169        //move inactive to custom 
Note: See TracChangeset for help on using the changeset viewer.
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub