Subversion Repositories SmartDukaan

Rev

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

Rev 28936 Rev 28938
Line 46... Line 46...
46
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
46
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
47
                    #end
47
                    #end
48
                    
48
                    
49
                     
49
                     
50
                    #if($pob.getAuthId() && $pob.getAuthId() != 0)
50
                    #if($pob.getAuthId() && $pob.getAuthId() != 0)
51
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId" value="$authUseMap.get($pob.getAuthId()).getFullName()"></td>
51
                        <td><i class="far fa-arrow-alt-circle-up" style="background:green"></i><input type="hidden" value ="$pob.getAuthId()"/><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId" value="$authUseMap.get($pob.getAuthId()).getFullName()"></td>
52
                    #else
52
                    #else
53
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId"></td>
53
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId"></td>
54
                    #end
54
                    #end
55
                    
55
                    
56
                     #if($pob.getCity() && $pob.getCity() != "")
56
                     #if($pob.getCity() && $pob.getCity() != "")