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 82-88 function delDescField(minusButton) { Link Here
82
                        <th>setSpec</th>
82
                        <th>setSpec</th>
83
                        <th>setName</th>
83
                        <th>setName</th>
84
                        <th>setDescriptions</th>
84
                        <th>setDescriptions</th>
85
                        <th>Action</th>
85
                        <th>&nbsp;</th>
86
                    </tr>
86
                    </tr>
87
                </thead>
87
                </thead>
88
                <tbody>
88
                <tbody>
Lines 102-112 function delDescField(minusButton) { Link Here
102
                                [% END %]
102
                                [% END %]
103
                            </td>
103
                            </td>
104
                            <td>
104
                            <td>
105
                                <a href="/cgi-bin/koha/admin/oai_sets.pl?op=mod&amp;id=[% set.id %]">Modify</a>
105
                              <div class="dropdown">
106
                                |
106
                                <a class="btn btn-mini dropdown-toggle" id="oaisetsactions[% set.id %]" role="button" data-toggle="dropdown" href="#">
107
                                <a href="/cgi-bin/koha/admin/oai_sets.pl?op=del&amp;id=[% set.id %]">Delete</a>
107
                                  Actions <b class="caret"></b></a>
108
                                |
108
                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="oaisetsactions[% set.id %]">
109
                                <a href="/cgi-bin/koha/admin/oai_set_mappings.pl?id=[% set.id %]">Define mappings</a>
109
                                  <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>
110
                                  <li><a href="/cgi-bin/koha/admin/oai_sets.pl?op=del&amp;id=[% set.id %]"><i class="fa fa-trash"></i> Delete</a></li>
111
                                  <li><a href="/cgi-bin/koha/admin/oai_set_mappings.pl?id=[% set.id %]"><i class="fa fa-info"></i> Define mappings</a></li>
112
                                </ul>
113
                              </div>
110
                            </td>
114
                            </td>
111
                        </tr>
115
                        </tr>
112
                    [% END %]
116
                    [% END %]
113
- 

Return to bug 15991