mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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
|
$content
|
||||||
);
|
);
|
||||||
if($result) {
|
if($result) {
|
||||||
egw_framework::refresh_opener('', 'importexport');
|
egw_framework::refresh_opener('', 'admin',$id,'update','admin');
|
||||||
egw_framework::window_close();
|
egw_framework::window_close();
|
||||||
} else {
|
} else {
|
||||||
$data['message'] = lang('Unable to schedule');
|
$data['message'] = lang('Unable to schedule');
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
</vbox>
|
</vbox>
|
||||||
<hbox options="0,0">
|
<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="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>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row class="th" disabled="!@result">
|
<row class="th" disabled="!@result">
|
||||||
|
Loading…
Reference in New Issue
Block a user