mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
task #9747: Can show content of external calendar (ical) into agenda
This commit is contained in:
parent
d3cf8ed399
commit
cb5c24cd69
|
|
@ -126,7 +126,6 @@ print "<td>".$langs->trans("Value")."</td>";
|
|||
print "</tr>";
|
||||
|
||||
// Nb of agenda
|
||||
$var=!$var;
|
||||
print "<tr ".$bc[$var].">";
|
||||
print "<td>".$langs->trans("ExtSitesNbOfAgenda")."</td>";
|
||||
print "<td>";
|
||||
|
|
@ -142,7 +141,7 @@ print "<table class=\"noborder\" width=\"100%\">";
|
|||
print "<tr class=\"liste_titre\">";
|
||||
print "<td>".$langs->trans("Parameter")."</td>";
|
||||
print "<td>".$langs->trans("Name")."</td>";
|
||||
print "<td>".$langs->trans("ExtSiteUrlAgenda")." (".$langs->trans("Example").': http://yoursite/agenda/agenda.ical)</td>';
|
||||
print "<td>".$langs->trans("ExtSiteUrlAgenda")." (".$langs->trans("Example").': http://yoursite/agenda/agenda.ics)</td>';
|
||||
print "<td>".$langs->trans("Color")."</td>";
|
||||
print "</tr>";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user