Revision 93:480d2c6ae7bc

View differences:

WebContent/jsp/ss112_user/ibssRetailUserDetails.jsp
22 22
			<td>&nbsp;</td>
23 23
		</tr>
24 24
	</table>
25
	<h5>
25
	<%-- <h5>
26 26
		<bean:message key="user.login.details" />
27
	</h5>
27
	</h5> --%>
28 28
	<table class="tabularForm">
29 29
		<tr>
30 30
			<td width="61">&nbsp;</td>
WebContent/jsp/ss112_user/ibssRetailUserEnquiry.jsp
156 156
		<htmlEL:submit property="action" onclick="overlay();">
157 157
			<bean:message key="general.button.back" />
158 158
		</htmlEL:submit>
159
	</htmlEL:form>
160
	<htmlEL:form action="/ss112/retailCreateUser.do">
161 159
		<htmlEL:submit property="action" onclick="overlay();">
162 160
			<bean:message key="general.button.create" />
163 161
		</htmlEL:submit>
164 162
	</htmlEL:form>
165
	
166 163
	</div>
167 164
	</c:otherwise>
168
</c:choose>
169

  
170

  
171

  
165
</c:choose>
resource/com/ib/ibss/resources/message/IBSSApplicationResources.properties
583 583
error.password.change.interval=You have changed your password within {0} minutes, please try again later.
584 584

  
585 585
error.user.id.not.exist.inm2u.1=User ID not exist in M2U application.
586
error.user.id.not.exist.inm2u.2=User ID not exist in M2U application. Please create an user in M2U first.
586
error.user.id.not.exist.inm2u.2=User ID not exist in M2U application. Please create the user in M2U first.
587 587
# s1s02_user_admin category (Login Details, Personal Details, etc)
588 588
user.login.details = Login Details
589 589
user.personal.details = Personal Details
src/com/ib/ibss/enterprise/services/ss112_user/IBSSRetailUserCreateResultServices.java
96 96
			else if(selectedAppId.equals(ClientApp.APP_ID_ONLINE_STOCK))
97 97
			{
98 98
				idNo   	= getBeanMessage (IBSSUserConstants.ONLINE_STOCK_ID_NO);
99
				rc 	= impl.newOnlineStockUser(adminUserAlias, adminPassword, userAlias, idNo);
99
				rc 	= impl.newStockUser(adminUserAlias, adminPassword, userAlias, idNo);
100 100
			}
101 101
			//ticketing
102 102
			else if(selectedAppId.equals(ClientApp.APP_ID_ONLINE_TICKETING))

Also available in: Unified diff