Changeset 798 for trunk/web-app
- Timestamp:
 - Feb 8, 2011, 11:00:27 PM (15 years ago)
 - Location:
 - trunk/web-app
 - Files:
 - 
          
- 2 edited
 - 2 copied
 
- 
          css/main.css (modified) (1 diff)
 - 
          js/dynamicOneToMany.js (copied) (copied from branches/features/taskProcedureRework/web-app/js/dynamicOneToMany.js)
 - 
          js/jquery.js (copied) (copied from branches/features/taskProcedureRework/web-app/js/jquery.js)
 - 
          js/jsUtil.js (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/web-app/css/main.css
r729 r798 690 690 div.static_tree { 691 691 } 692 div.static_tree_compact { 693 height:10em; 694 width:100%; 695 overflow:auto; 696 } 692 697 div.static_tree ul { 693 698 list-style-type: none;  - 
        
trunk/web-app/js/jsUtil.js
r714 r798 119 119 } 120 120 } 121 122 function openWindow(url) { 123 window.open(url); 124 }  
Note: See TracChangeset
          for help on using the changeset viewer.
      