]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/ProjectTask/Forms.html
Release 6.4.0
[Github/sugarcrm.git] / modules / ProjectTask / Forms.html
1 <!--
2 /*********************************************************************************
3  * SugarCRM Community Edition is a customer relationship management program developed by
4  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
5  * 
6  * This program is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Affero General Public License version 3 as published by the
8  * Free Software Foundation with the addition of the following permission added
9  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
10  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
11  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
12  * 
13  * This program is distributed in the hope that it will be useful, but WITHOUT
14  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
16  * details.
17  * 
18  * You should have received a copy of the GNU Affero General Public License along with
19  * this program; if not, see http://www.gnu.org/licenses or write to the Free
20  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21  * 02110-1301 USA.
22  * 
23  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
24  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
25  * 
26  * The interactive user interfaces in modified source and object code versions
27  * of this program must display Appropriate Legal Notices, as required under
28  * Section 5 of the GNU Affero General Public License version 3.
29  * 
30  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
31  * these Appropriate Legal Notices must retain the display of the "Powered by
32  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
33  * technical reasons, the Appropriate Legal Notices must display the words
34  * "Powered by SugarCRM".
35  ********************************************************************************/
36
37 -->
38
39 <!-- BEGIN: main -->
40 <script type="text/javascript" src="include/javascript/popup_parent_helper.js?v={VERSION_MARK}"></script>
41 <form action="index.php" method="post" id="quick_save" name="quick_save"
42         onsubmit="return check_form('quick_save');">
43 <input type="hidden" name="module" value="ProjectTask" />
44 <input type="hidden" name="action" value="Save" />
45 <input type="hidden" name="return_action" value="index" />
46 <input type="hidden" name="return_module" value="ProjectTask" />
47 <input type="hidden" name="project_id" value="{project_id}" />
48 <input type="hidden" name="parent_id" value="{parent_id}" />
49 <input type="hidden" name="status" value="Not Started" />
50 <input type="hidden" name="record" value="" />
51 <p>
52 {mod.LBL_NAME} <span class="required">{app.LBL_REQUIRED_SYMBOL}</span><br />
53 <input type="text" name="name" value="" /><br />
54 {mod.LBL_PARENT_ID} <span class="required">{app.LBL_REQUIRED_SYMBOL}</span><br />
55 <input readonly="readonly" name="project_name" type="text" size="16"
56         value="" />&nbsp;<input title="{app.LBL_SELECT_BUTTON_TITLE}"
57         accessKey="{app.LBL_SELECT_BUTTON_KEY}" type="button" class="button"
58         value='{app.LBL_SELECT_BUTTON_LABEL}' name="btn1"
59         onclick='open_popup("Project", 600, 400, "", true, false, {encoded_popup_request_data});' /><br />
60 {mod.LBL_ASSIGNED_USER_ID}<br />
61 <select name="assigned_user_id">{ASSIGNED_USER_OPTIONS}</select><br />
62 </p>
63 <p><input class="button" title="{app.LBL_SAVE_BUTTON_TITLE}"
64         type="submit" name="button" value="{app.LBL_SAVE_BUTTON_LABEL}"
65         accessKey="{app.LBL_SAVE_BUTTON_KEY}" /></p>
66 </form>
67 <!-- END: main -->