/[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 2898 by torben, Mon Feb 1 07:30:14 2016 UTC revision 2899 by torben, Mon Feb 1 09:24:15 2016 UTC
# Line 42  function loadTasks() { Line 42  function loadTasks() {
42                                                    
43                          html += "<div class='panel " + pclass + "'>";                          html += "<div class='panel " + pclass + "'>";
44                          html += "<div class='panel-heading'><h4 class='panel-title'>" + entry.description + "</h4></div>";                          html += "<div class='panel-heading'><h4 class='panel-title'>" + entry.description + "</h4></div>";
45                            html += "  <div class='panel-body'>";
46    
47                          html += entry.detail;                          html += entry.detail;
48                                                    
# Line 61  function loadTasks() { Line 62  function loadTasks() {
62                                                    
63                          html += "<br/><div style='font-size: 8px; margin: 7px;'>" + entry.state + "</div>";                          html += "<br/><div style='font-size: 8px; margin: 7px;'>" + entry.state + "</div>";
64                                                    
65                          html += "</div>";                          html += "  </div>"; //panel-body
66                            html += "</div>"; //panel
67                                                    
68                  });                  });
69                  if (html == "") {                  if (html == "") {

Legend:
Removed from v.2898  
changed lines
  Added in v.2899

  ViewVC Help
Powered by ViewVC 1.1.20