]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Emails/PopupDocuments.html
Release 6.4.0
[Github/sugarcrm.git] / modules / Emails / PopupDocuments.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
40 <!-- BEGIN: main -->
41 <script type="text/javascript" src="include/javascript/sugar_3.js?v={VERSION_MARK}"></script>
42 <script type="text/javascript" src="modules/Emails/javascript/Email.js?v={VERSION_MARK}"></script>
43
44 <!-- BEGIN: SearchHeader -->
45 <table cellpadding="0" cellspacing="0" border="0" width="100%" class="edit view">
46         <tr>
47                 <td>
48                         <form action="index.php" method="post" name="popup_query_form" id="popup_query_form">
49                         <table width="100%" border="0" cellspacing="0" cellpadding="0">
50                                 <tr>
51                                         <td scope="row" nowrap="nowrap">{MOD.LBL_DOC_NAME}</td>
52                                         <td  nowrap="nowrap"><input type="text" name="document_name"  size="10" value="{DOCUMENT_NAME}"/></td>
53                                         <td scope="row" nowrap="nowrap">{MOD.LBL_DET_IS_TEMPLATE}</td>
54                                         <td  nowrap="nowrap"><select name="is_template"  >{IS_TEMPLATE_OPTIONS}</select></td>
55                                 </tr>
56                                 <tr>
57                                         <td scope="row" nowrap="nowrap">{MOD.LBL_DET_TEMPLATE_TYPE}</td>
58                                         <td  nowrap="nowrap"><select name="template_type"  >{TEMPLATE_TYPE_OPTIONS}</select></td>
59                                         <td scope="row" nowrap="nowrap">{MOD.LBL_CATEGORY_VALUE}</td>
60                                         <td  nowrap="nowrap"><select name="category_id"  >{CATEGORY_OPTIONS}</select></td>
61                                 </tr>
62                                 <tr>
63                                         <td scope="row" nowrap="nowrap">{MOD.LBL_SUBCATEGORY_VALUE}</td>
64                                         <td  nowrap="nowrap"><select name="subcategory_id"  >{SUB_CATEGORY_OPTIONS}</select></td>
65                                         <td align="right" colspan=2>
66                                                 <input type="hidden" name="module" value="Emails" />
67                                                 <input type="hidden" name="action" value="PopupDocuments" />
68                                                 <input type="hidden" name="query" value="true" />
69                                                 <input type="hidden" name="to_pdf" value="true" />
70                                                 <input type="hidden" name="record_id" value="" />
71                                                 <input type="hidden" name="target" value="{DOCUMENT_TARGET}" />
72                                                 <input type="submit" name="button" class="button" id="search_form_submit"
73                                                         title="{APP.LBL_SEARCH_BUTTON_TITLE}"
74                                                         accessKey="{APP.LBL_SEARCH_BUTTON_KEY}"
75                                                         value="{APP.LBL_SEARCH_BUTTON_LABEL}" />
76                                         </td>
77                                 </tr>
78                         </table>
79                         </form>
80                 </td>
81         </tr>
82 </table>
83 <!-- END: SearchHeader -->
84
85
86
87
88
89
90 <table cellpadding="0" cellspacing="0" width="100%" border="0" class="list view">
91 <!-- BEGIN: list_nav_row -->
92 {PAGINATION}
93 <!-- END: list_nav_row -->
94         <tr height="20" >
95                 <td scope="col" width="33%"  nowrap="nowrap"><a href="{ORDER_BY}document_name" class="listViewThLinkS1">{MOD.LBL_LIST_DOCUMENT}{arrow_start}{name_arrow}{arrow_end}</a></td>
96                 <td scope="col" width="33%"  nowrap="nowrap">{MOD.LBL_LIST_REVISION}</td>
97                 <td scope="col" width="34%"  nowrap="nowrap">{MOD.LBL_LIST_STATUS}</td>
98         </tr>
99 <!-- BEGIN: row -->
100         <tr height="20" class="{ROW_COLOR}S1">
101                 <td scope="row" valign="top">
102                         <a href="javascript:void(0);" onclick="setDocument('{DOCUMENT_TARGET}','{DOCUMENT.ID}', '{DOCUMENT.DOCUMENT_NAME_JAVASCRIPT}','{DOCUMENT.DOCUMENT_REVISION_ID}');" >{DOCUMENT.DOCUMENT_NAME}</a>
103                 </td>
104                 <td valign="top">{DOCUMENT.LATEST_REVISION}</td>
105                 <td valign="top">{DOCUMENT.STATUS_ID}</td>
106         </tr>
107         <tr>
108                 <td colspan="20" class="listViewHRS1"></td>
109         </tr>
110 <!-- END: row -->
111 </table>