Ignore:
Timestamp:
Jun 5, 2014, 11:21:28 AM (9 years ago)
Author:
olle
Message:

Refs #592. Lab environment extension updated in JSP files by removing warning if no BASE project has been selected, since this is not necessary for the lab environment extension functionality:

  1. JSP files in resources/reports/ updated in HTML section by removal of warning if no BASE project has been selected:
    a. labenvironmentalarms.jsp
    b. labenvironmentdatabasedisplay.jsp
    c. labenvironmentdatabaseeventpopup.jsp
    d. labenvironmentdatabaseexport.jsp
    e. labenvironmentdatabasestatistics.jsp
    f. labsensorinfo.jsp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.labenv/trunk/resources/reports/labenvironmentdatabaseeventpopup.jsp

    r2481 r2486  
    463463    <div id="y-guide" style="position: absolute; z-index: 99; display: none; background-color: #224488; height: 1px;"></div>
    464464    <div class="content">
    465     <%
    466     if (sc.getActiveProjectId() == 0)
    467     {
    468       %>
    469       <div class="messagecontainer note" style="width: 950px; margin-left: 20px; margin-bottom: 20px; margin-right: 0px; font-weight: bold; color: #cc0000;">
    470         No project has been selected. You may proceed with the report generation but
    471         only your own items will be included in the report.
    472       </div>
    473       <%
    474     }
    475     %>
    476465 
    477466    <form name="labenv" onsubmit="return false;">
Note: See TracChangeset for help on using the changeset viewer.