LSaddon::mail: remove useless label

This commit is contained in:
Benjamin Renard 2024-02-22 18:52:11 +01:00
parent 5e9773a015
commit 62759330a8
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -19,7 +19,6 @@
<div class='LStabs_content LStabs_content_active'>
<form action="addon/mail/templates?name={$template.name}&tab={$tab}" method="POST">
{if $tab == "subject"}
<label>{tr msg="Subject"}</label>
<input type="text" name="subject" value="{$template.subject|escape:"htmlall"}"
{if !$writable}disabled="disabled" class="LStips"
title="{tr msg="No writable path to save your changes on the subject of this template."}"