mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Added a tip to delete the attachment.
This commit is contained in:
parent
0577051f44
commit
2f4a881dd2
1
html.c
1
html.c
@ -376,6 +376,7 @@ xs_html *html_note(snac *user, char *summary,
|
|||||||
xs_html_sctag("input",
|
xs_html_sctag("input",
|
||||||
xs_html_attr("type", "text"),
|
xs_html_attr("type", "text"),
|
||||||
xs_html_attr("name", "attach_url"),
|
xs_html_attr("name", "attach_url"),
|
||||||
|
xs_html_attr("title", L("Clear this field to delete the attachment")),
|
||||||
xs_html_attr("value", att_file)));
|
xs_html_attr("value", att_file)));
|
||||||
else
|
else
|
||||||
xs_html_add(att,
|
xs_html_add(att,
|
||||||
|
Loading…
Reference in New Issue
Block a user