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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-1 / +1 lines)
Lines 74-80 Link Here
74
                  </td>
74
                  </td>
75
                  <td>
75
                  <td>
76
76
77
                      <div class="dropdown dropup">
77
                      <div class="btn-group dropup">
78
                          <a class="btn btn-default btn-xs dropdown-toggle" id="invoiceactions[% invoice.invoiceid | html %]" role="button" data-toggle="dropdown" href="#">
78
                          <a class="btn btn-default btn-xs dropdown-toggle" id="invoiceactions[% invoice.invoiceid | html %]" role="button" data-toggle="dropdown" href="#">
79
                             Actions <b class="caret"></b>
79
                             Actions <b class="caret"></b>
80
                          </a>
80
                          </a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-1 / +1 lines)
Lines 136-142 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
136
            </td>
136
            </td>
137
            [% END %]
137
            [% END %]
138
            <td>
138
            <td>
139
                <div class="dropdown">
139
                <div class="btn-group dropup">
140
                    <a class="btn btn-default btn-xs dropdown-toggle" id="z3950preview[% breeding_loo.breedingid | uri %]" role="button" data-toggle="dropdown" href="#">
140
                    <a class="btn btn-default btn-xs dropdown-toggle" id="z3950preview[% breeding_loo.breedingid | uri %]" role="button" data-toggle="dropdown" href="#">
141
                        Preview <b class="caret"></b>
141
                        Preview <b class="caret"></b>
142
                    </a>
142
                    </a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% USE Price %]
4
[% USE Price %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[%- BLOCK action_menu %]
6
[%- BLOCK action_menu %]
7
    <div class="dropdown">
7
    <div class="btn-group dropup">
8
        <a class="btn btn-default btn-xs dropdown-toggle" id="budgetmenu_[% block_budget.budget_period_id | html %]" role="button" data-toggle="dropdown" href="#">
8
        <a class="btn btn-default btn-xs dropdown-toggle" id="budgetmenu_[% block_budget.budget_period_id | html %]" role="button" data-toggle="dropdown" href="#">
9
           Actions <b class="caret"></b>
9
           Actions <b class="caret"></b>
10
        </a>
10
        </a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-1 / +1 lines)
Lines 170-176 Link Here
170
        <td> <span></span> </td>
170
        <td> <span></span> </td>
171
    [% ELSE %]
171
    [% ELSE %]
172
        <td>
172
        <td>
173
            <div class="dropdown dropup">
173
            <div class="btn-group dropup">
174
                <a class="btn btn-default btn-xs dropdown-toggle" id="budgetactions[% budget.budget_id | html %]_[% budget.budget_period_id | html %]" role="button" data-toggle="dropdown" href="#">
174
                <a class="btn btn-default btn-xs dropdown-toggle" id="budgetactions[% budget.budget_id | html %]_[% budget.budget_period_id | html %]" role="button" data-toggle="dropdown" href="#">
175
                   Actions <b class="caret"></b>
175
                   Actions <b class="caret"></b>
176
                </a>
176
                </a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-1 / +1 lines)
Lines 208-214 Link Here
208
            <td>[% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %]</td>
208
            <td>[% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %]</td>
209
            <td>[% loo.authorised_value | html %]</td>
209
            <td>[% loo.authorised_value | html %]</td>
210
            <td>
210
            <td>
211
                <div class="dropdown">
211
                <div class="btn-group dropup">
212
                    <a class="btn btn-default btn-xs dropdown-toggle" id="authtagactions[% loo.tagfield | html %]" role="button" data-toggle="dropdown" href="#">
212
                    <a class="btn btn-default btn-xs dropdown-toggle" id="authtagactions[% loo.tagfield | html %]" role="button" data-toggle="dropdown" href="#">
213
                        Actions <b class="caret"></b></a>
213
                        Actions <b class="caret"></b></a>
214
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="authtagactions[% loo.tagfield | html %]">
214
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="authtagactions[% loo.tagfield | html %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-1 / +1 lines)
Lines 150-156 Link Here
150
                <td>[% authority_type.summary | html %]</td>
150
                <td>[% authority_type.summary | html %]</td>
151
                <td>[% authority_type.auth_tag_to_report | html %]</td>
151
                <td>[% authority_type.auth_tag_to_report | html %]</td>
152
                <td>
152
                <td>
153
                  <div class="dropdown">
153
                  <div class="btn-group dropup">
154
                    <a class="btn btn-default btn-xs dropdown-toggle" id="authtypeactions[% authority_type.authtypecode | html %]" role="button" data-toggle="dropdown" href="#">
