Subversion Repositories SmartDukaan

Rev

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

Rev 3339 Rev 3390
Line 20... Line 20...
20
                <col width="200px"/>
20
                <col width="200px"/>
21
                <col width="300px"/>
21
                <col width="300px"/>
22
            </colgroup>
22
            </colgroup>
23
            <tr >
23
            <tr >
24
                <td ><label>Assignee:</label></td>
24
                <td ><label>Assignee:</label></td>
25
                #if($action.getLoggerRole().equals("Agent"))
25
                #if(!$action.isAssigneeEditable())
26
                    <td >$action.getCurrentAgentEmailId()
26
                    <td >$action.getCurrentAgentEmailId()
27
                        <input type="hidden" name="assigneeEmailId" value="$action.getCurrentAgentEmailId()"/>
27
                        <input type="hidden" name="assigneeEmailId" value="$action.getCurrentAgentEmailId()"/>
28
                    </td>
28
                    </td>
29
                #else
29
                #else
30
                    <td >
30
                    <td >
Line 77... Line 77...
77
            <tr >
77
            <tr >
78
                <td ><label>Order Id:</label></td>
78
                <td ><label>Order Id:</label></td>
79
                <td ><input type="text" name="orderId" value=""/></td>
79
                <td ><input type="text" name="orderId" value=""/></td>
80
                <td ></td>
80
                <td ></td>
81
                <td ><label>Customer Email Id:</label></td>
81
                <td ><label>Customer Email Id:</label></td>
82
                <td ><input type="text" name="userEmailId" value=""/></td>
82
                <td ><input type="text" name="userEmailId" value="" class="required"/></td>
83
            </tr>
83
            </tr>
84
            <tr >
84
            <tr >
85
                <td colspan="2"></td>
85
                <td colspan="2"></td>
86
                <td colspan="2"><input type="submit" value="Create" /></td>
86
                <td colspan="2"><input type="submit" value="Create" /></td>
87
                <td ><input type="hidden" name="userId" value="$userId"/></td>
87
                <td ><input type="hidden" name="userId" value="$userId"/></td>