Subversion Repositories SmartDukaan

Rev

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

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