mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix importexport schedule:
- fixed list did not update after edit - fixed delete button did not work
This commit is contained in:
parent
3f6dce63c3
commit
f11804c5f5
@ -111,7 +111,7 @@
|
||||
$content
|
||||
);
|
||||
if($result) {
|
||||
egw_framework::refresh_opener('', 'importexport');
|
||||
egw_framework::refresh_opener('', 'admin',$id,'update','admin');
|
||||
egw_framework::window_close();
|
||||
} else {
|
||||
$data['message'] = lang('Unable to schedule');
|
||||
|
@ -75,7 +75,7 @@
|
||||
</vbox>
|
||||
<hbox options="0,0">
|
||||
<button id="edit[{$_cont[id]}]" onclick="window.open(egw::link('/index.php','menuaction=importexport.importexport_schedule_ui.edit&id={$_cont[id]}'),'_blank','dependent=yes,width=600,height=450,scrollbars=yes,status=yes'); return false;" image="edit"/>
|
||||
<button id="delete[{$_cont[id]}]" image="delete"/>
|
||||
<button id="delete[{$_cont[id]}]" onclick="1" image="delete"/>
|
||||
</hbox>
|
||||
</row>
|
||||
<row class="th" disabled="!@result">
|
||||
|
Loading…
Reference in New Issue
Block a user