* alert users to save work record which has not been saved when they want to edit or delete the record.

This commit is contained in:
chenfeiCF
2016-06-23 13:11:46 +08:00
parent 836b70cd86
commit f4d916adad
5 changed files with 9 additions and 14 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
?>
<?php include '../../common/view/header.lite.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php js::set('confirmRecord', $lang->task->confirmRecord);?>
<?php js::set('confirmSaveRecord', $lang->task->confirmSaveRecord);?>
<?php js::set('confirmRecord', $lang->task->confirmRecord);?>
<?php js::set('noticeSaveRecord', $lang->task->noticeSaveRecord);?>
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['task']);?> <strong><?php echo $task->id;?></strong></span>