Changeset 798 for trunk/web-app


Ignore:
Timestamp:
Feb 8, 2011, 11:00:27 PM (13 years ago)
Author:
gav
Message:

Svn merge -r752:r797 branches/features/taskProcedureRework into trunk/.

Location:
trunk/web-app
Files:
2 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/main.css

    r729 r798  
    690690div.static_tree {
    691691}
     692div.static_tree_compact {
     693    height:10em;
     694    width:100%;
     695    overflow:auto;
     696}
    692697div.static_tree ul {
    693698    list-style-type: none;
  • trunk/web-app/js/jsUtil.js

    r714 r798  
    119119    }
    120120}
     121
     122function openWindow(url) {
     123    window.open(url);
     124}
Note: See TracChangeset for help on using the changeset viewer.