Subversion Repositories SmartDukaan

Rev

Rev 29841 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29841 Rev 29886
Line 9... Line 9...
9
        <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$fofoKyc.getId()</td>
9
        <td> <i class="far fa-arrow-alt-circle-up" style="background:green"></i>$fofoKyc.getId()</td>
10
    #else
10
    #else
11
        <td><i class="far fa-arrow-alt-circle-down"></i>$fofoKyc.getId()</td>
11
        <td><i class="far fa-arrow-alt-circle-down"></i>$fofoKyc.getId()</td>
12
    #end
12
    #end
13
    
13
    
-
 
14
    
-
 
15
    
-
 
16
       <td>
-
 
17
           <i class="far fa-arrow-alt-circle-up" style="background:lime"></i>
-
 
18
 
-
 
19
          <select class="" id = "kycstatus" name="kycstatus" placeholder="" disabled>
-
 
20
			<option value="" disabled selected>-Status-</option>
-
 
21
			
-
 
22
			  #if($fofoKyc.getStatus() == "pending")
-
 
23
               <option value="pending" selected>pending</option>
-
 
24
         	  #else
-
 
25
         	 	<option value="pending" >pending</option>
-
 
26
              #end
-
 
27
              
-
 
28
              #if($fofoKyc.getStatus() == "checked")
-
 
29
         		<option value="checked" selected>checked</option>
-
 
30
         	   #else
-
 
31
         	    <option value="checked" >checked</option>
-
 
32
         	   #end
-
 
33
         	   
-
 
34
         	    #if($fofoKyc.getStatus() == "ok")
-
 
35
         	   
-
 
36
                 <option value="ok" selected>ok</option>
-
 
37
                 #else
-
 
38
                 
-
 
39
                    <option value="ok">ok</option>
-
 
40
              
-
 
41
                 #end
-
 
42
         
-
 
43
         	
-
 
44
         </select>
-
 
45
        </td>
-
 
46
    
14
     <td>
47
     <td>
15
          <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
48
          <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
16
     
49
     
17
          <select class="" id = "businesstype" name="businesstype" placeholder="Business Type" disabled>
50
          <select class="" id = "businesstype" name="businesstype" placeholder="Business Type" disabled>
18
			<option value="" disabled selected>Business Type-</option>
51
			<option value="" disabled selected>Business Type-</option>