Subversion Repositories SmartDukaan

Rev

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

Rev 5591 Rev 10295
Line 73... Line 73...
73
                </tr>
73
                </tr>
74
                <tr >
74
                <tr >
75
                    <td >Communication Address</td>
75
                    <td >Communication Address</td>
76
                    <td ><input name="communicationAddress" type="text" class="required" value="$supplier.getCommunicationAddress()" size="70"/></td>
76
                    <td ><input name="communicationAddress" type="text" class="required" value="$supplier.getCommunicationAddress()" size="70"/></td>
77
                </tr>
77
                </tr>
-
 
78
				<tr >
-
 
79
                    <td >State</td>
-
 
80
					#if($action.getStateId() == 0)
-
 
81
						<td ><input name="communicationAddress" type="text" class="required" value="Delhi" size="70" readonly/></td>
-
 
82
					#elseif($action.getStateId() == 1)
-
 
83
						<td ><input name="communicationAddress" type="text" class="required" value="Mumbai" size="70" readonly/></td>
-
 
84
					#else
-
 
85
						<td ></td>
-
 
86
					#end
-
 
87
                </tr>
78
                <tr>
88
                <tr>
79
                    <td colspan="2"><input type="submit" value="Update" />
89
                    <td colspan="2"><input type="submit" value="Update" />
80
                        <input type="hidden" name="id" value="$supplier.getId()"/>
90
                        <input type="hidden" name="id" value="$supplier.getId()"/>
81
                    </td>
91
                    </td>
82
                </tr>
92
                </tr>