|
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 |
- |
|
|