Forum better button styling

This commit is contained in:
slawkens
2026-01-02 14:04:34 +01:00
parent 6f87d8b322
commit 18c0212f9a
2 changed files with 5 additions and 3 deletions

View File

@@ -43,7 +43,8 @@
</tr> </tr>
</table> </table>
<div style="text-align:center"> <div style="text-align:center">
<input type="submit" value="Post Reply" /> {% set button_name = 'Post Reply' %}
{{ include('buttons.base.html.twig') }}
</div> </div>
</form> </form>

View File

@@ -44,6 +44,7 @@
</tr> </tr>
</table> </table>
<div style="text-align:center"> <div style="text-align:center">
<input type="submit" value="Post Thread" /> {% set button_name = 'Post Thread' %}
{{ include('buttons.base.html.twig') }}
</div> </div>
</form> </form>