Subversion Repositories SmartDukaan

Rev

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

Rev 4490 Rev 4681
Line 80... Line 80...
80
                #if($velocityCount % 2 != 0)
80
                #if($velocityCount % 2 != 0)
81
                    <tr >
81
                    <tr >
82
                #end
82
                #end
83
                <td>
83
                <td>
84
                #if($item.name().equals("INVALID_CONTACT_DETAILS"))
84
                #if($item.name().equals("INVALID_CONTACT_DETAILS"))
85
                    <input type="radio" name="cancelReason" value="$item.name()" checked />
85
                    <input type="radio" name="cancelReason" id ="$item.name()" class = "cancelReason" value="$item.name()" checked />
86
                #else
86
                #else
87
                    <input type="radio" name="cancelReason" value="$item.name()" />
87
                    <input type="radio" name="cancelReason" id ="$item.name()" class = "cancelReason" value="$item.name()" />
88
                #end
88
                #end
89
                <label title="$item.getDescription()">$item.name()</label> 
89
                <label title="$item.getDescription()">$item.name()</label> 
90
                </td>
90
                </td>
91
                #if($velocityCount % 2 == 0)
91
                #if($velocityCount % 2 == 0)
92
                    </ tr>
92
                    </ tr>
93
                #end
93
                #end
94
            #end
94
            #end
95
            <tr >
95
            <tr >
96
                <td 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-cod-body"></textarea>
98
                </td>
98
                </td>
99
            </tr>
99
            </tr>
100
            <tr >
100
            <tr >
101
                <td colspan="2">
101
                <td colspan="2">