View | Details | Raw Unified | Return to bug 15991
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt (-7 / +10 lines)
Lines 92-98 $(document).ready(function() { Link Here
92
                        <th>setSpec</th>
92
                        <th>setSpec</th>
93
                        <th>setName</th>
93
                        <th>setName</th>
94
                        <th>setDescriptions</th>
94
                        <th>setDescriptions</th>
95
                        <th>Action</th>
95
                        <th>&nbsp;</th>
96
                    </tr>
96
                    </tr>
97
                </thead>
97
                </thead>
98
                <tbody>
98
                <tbody>
Lines 112-122 $(document).ready(function() { Link Here
112
                                [% END %]
112
                                [% END %]
113
                            </td>
113
                            </td>
114
                            <td>
114
                            <td>
115
                                <a href="/cgi-bin/koha/admin/oai_sets.pl?op=mod&amp;id=[% set.id %]">Modify</a>
115
                              <div class="dropdown">
116
                                |
116
                                <a class="btn btn-mini dropdown-toggle" id="oaisetsactions[% set.id %]" role="button" data-toggle="dropdown" href="#">
117
                                <a class="delete_oai_set" href="/cgi-bin/koha/admin/oai_sets.pl?op=del&amp;id=[% set.id %]">Delete</a>
117
                                  Actions <b class="caret"></b></a>
118
                                |
118
                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="oaisetsactions[% set.id %]">
119
                                <a href="/cgi-bin/koha/admin/oai_set_mappings.pl?id=[% set.id %]">Define mappings</a>
119
                                  <li><a href="/cgi-bin/koha/admin/oai_sets.pl?op=mod&amp;id=[% set.id %]"><i class="fa fa-pencil"></i> Modify</a></li>
120
                                  <li><a class="delete_oai_set" href="/cgi-bin/koha/admin/oai_sets.pl?op=del&amp;id=[% set.id %]"><i class="fa fa-trash"></i> Delete</a></li>
121
                                  <li><a href="/cgi-bin/koha/admin/oai_set_mappings.pl?id=[% set.id %]"><i class="fa fa-info"></i> Define mappings</a></li>
122
                                </ul>
123
                              </div>
120
                            </td>
124
                            </td>
121
                        </tr>
125
                        </tr>
122
                    [% END %]
126
                    [% END %]
123
- 

Return to bug 15991