Subversion Repositories SmartDukaan

Rev

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

Rev 6806 Rev 6816
Line 37... Line 37...
37
		   
37
		   
38
			<input name="redirUrl" type="hidden" value="$action.getReturnUrl()" />
38
			<input name="redirUrl" type="hidden" value="$action.getReturnUrl()" />
39
		   
39
		   
40
		   <input name="chksum" type="hidden" value="$action.getSecureHash()" />
40
		   <input name="chksum" type="hidden" value="$action.getSecureHash()" />
41
 
41
 
-
 
42
		   <input name="isCtx" type="hidden" value="NO" />
-
 
43
		   
-
 
44
		   <!--
42
		   <input name="isCtx" type="hidden" value="$action.isCtx()" />
45
		   <input name="isCtx" type="hidden" value="$action.isCtx()" />
43
		   
46
		   
44
		   <input name="CtxInterest" type="hidden" value="$action.getCtxInterest()" />
47
		   <input name="CtxInterest" type="hidden" value="$action.getCtxInterest()" />
45
		   
48
		   
46
		   <input name="CtxProcesingFee" type="hidden" value="$action.getCtxProcessingFee()" />
49
		   <input name="CtxProcesingFee" type="hidden" value="$action.getCtxProcessingFee()" />
-
 
50
		   -->
47
		   
51
		   
48
	       <input name="submitted" value="Submit" type="submit" />&nbsp; 
52
	       <input name="submitted" value="Submit" type="submit" />&nbsp; 
49
           <input value="Reset" type="reset" />
53
           <input value="Reset" type="reset" />
50
      </form>
54
      </form>
51
    </div>
55
    </div>