Subversion Repositories SmartDukaan

Rev

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

Rev 21920 Rev 21977
Line 24... Line 24...
24
    <th>Address</th> 
24
    <th>Address</th> 
25
    <th>City</th>
25
    <th>City</th>
26
    <th>State</th> 
26
    <th>State</th> 
27
    <th>Status</th>
27
    <th>Status</th>
28
    <th>Link</th>
28
    <th>Link</th>
-
 
29
    <th>Details</th>
29
   
30
   
30
  </tr>
31
  </tr>
31
   </thead>
32
   </thead>
32
 <tbody id="myTable">
33
 <tbody id="myTable">
33
  
34
  
Line 38... Line 39...
38
    <td>$fofoForm.getMobile()</td>
39
    <td>$fofoForm.getMobile()</td>
39
    <td>$fofoForm.getLine1() $fofoForm.getLine2() $fofoForm.getLine3()</td>
40
    <td>$fofoForm.getLine1() $fofoForm.getLine2() $fofoForm.getLine3()</td>
40
    <td>$fofoForm.getCity()</td>
41
    <td>$fofoForm.getCity()</td>
41
    <td>$fofoForm.getState()</td>
42
    <td>$fofoForm.getState()</td>
42
    <td>Pending</td>
43
    <td>Pending</td>
43
    <td><a href="$action.getContextPath()/fofo/$fofoForm.get_id()/edit">detail</a></td>
44
    <td><a href="$action.getContextPath()/fofo/$fofoForm.get_id()/edit">View Details</a></td>
-
 
45
    <td><a href="$action.getContextPath()/file-display/$fofoForm.get_id()">View Docs</a></td>
44
  </tr>
46
  </tr>
45
  
47
  
46
#end
48
#end
47
      </tbody>
49
      </tbody>
48
        </table>   
50
        </table>