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&where=up&template_id=[% ActionsLoo.template_id %]&mmta_id=[% ActionsLoo.mmta_id %]"> |
115 |
<a title="Move action up" href="marc_modification_templates.pl?op=move_action&where=up&template_id=[% ActionsLoo.template_id %]&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&where=top&template_id=[% ActionsLoo.template_id %]&mmta_id=[% ActionsLoo.mmta_id %]"> |
119 |
<a title="Move action to top" href="marc_modification_templates.pl?op=move_action&where=top&template_id=[% ActionsLoo.template_id %]&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&where=bottom&template_id=[% ActionsLoo.template_id %]&mmta_id=[% ActionsLoo.mmta_id %]"> |
123 |
<a title="Move action to bottom" href="marc_modification_templates.pl?op=move_action&where=bottom&template_id=[% ActionsLoo.template_id %]&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&where=down&template_id=[% ActionsLoo.template_id %]&mmta_id=[% ActionsLoo.mmta_id %]"> |
127 |
<a title="Move action down" href="marc_modification_templates.pl?op=move_action&where=down&template_id=[% ActionsLoo.template_id %]&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 |
- |
|
|