mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
2009-04-22 Manuel Arostegui <marostegui@artica.es>
* godmode/servers/manage_recontask_form.php: Fixed bug #2777351 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1647 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
cf28ae27eb
commit
ce90ba2f63
@ -1,3 +1,7 @@
|
|||||||
|
2009-04-22 Manuel Arostegui <marostegui@artica.es>
|
||||||
|
|
||||||
|
* godmode/servers/manage_recontask_form.php: Fixed bug #2777351
|
||||||
|
|
||||||
2009-04-22 Manuel Arostegui <marostegui@artica.es>
|
2009-04-22 Manuel Arostegui <marostegui@artica.es>
|
||||||
|
|
||||||
* godmode/menu.php: Fixed bug #2770383
|
* godmode/menu.php: Fixed bug #2770383
|
||||||
|
@ -115,17 +115,16 @@ $table->data[7][1] = print_select ($values, "create_incident", $create_incident,
|
|||||||
$table->data[8][0] = __('Comments');
|
$table->data[8][0] = __('Comments');
|
||||||
$table->data[8][1] = print_textarea ("description", 2, 70, $description, '', true);
|
$table->data[8][1] = print_textarea ("description", 2, 70, $description, '', true);
|
||||||
|
|
||||||
print_table ($table);
|
|
||||||
|
|
||||||
// Different Form url if it's a create or if it's a update form
|
// Different Form url if it's a create or if it's a update form
|
||||||
echo '<form name="modulo" method="post" action="index.php?sec=gservers&sec2=godmode/servers/manage_recontask&'.(($id_rt != -1) ? 'update='.$id_rt : 'create=1').'">';
|
echo '<form name="modulo" method="post" action="index.php?sec=gservers&sec2=godmode/servers/manage_recontask&'.(($id_rt != -1) ? 'update='.$id_rt : 'create=1').'">';
|
||||||
|
|
||||||
|
print_table ($table);
|
||||||
echo '<div class="action-buttons" style="width: '.$table->width.'">';
|
echo '<div class="action-buttons" style="width: '.$table->width.'">';
|
||||||
if ($id_rt != -1)
|
if ($id_rt != -1)
|
||||||
print_submit_button (__('Update'), "crt", false, 'class="sub upd"');
|
print_submit_button (__('Update'), "crt", false, 'class="sub upd"');
|
||||||
else
|
else
|
||||||
print_submit_button (__('Add'), "crt", false, 'class="sub wand"');
|
print_submit_button (__('Add'), "crt", false, 'class="sub wand"');
|
||||||
echo '</form>';
|
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
|
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user