Commit 34fc3822 authored by prumde's avatar prumde

Commented Return Type Cards

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211756 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 31cd74b8
...@@ -706,6 +706,8 @@ private String format(String pattern, Object value) ...@@ -706,6 +706,8 @@ private String format(String pattern, Object value)
htmlStrBuff.append(" </div>"); htmlStrBuff.append(" </div>");
htmlStrBuff.append("</div>"); htmlStrBuff.append("</div>");
//Temporary Commented
/*
htmlStrBuff.append("<div class=\"db-kpi-container\">"); htmlStrBuff.append("<div class=\"db-kpi-container\">");
htmlStrBuff.append(" <div class=\"kpi-container\">"); htmlStrBuff.append(" <div class=\"kpi-container\">");
...@@ -742,6 +744,7 @@ private String format(String pattern, Object value) ...@@ -742,6 +744,7 @@ private String format(String pattern, Object value)
htmlStrBuff.append(" </div>"); htmlStrBuff.append(" </div>");
htmlStrBuff.append("</div>"); htmlStrBuff.append("</div>");
*/
} }
htmlStrBuff.append("</div>"); htmlStrBuff.append("</div>");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment