Subversion Repositories SmartDukaan

Rev

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

Rev 4681 Rev 4689
Line 71... Line 71...
71
                </td>
71
                </td>
72
            </tr>
72
            </tr>
73
        </table>
73
        </table>
74
    </form>
74
    </form>
75
</div>
75
</div>
76
<div id="cancel-cod-div" class="hidden">
76
<div id="cancel-div" class="hidden">
77
    <form id="cancel-cod-form">
77
    <form id="cancel-form">
78
        <table class="display">
78
        <table class="display">
79
            #foreach($item in $action.getCODCancelMatrix())
79
            #foreach($item in $action.getCODCancelMatrix())
80
                #if($velocityCount % 2 != 0)
80
                #if($velocityCount % 2 != 0)
81
                    <tr >
81
                    <tr >
82
                #end
82
                #end
Line 92... Line 92...
92
                    </ tr>
92
                    </ tr>
93
                #end
93
                #end
94
            #end
94
            #end
95
            <tr >
95
            <tr >
96
                <td id ="cancelReasonBox" colspan="2">
96
                <td id ="cancelReasonBox" colspan="2">
97
                    <textarea name="body" rows="5" cols="80" id="cancel-cod-body"></textarea>
97
                    <textarea name="body" rows="5" cols="80" id="cancel-body"></textarea>
98
                </td>
98
                </td>
99
            </tr>
99
            </tr>
100
            <tr >
100
            <tr >
101
                <td colspan="2">
101
                <td colspan="2">
102
                    <input type="submit" value="Cancel COD"/>
102
                    <input type="submit" value="Cancel COD"/>