cosmetic , add a button close for warning
This commit is contained in:
parent
96619d2bee
commit
cd922757fc
1 changed files with 2 additions and 1 deletions
|
|
@ -188,7 +188,8 @@ if ($ac=='shared_note')
|
|||
{
|
||||
header('Content-type: text/xml; charset=UTF-8');
|
||||
$dom=new DOMDocument('1.0', 'UTF-8');
|
||||
$tl_id=$dom->createElement('content', _("Cette note n'est pas à vous"));
|
||||
$tl_id=$dom->createElement('content', _("Cette note n'est pas à vous").
|
||||
HtmlInput::anchor_close('shared_'.$id));
|
||||
$dom->appendChild($tl_id);
|
||||
echo $dom->saveXML();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue