* Code for bug #33072.
This commit is contained in:
@@ -72,15 +72,15 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->stakeholder->nature;?></th>
|
||||
<td colspan='3'><?php echo html::textarea('nature', '', "class='form-control'");?></td>
|
||||
<td colspan='3'><?php echo html::textarea('nature', '', "class='form-control kindeditor'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->stakeholder->analysis;?></th>
|
||||
<td colspan='3'><?php echo html::textarea('analysis', '', "class='form-control'");?></td>
|
||||
<td colspan='3'><?php echo html::textarea('analysis', '', "class='form-control kindeditor'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->stakeholder->strategy;?></th>
|
||||
<td colspan='3'><?php echo html::textarea('strategy', '', "class='form-control'");?></td>
|
||||
<td colspan='3'><?php echo html::textarea('strategy', '', "class='form-control kindeditor'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='4' class='text-center form-actions'><?php echo html::submitButton() . html::backButton();?></td>
|
||||
|
||||
+1
-1
@@ -184,7 +184,7 @@
|
||||
|
||||
$('body').one('click', function(e)
|
||||
{
|
||||
if($('.messager').length && !$.contains(e.target, $('.messager')))
|
||||
if($messager && $('.messager').length && !$.contains(e.target, $('.messager')))
|
||||
$messager.destroy();
|
||||
}).on('click', '#submit.form-stash-clear', function()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user