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 90... Line 90...
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
 
94
 
95
                    #if($pob.getAddress()&& $pob.getAddress()!="" )
-
 
96
                        <td style="background:lime;">
-
 
97
                        <input type="text" placeholder="Address" value="$pob.getAddress()"
-
 
98
                                   name="addess1"
-
 
99
                                   disabled ></td>
-
 
100
                    #else
-
 
101
                        <td style="background:pink;"><input type="text" placeholder="Address" name="address1" disabled></td>
-
 
102
                    #end
95
                    
103
                    
96
                    
104
 
97
 
105
                    #if($pob.getCity() && $pob.getCity() != "")
98
                    #if($pob.getCity() && $pob.getCity() != "")
106
                        <td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
99
                        <td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
107
                    #else
100
                    #else