Subversion Repositories SmartDukaan

Rev

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

Rev 18042 Rev 18043
Line 1... Line -...
1
#if($action.getOutput())
-
 
2
	$action.getOutput()
1
$action.getOutput()
3
#end
-
 
4
#if($action.getJsonResponseData())
2
#if($action.getJsonResponseData())
5
	$action.getJsonResponseData()
3
	$action.getJsonResponseData()
6
#end
4
#end
7
5