forked from extern/egroupware
Removed 'Scheduling Conflict' from template.
This commit is contained in:
parent
325831f748
commit
71ecb0af10
@ -228,6 +228,7 @@
|
|||||||
$p->set_file($templates);
|
$p->set_file($templates);
|
||||||
|
|
||||||
$p->set_var('color',$phpgw_info['theme']['bg_text']);
|
$p->set_var('color',$phpgw_info['theme']['bg_text']);
|
||||||
|
$p->set_var('overlap_title',lang('Scheduling Conflict'));
|
||||||
|
|
||||||
$cal_stream = $phpgw->calendar->open('INBOX',intval($owner),'');
|
$cal_stream = $phpgw->calendar->open('INBOX',intval($owner),'');
|
||||||
$overlap = '';
|
$overlap = '';
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<!-- BEGIN overlap -->
|
<!-- BEGIN overlap -->
|
||||||
<center>
|
<center>
|
||||||
<h2>
|
<h2>
|
||||||
<font color="{color}">Scheduling Conflict</font>
|
<font color="{color}">{overlap_title}</font>
|
||||||
</h2>
|
</h2>
|
||||||
<table>
|
<table>
|
||||||
<tr><td>{overlap_text}</td></tr>
|
<tr><td>{overlap_text}</td></tr>
|
||||||
|
@ -64,6 +64,7 @@ are you sure you want to delete this application ? admin en Are you sure you wan
|
|||||||
are you sure you want to delete this entry ? common en Are you sure you want to delete this entry ?
|
are you sure you want to delete this entry ? common en Are you sure you want to delete this entry ?
|
||||||
are you sure you want to delete this entry todo en Are you sure you want to delete this entry?
|
are you sure you want to delete this entry todo en Are you sure you want to delete this entry?
|
||||||
are you sure you want to delete this group ? admin en Are you sure you want to delete this group ?
|
are you sure you want to delete this group ? admin en Are you sure you want to delete this group ?
|
||||||
|
are you sure you want to delete this holiday ? calendar en Are you sure you want to delete this holiday ?
|
||||||
are you sure you want to delete this news site ? admin en Are you sure you want to delete this news site ?
|
are you sure you want to delete this news site ? admin en Are you sure you want to delete this news site ?
|
||||||
are you sure you want to delete this note ? notes en Are you sure you want to delete this note ?
|
are you sure you want to delete this note ? notes en Are you sure you want to delete this note ?
|
||||||
are you sure you want to kill this session ? admin en Are you sure you want to kill this session ?
|
are you sure you want to kill this session ? admin en Are you sure you want to kill this session ?
|
||||||
@ -501,6 +502,7 @@ sa calendar en Sa
|
|||||||
sat calendar en Sat
|
sat calendar en Sat
|
||||||
saturday common en Saturday
|
saturday common en Saturday
|
||||||
save common en Save
|
save common en Save
|
||||||
|
scheduling conflict calendar en Scheduling Conflict
|
||||||
search common en Search
|
search common en Search
|
||||||
search results calendar en Search Results
|
search results calendar en Search Results
|
||||||
section email en Section
|
section email en Section
|
||||||
|
Loading…
Reference in New Issue
Block a user