154
                    <a class="btn btn-default btn-xs dropdown-toggle" id="authtypeactions[% authority_type.authtypecode | html %]" role="button" data-toggle="dropdown" href="#">
155
                      Actions <b class="caret"></b></a>
155
                      Actions <b class="caret"></b></a>
156
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="authtypeactions[% authority_type.authtypecode | html %]">
156
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="authtypeactions[% authority_type.authtypecode | html %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-2 / +2 lines)
Lines 134-140 Link Here
134
        <td>&nbsp;</td>
134
        <td>&nbsp;</td>
135
        <td>Default framework</td>
135
        <td>Default framework</td>
136
        <td>
136
        <td>
137
          <div class="dropdown">
137
          <div class="btn-group dropup">
138
            <a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#">
138
            <a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#">
139
              Actions <b class="caret"></b>
139
              Actions <b class="caret"></b>
140
            </a>
140
            </a>
Lines 202-208 Link Here
202
            <td>[% loo.frameworkcode | html %]</td>
202
            <td>[% loo.frameworkcode | html %]</td>
203
            <td>[% loo.frameworktext | html %]</td>
203
            <td>[% loo.frameworktext | html %]</td>
204
            <td>
204
            <td>
205
              <div class="dropdown">
205
              <div class="btn-group dropup">
206
                <a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#">
206
                <a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#">
207
                  Actions <b class="caret"></b>
207
                  Actions <b class="caret"></b>
208
                </a>
208
                </a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-1 / +1 lines)
Lines 212-218 Link Here
212
            <td>[% loo.ind1_defaultvalue | html %]</td>
212
            <td>[% loo.ind1_defaultvalue | html %]</td>
213
            <td>[% loo.ind2_defaultvalue | html %]</td>
213
            <td>[% loo.ind2_defaultvalue | html %]</td>
214
            <td>
214
            <td>
215
                <div class="dropdown">
215
                <div class="btn-group dropup">
216
                    <a class="btn btn-default btn-xs dropdown-toggle" id="marctagactions[% loo.tagfield | html %]" role="button" data-toggle="dropdown" href="#">
216
                    <a class="btn btn-default btn-xs dropdown-toggle" id="marctagactions[% loo.tagfield | html %]" role="button" data-toggle="dropdown" href="#">
217
                        Actions <b class="caret"></b></a>
217
                        Actions <b class="caret"></b></a>
218
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="marctagactions[% loo.tagfield | html %]">
218
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="marctagactions[% loo.tagfield | html %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt (-1 / +1 lines)
Lines 88-94 Link Here
88
                                [% END %]
88
                                [% END %]
89
                            </td>
89
                            </td>
90
                            <td>
90
                            <td>
91
                              <div class="dropdown">
91
                              <div class="btn-group dropup">
92
                                <a class="btn btn-default btn-xs dropdown-toggle" id="oaisetsactions[% set.id | html %]" role="button" data-toggle="dropdown" href="#">
92
                                <a class="btn btn-default btn-xs dropdown-toggle" id="oaisetsactions[% set.id | html %]" role="button" data-toggle="dropdown" href="#">
93
                                  Actions <b class="caret"></b></a>
93
                                  Actions <b class="caret"></b></a>
94
                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="oaisetsactions[% set.id | html %]">
94
                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="oaisetsactions[% set.id | html %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-1 / +1 lines)
Lines 177-183 Link Here
177
            </td>
177
            </td>
178
            <td>[% loo.attributes | html %]</td>
178
            <td>[% loo.attributes | html %]</td>
179
            <td>
179
            <td>
180
                <div class="dropdown">
180
                <div class="btn-group dropup">
181
                    <a class="btn btn-default btn-xs dropdown-toggle" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown" href="#">
181
                    <a class="btn btn-default btn-xs dropdown-toggle" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown" href="#">
182
                        Actions <b class="caret"></b>
182
                        Actions <b class="caret"></b>
183
                    </a>
183
                    </a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt (-1 / +1 lines)
Lines 53-59 Link Here
53
    [% END %]
53
    [% END %]
54
    [% IF ( CAN_user_editauthorities ) %]
54
    [% IF ( CAN_user_editauthorities ) %]
55
      <td>
55
      <td>
56
      <div class="dropdown">
56
      <div class="btn-group dropup">
57
        <a class="btn btn-default btn-xs dropdown-toggle" id="authactions[% resul.authid | html %]" role="button" data-toggle="dropdown" href="#">
57
        <a class="btn btn-default btn-xs dropdown-toggle" id="authactions[% resul.authid | html %]" role="button" data-toggle="dropdown" href="#">
