Subversion Repositories SmartDukaan

Rev

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

Rev 31730 Rev 32843
Line 53... Line 53...
53
                    #else
53
                    #else
54
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="number" placeholder="counter Potential" name="counterPotential" disabled></td>
54
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="number" placeholder="counter Potential" name="counterPotential" disabled></td>
55
                    #end
55
                    #end
56
                     
56
                     
57
                    #if($pob.getAuthId() && $pob.getAuthId() != 0)
57
                    #if($pob.getAuthId() && $pob.getAuthId() != 0)
-
 
58
                        <td>
-
 
59
                            <i class="far fa-arrow-alt-circle-up" style="background:green"></i>
-
 
60
                            <input type="hidden" name="hiddenrbmAuthId" value ="$pob.getAuthId()"/>
58
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="hidden" name="hiddenrbmAuthId" value ="$pob.getAuthId()"/><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId" value="$authUseMap.get($pob.getAuthId()).getFullName()"></td>
61
                            <!-- <input type="text" placeholder="RBM Name(SM)" disabled value="$authUseMap.get($pob.getAuthId()).getFullName()"> -->
-
 
62
                            <select class="form-control input-sm" name="rbmAuthId" placeholder="AuthUser">
-
 
63
                                <option value="" disabled>AuthUser</option>
-
 
64
                                 #foreach($authUser in $authUsers)
-
 
65
                                    <option value="$authUser.getId()" #if($pob.getAuthId() == $authUser.getId()) selected#end>$authUser.getName()</option>
-
 
66
                                    #end
-
 
67
                                </select>
-
 
68
                            </td>
59
                    #else
69
                    #else
-
 
70
                        <td>
-
 
71
                            <i class="far fa-arrow-alt-circle-down" style="background:pink;"></i>
60
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId"></td>
72
                            <!-- <input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId"> -->
-
 
73
                             <select class="form-control input-sm" name="rbmAuthId" placeholder="AuthUser">
-
 
74
                                <option value="" disabled>AuthUser</option>
-
 
75
                                #foreach($authUser in $authUsers)
-
 
76
                                    <option value="$authUser.getId()" #if($pob.getAuthId() == $authUser.getId()) selected#end>$authUser.getName()</option>
-
 
77
                                #end
-
 
78
                            </select>
-
 
79
                        </td>
61
                    #end
80
                    #end
62
                   
81
                   
63
                    
82
                    
64
                     #if($pob.getCity() && $pob.getCity() != "")
83
                     #if($pob.getCity() && $pob.getCity() != "")
65
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
84
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>