Subversion Repositories SmartDukaan

Rev

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

Rev 32463 Rev 32779
Line 68... Line 68...
68
			    					<td>$authUser.getLastName()</td>
68
			    					<td>$authUser.getLastName()</td>
69
			    					<td>$authUser.getEmailId()</td>
69
			    					<td>$authUser.getEmailId()</td>
70
			    					<td>$authUser.getMobileNumber()</td>
70
			    					<td>$authUser.getMobileNumber()</td>
71
			    					<td>#if($authUser.getGmailId())
71
			    					<td>#if($authUser.getGmailId())
72
			    							<span>$authUser.getGmailId()</span>
72
			    							<span>$authUser.getGmailId()</span>
73
			    							<button class="mk_gmail_edit btn btn-primary" data-id="$authUser.getEmailId()">Edit</button> 
73
			    							<button class="mk_gmail_edit btn btn-primary" data-id="$authUser.getEmailId()">Update</button>
74
			    						#else
74
			    						#else
75
			    							<span></span>
75
			    							<span></span>
76
			    							<button class="mk_gmail_edit btn btn-primary" data-id="$authUser.getEmailId()">Add</button> 
76
			    							<button class="mk_gmail_edit btn btn-primary" data-id="$authUser.getEmailId()">Add</button> 
77
			    						#end
77
			    						#end
78
			    					</td>
78
			    					</td>