Subversion Repositories SmartDukaan

Rev

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

Rev 28599 Rev 28610
Line 19... Line 19...
19
                <th>Id</th>
19
                <th>Id</th>
20
                <th>Created On</th>
20
                <th>Created On</th>
21
                <th>Acquired Date()</th>
21
                <th>Acquired Date()</th>
22
                <th>Outlet Name(SM)</th>
22
                <th>Outlet Name(SM)</th>
23
                <th>Phone Number(SM)</th>
23
                <th>Phone Number(SM)</th>
24
                <th>Address(SM)</th>
24
                
25
                <th>City (SM)</th>
25
                <th>City (SM)</th>
26
                <th>State Head(SM)</th>
26
                <th>State Head(SM)</th>
27
                <th>BDM (SM)</th>
27
                <th>BDM (SM)</th>
28
                <th>Store Pics(SM)</th>
28
                <th>Store Pics(SM)</th>
29
                <th>Agreed Brand fees(SM)</th>
29
                <th>Agreed Brand fees(SM)</th>
Line 89... Line 89...
89
                                   name="phonenumber1"
89
                                   name="phonenumber1"
90
                                   disabled ></td>
90
                                   disabled ></td>
91
                    #else
91
                    #else
92
                        <td style="background:pink;"><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
92
                        <td style="background:pink;"><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
93
                    #end
93
                    #end
94
                     #if($pob.getAddress()&& $pob.getAddress()!="" )
-
 
95
                        <td style="background:lime;">
-
 
96
                        <input type="text" placeholder="Address" value="$pob.getAddress()"
-
 
97
                                   name="addess1"
-
 
98
                                   disabled ></td>
-
 
99
                    #else
-
 
100
                        <td style="background:pink;"><input type="text" placeholder="Address" name="address1" disabled></td>
-
 
101
                    #end
94
                     
102
                    
95
                    
103
 
96
 
104
                    #if($pob.getCity() && $pob.getCity() != "")
97
                    #if($pob.getCity() && $pob.getCity() != "")
105
                        <td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
98
                        <td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
106
                    #else
99
                    #else