Open large modal when clicking on edit category link
This commit is contained in:
parent
9aec56115e
commit
31508e07fd
|
|
@ -10,7 +10,7 @@
|
|||
'edit',
|
||||
array('task_id' => $task['id'], 'project_id' => $task['project_id']),
|
||||
false,
|
||||
'js-modal-medium' . (! empty($task['category_description']) ? ' tooltip' : ''),
|
||||
'js-modal-large' . (! empty($task['category_description']) ? ' tooltip' : ''),
|
||||
t('Change category')
|
||||
) ?>
|
||||
<?php if (! empty($task['category_description'])): ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue