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

(-)a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css (+12 lines)
Lines 2719-2721 div.rules { Link Here
2719
div[class$="_table_controls"] {
2719
div[class$="_table_controls"] {
2720
    padding: .7em 0;
2720
    padding: .7em 0;
2721
}
2721
}
2722
2723
.underline {
2724
    text-decoration: underline;
2725
}
2726
2727
.overline {
2728
    text-decoration: overline;
2729
}
2730
2731
.order-control {
2732
    padding-right: 5px;
2733
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-12 / +11 lines)
Lines 113-132 Link Here
113
                                    <tr>
113
                                    <tr>
114
                                        <td class="actions">
114
                                        <td class="actions">
115
                                            <a title="Move action up" href="marc_modification_templates.pl?op=move_action&amp;where=up&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
115
                                            <a title="Move action up" href="marc_modification_templates.pl?op=move_action&amp;where=up&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
116
                                            <img src="[% interface %]/[% theme %]/img/go-up.png" alt="Move action up" />
116
                                                <i class="fa fa-arrow-up fa-lg order-control"></i>
117
                                                </a>
117
                                            </a>
118
118
119
                                        <a title="Move action to top" href="marc_modification_templates.pl?op=move_action&amp;where=top&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
119
                                            <a title="Move action to top" href="marc_modification_templates.pl?op=move_action&amp;where=top&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
120
                                            <img src="[% interface %]/[% theme %]/img/go-top.png" alt="Move action to the top" />
120
                                                <i class="fa fa-arrow-up fa-lg overline order-control"></i>
121
                                                </a>
121
                                            </a>
122
122
123
                                                <a title="Move action to bottom" href="marc_modification_templates.pl?op=move_action&amp;where=bottom&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
123
                                            <a title="Move action to bottom" href="marc_modification_templates.pl?op=move_action&amp;where=bottom&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
124
                                            <img src="[% interface %]/[% theme %]/img/go-bottom.png" alt="Move action to the bottom" />
124
                                                <i class="fa fa-arrow-down fa-lg underline order-control"></i>
125
                                                </a>
125
                                            </a>
126
126
127
                                                <a title="Move action down" href="marc_modification_templates.pl?op=move_action&amp;where=down&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
127
                                            <a title="Move action down" href="marc_modification_templates.pl?op=move_action&amp;where=down&amp;template_id=[% ActionsLoo.template_id %]&amp;mmta_id=[% ActionsLoo.mmta_id %]">
128
                                            <img src="[% interface %]/[% theme %]/img/go-down.png" alt="Move action down" />
128
                                                <i class="fa fa-arrow-down fa-lg order-control"></i>
129
                                                </a>
129
                                            </a>
130
                                        </td>
130
                                        </td>
131
131
132
                                        <td>[% ActionsLoo.ordering %]</td>
132
                                        <td>[% ActionsLoo.ordering %]</td>
133
- 

Return to bug 16148