Subversion Repositories SmartDukaan

Rev

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

Rev 22190 Rev 22196
Line 18... Line 18...
18
    <th>RegisteredBusinessName</th>
18
    <th>RegisteredBusinessName</th>
19
    <th>RegisteredEmail</th> 
19
    <th>RegisteredEmail</th> 
20
    <th>Mobile</th>
20
    <th>Mobile</th>
21
    <th>Address</th> 
21
    <th>Address</th> 
22
    <th>City</th>
22
    <th>City</th>
23
    <th>State</th> 
23
    <th>Detail</th> 
24
    <th>Status</th>
-
 
25
    <th>Link</th>
24
    <th>Docs</th>
26
   
25
   
27
  </tr>
26
  </tr>
28
   </thead>
27
   </thead>
29
 <tbody id="myTable">
28
 <tbody id="myTable">
30
  
29
  
Line 34... Line 33...
34
    <td>$fofoForm.getRegisteredEmail1()</td>
33
    <td>$fofoForm.getRegisteredEmail1()</td>
35
    <td>$fofoForm.getMobile()</td>
34
    <td>$fofoForm.getMobile()</td>
36
    <td>$fofoForm.getLine1() $fofoForm.getLine2() $fofoForm.getLine3()</td>
35
    <td>$fofoForm.getLine1() $fofoForm.getLine2() $fofoForm.getLine3()</td>
37
    <td>$fofoForm.getCity()</td>
36
    <td>$fofoForm.getCity()</td>
38
    <td>$fofoForm.getState()</td>
37
    <td>$fofoForm.getState()</td>
39
    <td>Pending</td>
38
    <td><a target="_blank" href="${rc.contextPath}/fofo/${fofoForm.get_id()}/edit">detail</a></td>
40
    <td><a href="${rc.contextPath}/fofo/${fofoForm.get_id()}/edit">detail</a></td>
39
    <td><a target="_blank" href="${rc.contextPath}/fofo/${fofoForm.get_id()}/edit">detail</a></td>
41
  </tr>
40
  </tr>
42
  
41
  
43
#end
42
#end
44
      </tbody>
43
      </tbody>
45
        </table>   
44
        </table>