Subversion Repositories SmartDukaan

Rev

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

Rev 29168 Rev 29198
Line 228... Line 228...
228
			if (label.equals("DIAMOND")) {
228
			if (label.equals("DIAMOND")) {
229
				backgroundColor.add("#B9F2FF");
229
				backgroundColor.add("#B9F2FF");
230
			}
230
			}
231
 
231
 
232
			if (label.equals("PLATINUM")) {
232
			if (label.equals("PLATINUM")) {
233
				backgroundColor.add("#e5e4e2");
233
				backgroundColor.add("#800080");
234
			}
234
			}
235
			if (label.equals("NEW")) {
235
			if (label.equals("NEW")) {
236
				backgroundColor.add("green");
236
				backgroundColor.add("green");
237
			}
237
			}
238
 
238