Subversion Repositories SmartDukaan

Rev

Rev 7162 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7162 Rev 16244
Line 89... Line 89...
89
				<td>
89
				<td>
90
					<select id = "new-agent-role" name = "role" multiple = "multiple">
90
					<select id = "new-agent-role" name = "role" multiple = "multiple">
91
						<option value = "Agent">Agent</option>
91
						<option value = "Agent">Agent</option>
92
						<option value = "Outbound">Outbound</option>
92
						<option value = "Outbound">Outbound</option>
93
						<option value = "TeamLead">TeamLead</option>
93
						<option value = "TeamLead">TeamLead</option>
-
 
94
						<option value = "PMAgent">PMAgent</option>
94
					</select>
95
					</select>
95
				</td>
96
				</td>
-
 
97
				<td id ="agent-role-error">&nbsp;</td>
96
			</tr>
98
			</tr>
97
			<tr>
99
			<tr>
-
 
100
				<td>ProfitMandi CRM User: </td>
-
 
101
				<td><input type='checkBox' id = 'pmCrmUser' name = 'pmCrmUser'></td>
-
 
102
            </tr>
-
 
103
			<tr>
98
					<td>Password: </td>
104
					<td>Password: </td>
99
					<td><input type="password" id = "create-password1" name="password"/></td>
105
					<td><input type="password" id = "create-password1" name="password"/></td>
100
					<td id ="agent-password1-error">&nbsp;</td>
106
					<td id ="agent-password1-error">&nbsp;</td>
101
			</tr>
107
			</tr>
102
			<tr>
108
			<tr>