Subversion Repositories SmartDukaan

Rev

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

Rev 35098 Rev 35192
Line 122... Line 122...
122
 
122
 
123
                    return (
123
                    return (
124
                        <tr key={`${i}-${j}`}>
124
                        <tr key={`${i}-${j}`}>
125
                            <td>
125
                            <td>
126
                                {plan.providerId == 6 ? (
126
                                {plan.providerId == 6 ? (
-
 
127
                                    <div style={{textAlign: "center"}}>
127
                                    <img
128
                                        <img
128
                                        src="/resources/images/ProtectPlusLogo2.jpg"
129
                                            src="/resources/images/ProtectPlusLogo2.jpg"
129
                                        style={{height: "70px", marginLeft: "5px"}}
130
                                            style={{height: "70px"}}
-
 
131
                                            alt="ProtectPlus"
-
 
132
                                        />
-
 
133
                                        <div style={{fontSize: "13px", marginTop: "4px", color: "#666"}}>
-
 
134
                                            4% margin
-
 
135
                                        </div>
130
                                    />
136
                                    </div>
131
                                ) : (
137
                                ) : (
132
                                    planName
138
                                    planName
133
                                )}
139
                                )}
134
 
140
 
135
                            </td>
141
                            </td>