58
        Actions <b class="caret"></b></a>
58
        Actions <b class="caret"></b></a>
59
        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="authactions[% resul.authid | html %]">
59
        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="authactions[% resul.authid | html %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-1 / +1 lines)
Lines 79-85 Link Here
79
                      <td>&nbsp;</td>
79
                      <td>&nbsp;</td>
80
                    [% ELSE %]
80
                    [% ELSE %]
81
                      <td>
81
                      <td>
82
                          <div class="dropdown">
82
                          <div class="btn-group dropup">
83
                          <a class="btn btn-default btn-xs dropdown-toggle" id="itemactions[% item_loo.itemnumber | html %]" role="button" data-toggle="dropdown" href="#">
83
                          <a class="btn btn-default btn-xs dropdown-toggle" id="itemactions[% item_loo.itemnumber | html %]" role="button" data-toggle="dropdown" href="#">
84
                              Actions <b class="caret"></b>
84
                              Actions <b class="caret"></b>
85
                          </a>
85
                          </a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-1 / +1 lines)
Lines 88-94 Link Here
88
            <td>[% breeding_loo.heading | html %]</td>
88
            <td>[% breeding_loo.heading | html %]</td>
89
            <td>[% breeding_loo.heading_code | html %]</td>
89
            <td>[% breeding_loo.heading_code | html %]</td>
90
            <td class="actions">
90
            <td class="actions">
91
                <div class="dropdown">
91
                <div class="btn-group dropup">
92
                    <a class="btn btn-default btn-xs dropdown-toggle" id="cataloguesearchactions[% breeding_loo.breedingid | html %]" role="button" data-toggle="dropdown" href="#">
92
                    <a class="btn btn-default btn-xs dropdown-toggle" id="cataloguesearchactions[% breeding_loo.breedingid | html %]" role="button" data-toggle="dropdown" href="#">
93
                      Actions <b class="caret"></b>
93
                      Actions <b class="caret"></b>
94
                    </a>
94
                    </a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-1 / +1 lines)
Lines 155-161 Link Here
155
                                                </td>
155
                                                </td>
156
                                            [% END %]
156
                                            [% END %]
157
                                            <td>
157
                                            <td>
158
                                                <div class="dropdown">
158
                                                <div class="btn-group dropup">
159
                                                    <a class="btn btn-default btn-xs dropdown-toggle" id="cataloguesearchactions[% breeding_loo.breedingid | html %]" role="button" data-toggle="dropdown" href="#">
159
                                                    <a class="btn btn-default btn-xs dropdown-toggle" id="cataloguesearchactions[% breeding_loo.breedingid | html %]" role="button" data-toggle="dropdown" href="#">
160
                                                      Actions <b class="caret"></b>
160
                                                      Actions <b class="caret"></b>
161
                                                    </a>
161
                                                    </a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
</head>
10
</head>
11
11
12
[% BLOCK actions %]
12
[% BLOCK actions %]
13
    <div id="[% menuid | html %]" class="dropdown">
13
    <div id="[% menuid | html %]" class="btn-group dropup">
14
        <a class="btn btn-default btn-xs dropdown-toggle ar-actions" role="button" data-toggle="dropdown" href="#">
14
        <a class="btn btn-default btn-xs dropdown-toggle ar-actions" role="button" data-toggle="dropdown" href="#">
15
            Actions <b class="caret"></b>
15
            Actions <b class="caret"></b>
16
        </a>
16
        </a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-1 / +1 lines)
Lines 53-59 Link Here
53
                            [% END %]
53
                            [% END %]
54
                        </td>
54
                        </td>
55
                        <td>
55
                        <td>
56
                            <div class="dropdown">
56
                            <div class="btn-group dropup">
57
                                <a class="btn btn-default btn-xs dropdown-toggle" id="listactions[% l.patron_list_id | html %]" role="button" data-toggle="dropdown" href="#">
57
                                <a class="btn btn-default btn-xs dropdown-toggle" id="listactions[% l.patron_list_id | html %]" role="button" data-toggle="dropdown" href="#">
58
                                   Actions <b class="caret"></b>
58
                                   Actions <b class="caret"></b>
59
                                </a>
59
                                </a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-24 / +22 lines)
Lines 321-349 Link Here
321
                                                        [% END %]
321
                                                        [% END %]
322
                                                    </td>
322
                                                    </td>
323
                                                    <td>
323
                                                    <td>
324
                                                        <div class="dropup">
324
                                                        <div class="btn-group dropup">
