This commit is contained in:
skeeter 2001-05-18 02:18:23 +00:00
parent c9094e5f38
commit f8e066e11f
4 changed files with 11 additions and 7 deletions

View File

@ -174,6 +174,7 @@
. '<input type="hidden" name="owner" value="'.$owner.'">'."\n";
$vars = Array(
'font' => $phpgw_info['theme']['font'],
'bg_color' => $phpgw_info['theme']['bg_text'],
'calendar_action' => $action,
'action_url' => $phpgw->link('/calendar/edit_entry_handler.php'),

View File

@ -2,14 +2,15 @@
<!-- BEGIN edit_entry -->
<body bgcolor="#C0C0C0">
<center>
<h2><font color="#000000">{calendar_action}</font></h2>
<font color="#000000" face="{font}">
<h2>{calendar_action}</h2>
<form action="{action_url}" method="post" name="addform">
{common_hidden}
<table border="0" width="75%">
<tr>
<td colspan="2">
<center><h1>{errormsg}</h1></center>
<center><font size="+1"><b>{errormsg}</b></font></center>
<hr>
</td>
</tr>
@ -19,6 +20,7 @@
</form>
{delete_button}
</font>
</center>
<!-- END edit_entry -->
<!-- BEGIN list -->

View File

@ -1258,11 +1258,11 @@
. '<br>' . lang('On *nix systems please type: x','chmod 770 '
. $phpgw_info['server']['files_dir'] . '/groups/');
break;
case 40: $s .= lang("You have not entered a\nBrief Description").'.';
case 40: $s .= lang("You have not entered a title").'.';
break;
case 41: $s .= lang("You have not entered a\nvalid time of day.");
case 41: $s .= lang("You have not entered a valid time of day").'.';
break;
case 42: $s .= lang("You have not entered a\nvalid date.");
case 42: $s .= lang("You have not entered a valid date").'.';
break;
default: return '';
}

View File

@ -685,8 +685,9 @@ you have been successfully logged out login en You have been successfully logged
you have entered an invailed date todo en you have entered an invailed date
you have messages! common en You have messages!
you have no new messages common en You have no new messages
you have not entered a\nbrief description calendar en You have not entered a\nBrief Description
you have not entered a\nvalid time of day. calendar en You have not entered a\nvalid time of day.
you have not entered a valid date calendar en You have not entered a valid date
you have not entered a title calendar en You have not entered a title
you have not entered a valid time of day calendar en You have not entered a valid time of day
you have x high priority events on your calendar today. common en You have %1 high priority events on your calendar today.
you have x new messages! common en You have %1 new messages!
you must add at least 1 permission or group to this account admin en You must add at least 1 permission or group to this account