* Finish task #49376,49365,49366.
This commit is contained in:
@@ -57,6 +57,7 @@ $lang->my->menu = new stdclass();
|
||||
$lang->my->menu->index = array('link' => "$lang->dashboard|my|index");
|
||||
$lang->my->menu->calendar = array('link' => "$lang->calendar|my|calendar|", 'subModule' => 'todo', 'alias' => 'todo');
|
||||
$lang->my->menu->task = array('link' => "{$lang->task->common}|my|contribute|mode=task&type=assignedTo", 'subModule' => 'task');
|
||||
$lang->my->menu->contacts = array('link' => "$lang->contact|my|managecontacts|");
|
||||
|
||||
global $config;
|
||||
if($config->edition != 'open') $lang->my->menu->effort = array('link' => '日志|effort|calendar|', 'exclude' => 'my-todo');
|
||||
|
||||
@@ -3,8 +3,8 @@ $('#begin').closest('tr').hide();
|
||||
$('#days').closest('tr').hide();
|
||||
$('#productsBox').closest('tr').hide();
|
||||
$('#plansBox').closest('tr').hide();
|
||||
$('#PO').closest('.input-group').hide();
|
||||
$('#QD').closest('.input-group').hide();
|
||||
$('#RD').closest('.input-group').hide();
|
||||
$('#PO').closest('.input-group').parent().hide();
|
||||
$('#QD').closest('.input-group').parent().hide();
|
||||
$('#RD').closest('.input-group').parent().hide();
|
||||
$('#PM').closest('.input-group').find('.input-group-addon').hide();
|
||||
</script>
|
||||
|
||||
@@ -6,7 +6,6 @@ $config->message->objectTypes['task'] = array('opened', 'edited', 'assigned',
|
||||
$config->message->objectTypes['todo'] = array('opened', 'edited');
|
||||
$config->message->objectTypes['doc'] = array('created', 'edited');
|
||||
|
||||
$config->message->available = array();
|
||||
$config->message->available['mail']['story'] = $config->message->objectTypes['story'];
|
||||
$config->message->available['mail']['task'] = $config->message->objectTypes['task'];
|
||||
$config->message->available['mail']['doc'] = $config->message->objectTypes['doc'];
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->execution->status;?></th>
|
||||
<td><?php echo html::select('status', $lang->execution->statusList, $execution->status, "class='form-control'");?></td>
|
||||
<td><?php echo html::select('status', $lang->execution->statusList, $execution->status, "class='form-control chosen'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan='2'><?php echo $lang->execution->owner;?></th>
|
||||
|
||||
Reference in New Issue
Block a user