forked from Wavyzz/dolibarr
Debug v20
This commit is contained in:
@@ -21,7 +21,6 @@ MenuDoneMyActions=My terminated events
|
|||||||
ListOfEvents=List of events (default calendar)
|
ListOfEvents=List of events (default calendar)
|
||||||
ActionsAskedBy=Events reported by
|
ActionsAskedBy=Events reported by
|
||||||
ActionsToDoBy=Events assigned to
|
ActionsToDoBy=Events assigned to
|
||||||
ActionsDoneBy=Events done by
|
|
||||||
ActionAssignedTo=Event assigned to
|
ActionAssignedTo=Event assigned to
|
||||||
ViewCal=Month view
|
ViewCal=Month view
|
||||||
ViewDay=Day view
|
ViewDay=Day view
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ LastProspectToContact=To contact
|
|||||||
LastProspectContactInProcess=Contact in process
|
LastProspectContactInProcess=Contact in process
|
||||||
LastProspectContactDone=Contact done
|
LastProspectContactDone=Contact done
|
||||||
ActionAffectedTo=Event assigned to
|
ActionAffectedTo=Event assigned to
|
||||||
ActionDoneBy=Event done by
|
|
||||||
ActionAC_TEL=Phone call
|
ActionAC_TEL=Phone call
|
||||||
ActionAC_FAX=Send fax
|
ActionAC_FAX=Send fax
|
||||||
ActionAC_PROP=Send proposal by mail
|
ActionAC_PROP=Send proposal by mail
|
||||||
|
|||||||
@@ -3397,7 +3397,7 @@ if (!GETPOST('hide_websitemenu')) {
|
|||||||
|
|
||||||
// Edit CKEditor
|
// Edit CKEditor
|
||||||
if (getDolGlobalInt('WEBSITE_ALLOW_CKEDITOR')) {
|
if (getDolGlobalInt('WEBSITE_ALLOW_CKEDITOR')) {
|
||||||
print '<a href="'.$_SERVER["PHP_SELF"].'?website='.$object->ref.'&pageid='.$pageid.'&action=editcontent&token='.newToken().'" class="button bordertransp"'.$disabled.'>'.dol_escape_htmltag($langs->trans("CKEditor")).'</a>';
|
print '<a href="'.$_SERVER["PHP_SELF"].'?website='.$object->ref.'&pageid='.$pageid.'&action=editcontent&token='.newToken().'" class="button bordertransp"'.$disabled.'>'.dol_escape_htmltag("CKEditor").'</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '</span>';
|
print '</span>';
|
||||||
|
|||||||
Reference in New Issue
Block a user