mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
renamed submit-button, to make JS work (can't be named submit)
This commit is contained in:
parent
b416eeaf14
commit
e00a141c63
@ -29,7 +29,7 @@
|
||||
|
||||
$phpgw->infolog = createobject('infolog.infolog');
|
||||
|
||||
if ($submit) {
|
||||
if ($save || $add) {
|
||||
if (strlen($des) >= 8000) {
|
||||
$error[] = lang('Description can not exceed 8000 characters in length');
|
||||
}
|
||||
@ -249,7 +249,7 @@
|
||||
|
||||
$t->set_var('delete_action',$phpgw->link('/infolog/delete.php'));
|
||||
|
||||
$t->set_var('edit_button','<input type="submit" name="submit" value="' . lang('Save') . '">');
|
||||
$t->set_var('edit_button','<input type="submit" name="save" value="' . lang('Save') . '">');
|
||||
|
||||
if (!$action && $phpgw->infolog->check_access($info_id,PHPGW_ACL_DELETE)) {
|
||||
$t->set_var('delete_button','<input type="submit" name="delete" value="' . lang('Delete') . '">');
|
||||
|
Loading…
Reference in New Issue
Block a user