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

View differences:

WebContent/jsp/ss112_user/ibssRetailUserCreateConfirm.jsp
72 72
	<tr>
73 73
		<td width="72">&nbsp;</td>
74 74
		<td width="140"><bean:message key="user.pan.1"/>:</td>
75
		<td width="345"><htmlEL:text property="m2uPan1" name="ibssUserForm" autocomplete="off"/></td>
75
		<td width="345"><htmlEL:text property="m2uPan1" name="ibssUserForm" autocomplete="off" maxlength="16"/></td>
76 76
		<td width="3">&nbsp;</td>
77 77
   		<td width="44">&nbsp;</td>
78 78
	</tr>
79 79
	<tr>
80 80
		<td width="72">&nbsp;</td>
81 81
		<td width="140"><bean:message key="user.pan.2"/>:</td>
82
		<td width="345"><htmlEL:text property="m2uPan2" name="ibssUserForm" autocomplete="off"/></td>
82
		<td width="345"><htmlEL:text property="m2uPan2" name="ibssUserForm" autocomplete="off" maxlength="19"/></td>
83 83
		<td width="3">&nbsp;</td>
84 84
   		<td width="44">&nbsp;</td>
85 85
	</tr>
......
101 101
	<tr>
102 102
		<td width="72">&nbsp;</td>
103 103
		<td width="140"><bean:message key="user.full.name"/>:</td>
104
		<td width="345"><htmlEL:text property="ticketingFullName" name="ibssUserForm" autocomplete="off"/></td>
104
		<td width="345"><htmlEL:text property="ticketingFullName" name="ibssUserForm" autocomplete="off" maxlength="64"/></td>
105 105
		<td width="3">&nbsp;</td>
106 106
   		<td width="44">&nbsp;</td>
107 107
	</tr>
108 108
	<tr>
109 109
		<td width="72">&nbsp;</td>
110 110
		<td width="140"><bean:message key="user.first.name"/>:</td>
111
		<td><htmlEL:text property="ticketingFirstName" name="ibssUserForm" autocomplete="off"/></td>
111
		<td><htmlEL:text property="ticketingFirstName" name="ibssUserForm" autocomplete="off" maxlength="64"/></td>
112 112
		<td width="3">&nbsp;</td>
113 113
   		<td width="44">&nbsp;</td>
114 114
	</tr>
115 115
	<tr>
116 116
		<td width="72">&nbsp;</td>
117 117
		<td width="140"><bean:message key="user.last.name"/>:</td>
118
		<td width="345"><htmlEL:text property="ticketingLastName" name="ibssUserForm" autocomplete="off"/></td>
118
		<td width="345"><htmlEL:text property="ticketingLastName" name="ibssUserForm" autocomplete="off" maxlength="64"/></td>
119 119
		<td width="3">&nbsp;</td>
120 120
   		<td width="44">&nbsp;</td>
121 121
	</tr>
122 122
	<tr>
123 123
		<td width="72">&nbsp;</td>
124 124
		<td width="140"><bean:message key="user.payee.code"/>:</td>
125
		<td width="345"><htmlEL:text property="ticketingPayeeCode" name="ibssUserForm" autocomplete="off"/></td>
125
		<td width="345"><htmlEL:text property="ticketingPayeeCode" name="ibssUserForm" autocomplete="off" maxlength="3"/></td>
126 126
		<td width="3">&nbsp;</td>
127 127
   		<td width="44">&nbsp;</td>
128 128
	</tr>
......
133 133
	<tr>
134 134
		<td width="72">&nbsp;</td>
135 135
		<td width="140"><bean:message key="user.pan.cc"/>:</td>
136
		<td width="345"><htmlEL:text property="ccppPanCC" name="ibssUserForm" autocomplete="off"/></td>
136
		<td width="345"><htmlEL:text property="ccppPanCC" name="ibssUserForm" autocomplete="off" maxlength="16"/></td>
137 137
		<td width="3">&nbsp;</td>
138 138
   		<td width="44">&nbsp;</td>
139 139
	</tr>

Also available in: Unified diff