Subversion Repositories SmartDukaan

Rev

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

Rev 30122 Rev 30144
Line 50... Line 50...
50
            </tr>
50
            </tr>
51
                #if($scheme.getCatalogStringMap().size()>0)
51
                #if($scheme.getCatalogStringMap().size()>0)
52
                    #foreach( $catalogIdDescriptionEntry in $scheme.getCatalogStringMap().entrySet())
52
                    #foreach( $catalogIdDescriptionEntry in $scheme.getCatalogStringMap().entrySet())
53
                    <tr data-catalogid="$catalogIdDescriptionEntry.getKey()">
53
                    <tr data-catalogid="$catalogIdDescriptionEntry.getKey()">
54
                        <td>$catalogIdDescriptionEntry.getKey()</td>
54
                        <td>$catalogIdDescriptionEntry.getKey()</td>
55
                        <td>$catalogIdDescriptionEntry.getKey()</td>
55
                        <td>$catalogIdDescriptionEntry.getValue()</td>
56
                        #if($isAdmin && $fullAccess)
56
                        #if($isAdmin && $fullAccess)
57
                        <td>
57
                        <td>
58
                            <button class="btn btn-primary delete-schemes" data-schemeid="$scheme.getId()"
58
                            <button class="btn btn-primary delete-schemes" data-schemeid="$scheme.getId()"
59
                                    data-catalogid="$catalogIdDescriptionEntry.getKey()">Delete
59
                                    data-catalogid="$catalogIdDescriptionEntry.getKey()">Delete
60
                            </button>
60
                            </button>