/
var
/
www
/
html
/
sugar9
/
modules
/
Reports
/
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 --> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td scope="row" width="1%" nowrap="nowrap">{MOD.LBL_TITLE}:</td> <td width="1%" nowrap="nowrap"> <input type="text" tabindex='0' size="30" maxlength="50" name="name_basic" value="{NAME}" /> </td> <td style="padding-left: 10px !important;"> <input tabindex='0' title='{APP.LBL_SEARCH_BUTTON_TITLE}' accessKey='{APP.LBL_SEARCH_BUTTON_KEY}' onclick='SUGAR.savedViews.setChooser()' class='button' type='submit' name='button' value='{APP.LBL_SEARCH_BUTTON_LABEL}' id='search_form_submit'/> <input tabindex='0' title='{APP.LBL_CLEAR_BUTTON_TITLE}' accessKey='{APP.LBL_CLEAR_BUTTON_KEY}' onclick='SUGAR.searchForm.clear_form(this.form); return false;' class='button' type='button' name='clear' value=' {APP.LBL_CLEAR_BUTTON_LABEL} ' id='search_form_clear'/> <a id='advanced_search_link' accesskey="{APP.LBL_ADV_SEARCH_LNK_KEY}" onclick="SUGAR.searchForm.searchFormSelect('Reports|advanced_search','Reports|basic_search')" href="#">{APP.LNK_ADVANCED_SEARCH}</a> </td> <td class="helpIcon" width="*"><img alt="Help" border='0' id="filterHelp" src='{HELP_IMAGE}'></td> </tr> </table> <script> $(function() { var $dialog = $('<div></div>') .html(SUGAR.language.get('app_strings', 'LBL_SEARCH_HELP_TEXT')) .dialog({ autoOpen: false, title: SUGAR.language.get('app_strings', 'LBL_HELP'), width: 700 }); $('#filterHelp').click(function() { $dialog.dialog('open'); // prevent the default action, e.g., following a link }); }); </script> <!-- END: main --> <!-- BEGIN: advanced --> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td scope="row" noWrap>{MOD.LBL_TITLE}:</td><td ><input type=text tabindex='0' size="20" name="name" class=dataField value="{NAME}" /></td> <td scope="row" >{APP.LBL_CURRENT_USER_FILTER}</td><td ><input name='current_user_only' tabindex='0' class="checkbox" type="checkbox" {CURRENT_USER_ONLY}></td> <td scope="row" noWrap>{MOD.LBL_FAVORITE_REPORTS}:</td><td ><input name='favorite' tabindex='0' class="checkbox" value="1" type="checkbox" {FAVORITE}></td> </tr> <tr> <td scope="row" noWrap>{MOD.LBL_MODULE}:</td><td ><br><select tabindex='0' name='report_module[]' multiple="multiple" style="width: 150px;" size="6" >{MODULES}</select></td> <td scope="row" noWrap>{MOD.LBL_REPORT_TYPE}:</td><td ><br><select name='report_type[]' multiple='multiple' style="width: 150px;" size="6" >{REPORT_TYPES}</select></td> <td scope="row" noWrap >{APP.LBL_ASSIGNED_TO}</td><td ><br><select tabindex='0' name='assigned_user_id[]' multiple="multiple" style="width: 150px;" size="6" >{USER_FILTER}</select></td> </tr> <tr><td scope="row" noWrap>{APP.LBL_TEAM}</td><td ><br><select tabindex='0' name='team_id[]' multiple="multiple" style="width: 150px;" size="6" >{TEAM_FILTER}</select></td> </tr> <tr> <td colspan='6'> </td> </tr> <tr> <td colspan='2'> <a class='tabFormAdvLink' href='javascript:toggleInlineSearch();'> <img src='{ADVANCED_SEARCH_IMG}' id='up_down_img' border=0 alt='{APP.LBL_ALT_SHOW_OPTIONS}'>{APP.LNK_SAVED_VIEWS} </a><br> <input type='hidden' id='showSSDIV' name='showSSDIV' value='{SHOWSSDIV}'><p> </td> <td scope='row' width='10%' nowrap="nowrap"> {MOD.LBL_SAVED_SEARCH}: </td> <td width='30%' nowrap> <input type='text' name='saved_search_name'> <input type='hidden' name='search_module' value=''> <input type='hidden' name='saved_search_action' value=''> <input title='{APP.LBL_SAVE_BUTTON_LABEL}' value='{APP.LBL_SAVE_BUTTON_LABEL}' class='button' type='button' name='saved_search_submit' onclick='SUGAR.savedViews.setChooser(); return SUGAR.savedViews.saved_search_action("save");'> </td> <td scope='row' width='10%' nowrap="nowrap"> {APP.LBL_MODIFY_CURRENT_SEARCH}: </td> <td width='30%' nowrap> <input class='button' onclick='SUGAR.savedViews.setChooser(); return SUGAR.savedViews.saved_search_action("update")' value='{APP.LBL_UPDATE}' title='{APP.LBL_UPDATE}' name='ss_update' id='ss_update' type='button' > <input class='button' onclick='return SUGAR.savedViews.saved_search_action("delete", "{LBL_DELETE_CONFIRM}")' value='{APP.LBL_DELETE}' title='{APP.LBL_DELETE}' name='ss_delete' id='ss_delete' type='button'> <br><span id='curr_search_name' style='visibility:hidden;'></span> </td> </tr> <tr> <td colspan='6'> <div style='{DISPLAYSS}' id='inlineSavedSearch' > {SAVED_SEARCH} </div> </td> </tr> <tr> <td colspan='5'> <input tabindex='0' title='{APP.LBL_SEARCH_BUTTON_TITLE}' onclick='SUGAR.savedViews.setChooser()' class='button' type='submit' name='button' value='{APP.LBL_SEARCH_BUTTON_LABEL}' id='search_form_submit_advanced'/> <input tabindex='0' title='{APP.LBL_CLEAR_BUTTON_TITLE}' onclick='SUGAR.searchForm.clear_form(this.form);' class='button' type='button' name='clear' value=' {APP.LBL_CLEAR_BUTTON_LABEL} ' id='search_form_clear_advanced'/> <a id='basic_search_link' accesskey="{APP.LBL_ADV_SEARCH_LNK_KEY}" onclick="SUGAR.searchForm.searchFormSelect('Reports|basic_search','Reports|advanced_search')" href="#">{APP.LNK_BASIC_SEARCH}</a> {ADVANCED_BUTTONS} </td> <td class="helpIcon" width="*"><img alt="Help" border='0' id="filterHelp" src='{HELP_IMAGE}'></td> </tr> </table> <script> $(function() { var $dialog = $('<div></div>') .html(SUGAR.language.get('app_strings', 'LBL_SEARCH_HELP_TEXT')) .dialog({ autoOpen: false, title: SUGAR.language.get('app_strings', 'LBL_HELP'), width: 700 }); $('#filterHelp').click(function() { $dialog.dialog('open'); // prevent the default action, e.g., following a link }); }); </script> <!-- END: advanced -->