Subversion Repositories SmartDukaan

Rev

Rev 29877 | Rev 29909 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29877 Rev 29887
Line 74... Line 74...
74
		attributesMap.put("dateMonthChYear", dateMonthChYear);
74
		attributesMap.put("dateMonthChYear", dateMonthChYear);
75
 
75
 
76
		attributesMap.put("noData",
76
		attributesMap.put("noData",
77
				"<tr><td colspan=\"20\" style=\"text-align:center;\">No results found for the given criteria</td></tr>");
77
				"<tr><td colspan=\"20\" style=\"text-align:center;\">No results found for the given criteria</td></tr>");
78
		attributesMap.put("dateTimeFormatter", dateTimeFormatter);
78
		attributesMap.put("dateTimeFormatter", dateTimeFormatter);
79
		attributesMap.put("version", "96");
79
		attributesMap.put("version", "97");
80
		attributesMap.put("cssVersion", "10");
80
		attributesMap.put("cssVersion", "10");
81
		attributesMap.put("isDev", getActiveProfile().equals("dev"));
81
		attributesMap.put("isDev", getActiveProfile().equals("dev"));
82
		attributesMap.put("vmUtils", new Utils());
82
		attributesMap.put("vmUtils", new Utils());
83
		bean.setAttributesMap(attributesMap);
83
		bean.setAttributesMap(attributesMap);
84
		return bean;
84
		return bean;