Subversion Repositories SmartDukaan

Rev

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

Rev 31665 Rev 32802
Line 64... Line 64...
64
                        <td>$cr.getValue().getCode()</td>
64
                        <td>$cr.getValue().getCode()</td>
65
                        <td>
65
                        <td>
66
 
66
 
67
 
67
 
68
                            <div style="display:flex">
68
                            <div style="display:flex">
-
 
69
                                #if($partnerActivationType.get($cr.getKey()) && $canChangeActivationType)
69
                                <select class="form-control input-sm" id="activationType" name="activationType"
70
                                <select class="form-control input-sm" id="activationType" name="activationType"
70
                                        placeholder="Activation Type">
71
                                        placeholder="Activation Type">
71
 
72
 
72
                                    #if($partnerActivationType.get($cr.getKey()))
-
 
73
 
73
 
74
                                        #foreach($activationType in $activationTypes)
74
                                    #foreach($activationType in $activationTypes)
75
 
75
 
76
                                            #if($activationType == $partnerActivationType.get($cr.getKey())))
76
                                        #if($activationType == $partnerActivationType.get($cr.getKey())))
77
 
77
 
78
                                                <option value="$partnerActivationType.get($cr.getKey())"
78
                                            <option value="$partnerActivationType.get($cr.getKey())"
79
                                                        selected>$partnerActivationType.get($cr.getKey())</option>
79
                                                    selected>$partnerActivationType.get($cr.getKey())</option>
80
                                            #else
-
 
81
                                                <option value="$activationType">$activationType</option>
-
 
82
 
-
 
83
                                            #end
-
 
84
                                        #end
80
                                        #else
85
                                    #else
-
 
86
                                        <option value="" disabled selected>Activation Type</option>
-
 
87
                                        #foreach($activationType in $activationTypes)
-
 
88
                                            <option value="$activationType">$activationType</option>
81
                                            <option value="$activationType">$activationType</option>
-
 
82
 
89
                                        #end
83
                                        #end
90
                                    #end
84
                                    #end
-
 
85
                                #else
-
 
86
                                    $partnerActivationType.get($cr.getKey())
-
 
87
                                #end
91
                            </div>
88
                            </div>
92
                            </select>
89
                            </select>
93
 
90
 
94
 
91
 
95
                        </td>
92
                        </td>