325
                                                            <div class="btn-group">
325
                                                            [%# There should be no space between these two buttons, it would render badly %]
326
                                                                [%# There should be no space between these two buttons, it would render badly %]
326
                                                            <a class="btn btn-default btn-xs" role="button"
327
                                                                <a class="btn btn-default btn-xs" role="button"
327
                                                               href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | html %]&amp;phase=Run%20this%20report"><i
328
                                                                   href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | html %]&amp;phase=Run%20this%20report"><i
328
                                                               class="fa fa-play"></i> Run</a><a
329
                                                                   class="fa fa-play"></i> Run</a><a
329
                                                               class="btn btn-default btn-xs dropdown-toggle" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown"
330
                                                                   class="btn btn-default btn-xs dropdown-toggle" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown"
330
                                                               href="#"><b class="caret"></b></a>
331
                                                                   href="#"><b class="caret"></b></a>
331
                                                            <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="reportactions[% savedreport.id | html %]">
332
                                                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="reportactions[% savedreport.id | html %]">
332
                                                                <li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | uri %]&amp;phase=Show%20SQL"><i class="fa fa-search"></i> Show</a></li>
333
                                                                    <li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | uri %]&amp;phase=Show%20SQL"><i class="fa fa-search"></i> Show</a></li>
333
                                                                [% IF ( CAN_user_reports_create_reports ) %]
334
                                                                    [% IF ( CAN_user_reports_create_reports ) %]
334
                                                                    <li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | uri %]&amp;phase=Edit%20SQL"><i class="fa fa-pencil"></i> Edit</a></li>
335
                                                                        <li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | uri %]&amp;phase=Edit%20SQL"><i class="fa fa-pencil"></i> Edit</a></li>
335
                                                                    <li><a title="Duplicate this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create report from SQL&amp;sql=[% savedreport.savedsql |uri %]&amp;reportname=[% savedreport.report_name |uri %]&amp;notes=[% savedreport.notes |uri %]"><i class="fa fa-copy"></i> Duplicate</a></li>
336
                                                                        <li><a title="Duplicate this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create report from SQL&amp;sql=[% savedreport.savedsql |uri %]&amp;reportname=[% savedreport.report_name |uri %]&amp;notes=[% savedreport.notes |uri %]"><i class="fa fa-copy"></i> Duplicate</a></li>
336
                                                                [% END %]
337
                                                                    [% END %]
337
                                                                [% IF (Koha.Preference('Mana') == 1) %]
338
                                                                    [% IF (Koha.Preference('Mana') == 1) %]
338
                                                                    <li><a class="ShareButton" data-toggle="modal" href="#mana_share_report" title="Share your report with Mana Knowledge Base"><i class="fa fa-share-alt"></i> Share</a></li>
339
                                                                        <li><a class="ShareButton" data-toggle="modal" href="#mana_share_report" title="Share your report with Mana Knowledge Base"><i class="fa fa-share-alt"></i> Share</a></li>
339
                                                                [% END %]
340
                                                                    [% END %]
340
                                                                <li><a href="/cgi-bin/koha/tools/scheduler.pl?id=[% savedreport.id | uri %]"><i class="fa fa-clock-o"></i> Schedule</a></li>
341
                                                                    <li><a href="/cgi-bin/koha/tools/scheduler.pl?id=[% savedreport.id | uri %]"><i class="fa fa-clock-o"></i> Schedule</a></li>
341
                                                                [% IF ( CAN_user_reports_delete_reports ) %]
342
                                                                    [% IF ( CAN_user_reports_delete_reports ) %]
342
                                                                    <li><a class="confirmdelete" title="Delete this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | html %]&amp;phase=Delete%20Saved"><i class="fa fa-trash"></i> Delete</a></li>
343
                                                                        <li><a class="confirmdelete" title="Delete this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | html %]&amp;phase=Delete%20Saved"><i class="fa fa-trash"></i> Delete</a></li>
343
                                                                [% END %]
344
                                                                    [% END %]
344
                                                            </ul>
345
                                                                </ul>
346
                                                            </div>
347
                                                        </div>
345
                                                        </div>
348
                                                    </td>
346
                                                    </td>
349
                                                </tr>
347
                                                </tr>
Lines 934-940 Link Here
934
932
935
                            [% IF ( batch_biblionumbers || batch_itemnumbers || batch_cardnumbers ) %]
933
                            [% IF ( batch_biblionumbers || batch_itemnumbers || batch_cardnumbers ) %]
936
                                <p>
934
                                <p>
937
                                    <div class="dropdown">
