Subversion Repositories SmartDukaan

Rev

Rev 762 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 762 Rev 768
Line 219... Line 219...
219
		else
219
		else
220
			return getWidgetDiv(0, WidgetType.MY_RESEARCH, "myresearch.vm");
220
			return getWidgetDiv(0, WidgetType.MY_RESEARCH, "myresearch.vm");
221
	}
221
	}
222
 
222
 
223
	public String getBrowseHistoryHtml(long userId, boolean isLoggedIn) {
223
	public String getBrowseHistoryHtml(long userId, boolean isLoggedIn) {
224
		if(isLoggedIn)
-
 
225
			return getWidgetDiv(userId, WidgetType.BROWSE_HISTORY, "browsehistory.vm");
224
		return getWidgetDiv(userId, WidgetType.BROWSE_HISTORY, "browsehistory.vm");
226
		else
-
 
227
			return getWidgetDiv(0, WidgetType.BROWSE_HISTORY, "browsehistory.vm");
-
 
228
	}
225
	}
229
 
226
 
230
	public String getCustomerServiceHtml() {
227
	public String getCustomerServiceHtml() {
231
		String htmlString = "";
228
		String htmlString = "";
232
		VelocityContext context = new VelocityContext();
229
		VelocityContext context = new VelocityContext();