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)
|
||||
ActionsAskedBy=Events reported by
|
||||
ActionsToDoBy=Events assigned to
|
||||
ActionsDoneBy=Events done by
|
||||
ActionAssignedTo=Event assigned to
|
||||
ViewCal=Month view
|
||||
ViewDay=Day view
|
||||
|
||||
@@ -47,7 +47,6 @@ LastProspectToContact=To contact
|
||||
LastProspectContactInProcess=Contact in process
|
||||
LastProspectContactDone=Contact done
|
||||
ActionAffectedTo=Event assigned to
|
||||
ActionDoneBy=Event done by
|
||||
ActionAC_TEL=Phone call
|
||||
ActionAC_FAX=Send fax
|
||||
ActionAC_PROP=Send proposal by mail
|
||||
|
||||
@@ -3397,7 +3397,7 @@ if (!GETPOST('hide_websitemenu')) {
|
||||
|
||||
// Edit 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>';
|
||||
|
||||
Reference in New Issue
Block a user