/[projects]/dao/DaoAdresseVedligehold/src/main/webapp/index.html
ViewVC logotype

Diff of /dao/DaoAdresseVedligehold/src/main/webapp/index.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2843 by torben, Sun Jan 24 21:48:55 2016 UTC revision 2844 by torben, Mon Jan 25 21:43:59 2016 UTC
# Line 45  function loadTasks() { Line 45  function loadTasks() {
45    
46                          html += entry.detail;                          html += entry.detail;
47                                                    
48                            if (entry.state == "STATE_ABORTED")
49                                    html += "<br><div style='color: red'>" + entry.errorMessage + "</div>";
50                            
51                          html += "<br/><div style='font-size: 8px; margin: 7px;'>" + entry.state + "</div>";                          html += "<br/><div style='font-size: 8px; margin: 7px;'>" + entry.state + "</div>";
52                                                    
53                          html += "</div>";                          html += "</div>";
# Line 142  $(document).ready( function() { Line 145  $(document).ready( function() {
145                            <select class="form-control" id="distributor" name="distributor">                            <select class="form-control" id="distributor" name="distributor">
146                                  <option></option>                                  <option></option>
147                              <option>BK</option>                              <option>BK</option>
                           <!--  
148                              <option>DAO</option>                              <option>DAO</option>
149                              <!--
150                                
151                              <option>FD</option>                              <option>FD</option>
152                              <option>NS</option>                              <option>NS</option>
153                            -->                            -->

Legend:
Removed from v.2843  
changed lines
  Added in v.2844

  ViewVC Help
Powered by ViewVC 1.1.20