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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc (-1 / +1 lines)
Lines 64-70 Link Here
64
                </td>
64
                </td>
65
                [% UNLESS destination == 'holds' %]
65
                [% UNLESS destination == 'holds' %]
66
                    <td class="actions">
66
                    <td class="actions">
67
                        <div class="dropdown">
67
                        <div class="btn-group dropup">
68
                            <a class="btn btn-default btn-xs dropdown-toggle" id="clubactions[% c.id | html %]" role="button" data-toggle="dropdown" href="#">
68
                            <a class="btn btn-default btn-xs dropdown-toggle" id="clubactions[% c.id | html %]" role="button" data-toggle="dropdown" href="#">
69
                                Actions <b class="caret"></b>
69
                                Actions <b class="caret"></b>
70
                            </a>
70
                            </a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-4 lines)
Lines 190-198 Link Here
190
                                        </td>
190
                                        </td>
191
                                        <td class="ar-date"><span title="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</span></td>
191
                                        <td class="ar-date"><span title="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</span></td>
192
                                        <td class="ar-actions">
192
                                        <td class="ar-actions">
193
                                        <div class="dropdown">
194
                                            [% PROCESS actions menuid = "row" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %]
193
                                            [% PROCESS actions menuid = "row" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %]
195
                                        </div>
196
                                        </td>
194
                                        </td>
197
                                    </tr>
195
                                    </tr>
198
                                [% END %]
196
                                [% END %]
Lines 297-305 Link Here
297
                                        </td>
295
                                        </td>
298
                                        <td class="ar-date"><span title="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</span></td>
296
                                        <td class="ar-date"><span title="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</span></td>
299
                                        <td class="ar-actions">
297
                                        <td class="ar-actions">
300
                                        <div class="dropdown">
301
                                            [% PROCESS actions menuid="table_" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %]
298
                                            [% PROCESS actions menuid="table_" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %]
302
                                        </div>
303
                                        </td>
299
                                        </td>
304
                                    </tr>
300
                                    </tr>
305
                                [% END %]
301
                                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt (-2 / +1 lines)
Lines 145-151 Link Here
145
                                    <td>[% plugin.metadata.date_updated | $KohaDates %]</td>
145
                                    <td>[% plugin.metadata.date_updated | $KohaDates %]</td>
146
                                    [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %]
146
                                    [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %]
147
                                        <td class="actions">
147
                                        <td class="actions">
148
                                            <div class="dropdown">
148
                                            <div class="btn-group dropup">
149
                                                <a class="btn btn-default btn-xs dropdown-toggle" id="pluginactions[% plugin.class | html %]" role="button" data-toggle="dropdown" href="#">
149
                                                <a class="btn btn-default btn-xs dropdown-toggle" id="pluginactions[% plugin.class | html %]" role="button" data-toggle="dropdown" href="#">
150
                                                   Actions <b class="caret"></b>
150
                                                   Actions <b class="caret"></b>
151
                                                </a>
151
                                                </a>
152
- 

Return to bug 25282