Better news back button

This commit is contained in:
slawkens 2023-06-01 11:23:28 +02:00
parent 475cea8549
commit 4b4864561c

View File

@ -4,7 +4,8 @@
<tbody> <tbody>
<tr> <tr>
<td> <td>
<input width="120" height="18" border="0" type="image" src="{{ template_path }}/images/global/buttons/sbutton_back.gif" alt="Back" name="Back" /> {% set button_name = 'Back' %}
{{ include('buttons.base.html.twig') }}
</td> </td>
</tr> </tr>
</tbody> </tbody>