Revision 102:f38fc82aa715 WebContent/jsp/ss112_user/ibssRetailUserEdit.jsp

View differences:

WebContent/jsp/ss112_user/ibssRetailUserEdit.jsp
64 64
	<tr>
65 65
		<td width="72">&nbsp;</td>
66 66
		<td width="140"><bean:message key="user.pan.1"/>:</td>
67
		<td width="345"><htmlEL:text property="m2uPan1" name="ibssUserForm" autocomplete="off"/></td>
67
		<td width="345"><htmlEL:text property="m2uPan1" name="ibssUserForm" autocomplete="off" maxlength="16"/></td>
68 68
		<td width="3">&nbsp;</td>
69 69
   		<td width="44">&nbsp;</td>
70 70
	</tr>
71 71
	<tr>
72 72
		<td width="72">&nbsp;</td>
73 73
		<td width="140"><bean:message key="user.pan.2"/>:</td>
74
		<td width="345"><htmlEL:text property="m2uPan2" name="ibssUserForm" autocomplete="off"/></td>
74
		<td width="345"><htmlEL:text property="m2uPan2" name="ibssUserForm" autocomplete="off" maxlength="19"/></td>
75 75
		<td width="3">&nbsp;</td>
76 76
   		<td width="44">&nbsp;</td>
77 77
	</tr>
......
93 93
	<tr>
94 94
		<td width="72">&nbsp;</td>
95 95
		<td width="140"><bean:message key="user.full.name"/>:</td>
96
		<td width="345"><htmlEL:text property="ticketingFullName" name="ibssUserForm" autocomplete="off"/></td>
96
		<td width="345"><htmlEL:text property="ticketingFullName" name="ibssUserForm" autocomplete="off" maxlength="64"/></td>
97 97
		<td width="3">&nbsp;</td>
98 98
   		<td width="44">&nbsp;</td>
99 99
	</tr>
100 100
	<tr>
101 101
		<td width="72">&nbsp;</td>
102 102
		<td width="140"><bean:message key="user.first.name"/>:</td>
103
		<td><htmlEL:text property="ticketingFirstName" name="ibssUserForm" autocomplete="off"/></td>
103
		<td><htmlEL:text property="ticketingFirstName" name="ibssUserForm" autocomplete="off" maxlength="64"/></td>
104 104
		<td width="3">&nbsp;</td>
105 105
   		<td width="44">&nbsp;</td>
106 106
	</tr>
107 107
	<tr>
108 108
		<td width="72">&nbsp;</td>
109 109
		<td width="140"><bean:message key="user.last.name"/>:</td>
110
		<td width="345"><htmlEL:text property="ticketingLastName" name="ibssUserForm" autocomplete="off"/></td>
110
		<td width="345"><htmlEL:text property="ticketingLastName" name="ibssUserForm" autocomplete="off" maxlength="64"/></td>
111 111
		<td width="3">&nbsp;</td>
112 112
   		<td width="44">&nbsp;</td>
113 113
	</tr>
114 114
	<tr>
115 115
		<td width="72">&nbsp;</td>
116 116
		<td width="140"><bean:message key="user.payee.code"/>:</td>
117
		<td width="345"><htmlEL:text property="ticketingPayeeCode" name="ibssUserForm" autocomplete="off"/></td>
117
		<td width="345"><htmlEL:text property="ticketingPayeeCode" name="ibssUserForm" autocomplete="off" maxlength="3"/></td>
118 118
		<td width="3">&nbsp;</td>
119 119
   		<td width="44">&nbsp;</td>
120 120
	</tr>
......
125 125
	<tr>
126 126
		<td width="72">&nbsp;</td>
127 127
		<td width="140"><bean:message key="user.pan.cc"/>:</td>
128
		<td width="345"><htmlEL:text property="ccppPanCC" name="ibssUserForm" autocomplete="off"/></td>
128
		<td width="345"><htmlEL:text property="ccppPanCC" name="ibssUserForm" autocomplete="off" maxlength="16"/></td>
129 129
		<td width="3">&nbsp;</td>
130 130
   		<td width="44">&nbsp;</td>
131 131
	</tr>

Also available in: Unified diff