/
var
/
www
/
html
/
sugardemo
/
modules
/
ProjectTask
/
Upload File
HOME
<!-- /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ --> <!-- BEGIN: main --> <script type="text/javascript" src="include/javascript/popup_parent_helper.js?v={VERSION_MARK}"></script> <form action="index.php" method="post" id="quick_save" name="quick_save" {sugar_csrf_form_token} onsubmit="return check_form('quick_save');"> <input type="hidden" name="module" value="ProjectTask" /> <input type="hidden" name="action" value="Save" /> <input type="hidden" name="return_action" value="index" /> <input type="hidden" name="return_module" value="ProjectTask" /> <input type="hidden" name="project_id" value="{project_id}" /> <input type="hidden" name="parent_id" value="{parent_id}" /> <input type="hidden" name="status" value="Not Started" /> <input type="hidden" name="record" value="" /> <p> {mod.LBL_NAME} <span class="required">{app.LBL_REQUIRED_SYMBOL}</span><br /> <input type="text" name="name" value="" /><br /> {mod.LBL_PARENT_ID} <span class="required">{app.LBL_REQUIRED_SYMBOL}</span><br /> <input readonly="readonly" name="project_name" type="text" size="16" value="" /> <input title="{app.LBL_SELECT_BUTTON_TITLE}" type="button" class="button" value='{app.LBL_SELECT_BUTTON_LABEL}' name="btn1" onclick='open_popup("Project", 600, 400, "", true, false, {encoded_popup_request_data});' /><br /> {mod.LBL_ASSIGNED_USER_ID}<br /> <select name="assigned_user_id">{ASSIGNED_USER_OPTIONS}</select><br /> </p> <p><input class="button" title="{app.LBL_SAVE_BUTTON_TITLE}" type="submit" name="button" value="{app.LBL_SAVE_BUTTON_LABEL}" accessKey="{app.LBL_SAVE_BUTTON_KEY}" /></p> </form> <!-- END: main -->