935
                                    <div class="btn-group">
938
                                        <button class="btn btn-default dropdown-toggle" type="button" id="batch_mod_menu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
936
                                        <button class="btn btn-default dropdown-toggle" type="button" id="batch_mod_menu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
939
                                            Batch operations with [% IF unlimited_total > limit %][% limit | html %][% ELSE %][% unlimited_total | html %][% END %] visible records
937
                                            Batch operations with [% IF unlimited_total > limit %][% limit | html %][% ELSE %][% unlimited_total | html %][% END %] visible records
940
                                            <span class="caret"></span>
938
                                            <span class="caret"></span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt (-1 / +1 lines)
Lines 39-45 Link Here
39
                                    <td>[% collectionsLoo.colDesc | html %]</td>
39
                                    <td>[% collectionsLoo.colDesc | html %]</td>
40
                                    <td>[% Branches.GetName( collectionsLoo.colBranchcode ) | html %]</td>
40
                                    <td>[% Branches.GetName( collectionsLoo.colBranchcode ) | html %]</td>
41
                                    <td>
41
                                    <td>
42
                                    <div class="dropdown">
42
                                    <div class="btn-group dropup">
43
                                        <a class="btn btn-default btn-xs" dropdown-toggle" id="collectionsactions[% collectionsLoo.colId | html %]" role="button" data-toggle="dropdown" href="#">
43
                                        <a class="btn btn-default btn-xs" dropdown-toggle" id="collectionsactions[% collectionsLoo.colId | html %]" role="button" data-toggle="dropdown" href="#">
44
                                        Actions <b class="caret"></b></a>
44
                                        Actions <b class="caret"></b></a>
45
                                        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="collectionsactions[% collectionsLoo.colId | html %]">
45
                                        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="collectionsactions[% collectionsLoo.colId | html %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-1 / +1 lines)
Lines 133-139 Link Here
133
            [% END %]
133
            [% END %]
134
134
135
            <td>
135
            <td>
136
                <div class="dropdown">
136
                <div class="btn-group dropup">
137
                    [% IF closed %]
137
                    [% IF closed %]
138
                        <a class="btn btn-default btn-xs dropdown-toggle" id="closedsubactions[% subscription.subscriptionid | html %]" role="button" data-toggle="dropdown" href="#">
138
                        <a class="btn btn-default btn-xs dropdown-toggle" id="closedsubactions[% subscription.subscriptionid | html %]" role="button" data-toggle="dropdown" href="#">
139
                           Actions <b class="caret"></b>
139
                           Actions <b class="caret"></b>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-4 / +1 lines)
Lines 626-633 Link Here
626
                    [% END %]
626
                    [% END %]
627
                </td>
627
                </td>
628
                <td class="actions">
628
                <td class="actions">
629
                    <div class="dropup">
629
                    <div class="btn-group dropup">
630
                    <div class="btn-group">
631
                        <a class="btn btn-default btn-xs" role="button" href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid | html %]&amp;op=edit"><i class="fa fa-pencil"></i> Edit</a><a class="btn btn-default btn-xs dropdown-toggle" id="more_actions_[% suggestions_loo.suggestionid | html %]" role="button" data-toggle="dropdown" href="#"><b class="caret"></b></a>
630
                        <a class="btn btn-default btn-xs" role="button" href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid | html %]&amp;op=edit"><i class="fa fa-pencil"></i> Edit</a><a class="btn btn-default btn-xs dropdown-toggle" id="more_actions_[% suggestions_loo.suggestionid | html %]" role="button" data-toggle="dropdown" href="#"><b class="caret"></b></a>
632
                        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="more_actions_[% suggestions_loo.suggestionid | html %]">
631
                        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="more_actions_[% suggestions_loo.suggestionid | html %]">
633
                            <li><a class="deletesuggestion" href="suggestion.pl?op=delete&amp;suggestionid=[% suggestions_loo.suggestionid | html %]"><i class="fa fa-trash"></i> Delete</a></li>
632
                            <li><a class="deletesuggestion" href="suggestion.pl?op=delete&amp;suggestionid=[% suggestions_loo.suggestionid | html %]"><i class="fa fa-trash"></i> Delete</a></li>
Lines 638-644 Link Here
638
                            [% END %]
637
                            [% END %]
639
                        </ul>
638
                        </ul>
640
                    </div>
639
                    </div>
641
                    </div>
642
                </td>
640
                </td>
643
        </tr>
641
        </tr>
644
        [% END %]</tbody>
642
        [% END %]</tbody>
645
- 

Return to bug 25282