文件操作 - field-map-object.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kplay/public_html/wp-content/plugins/woo-zoho/templates/field-map-object.php
编辑文件内容
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?><div id="crm_fields_map" class="vx_contents"> <div class="vx_div "> <div class="vx_head "> <div class="crm_head_div"> <?php esc_html_e('2. Select Zoho Object', 'woo-zoho' ); ?></div> <div class="crm_btn_div"><i class="fa crm_toggle_btn fa-minus" title="<?php esc_html_e('Expand / Collapse','woo-zoho') ?>"></i></div> <div class="crm_clear"></div> </div> <div class="vx_group"> <div class="vx_row"> <div class="vx_col1"> <label for="vxc_object"><?php esc_html_e('Select Zoho Object.', 'woo-zoho'); $this->tooltip($tooltips['sel_object']); ?></label> </div> <div class="vx_col2"> <div> <select id="vxc_object" name="meta[object]" class="vx_sel" autocomplete="off"> <?php $object_found=false; foreach($modules as $f_key=>$f_val){ $select=""; if($feed['object'] == $f_key){ $select='selected="selected"'; $object_found=true; } if(!self::$is_pr && in_array($f_key,array('invoices','estimates','customerpayments','recurringinvoices','creditnotes','purchaseorders','salesorders','items','Sales_Orders','Invoices','Deals','Tasks'))){ $select='disabled="disabled"'; $f_val.=' (pro feature)'; // continue; } echo '<option value="'.esc_attr($f_key).'" '.$select.'>'.esc_html($f_val).'</option>'; } ?> </select> </div> <?php if($api_type != "web"){ ?> <div class="vx_row"> <button class="button" id="vx_refresh_objects" type="button" autocomplete="off" title="<?php esc_html_e('Refresh Objects','woo-zoho') ?>" style="vertical-align: baseline;"> <span class="reg_ok"><i class="fa fa-refresh"></i> <?php esc_html_e('Refresh Objects','woo-zoho') ?></span> <span class="reg_proc"><i class="fa fa-refresh fa-spin"></i> <?php esc_html_e('Refreshing...','woo-zoho') ?></span> </button> <button class="button" id="vx_refresh_fields" type="button" autocomplete="off" title="<?php esc_html_e('Refresh Fields','woo-zoho') ?>"> <span class="reg_ok"><i class="fa fa-refresh"></i> <?php esc_html_e('Refresh Fields','woo-zoho') ?></span> <span class="reg_proc"><i class="fa fa-refresh fa-spin"></i> <?php esc_html_e('Refreshing...','woo-zoho') ?></span> </button> </div> <?php } ?> </div> <div class="clear"></div> </div> </div> </div> <div id="crm_ajax_div" style="display:none; text-align: center; line-height: 100px;"><i><?php esc_html_e('Loading, Please Wait...', 'woo-zoho'); ?></i></div> <div id="vxc_error" class="crm_error"></div> <div id="crm_field_group" style="<?php if($feed['object'] == "" || !$object_found) {echo 'display:none';} ?>"> <?php if($object_found){ $this->get_field_mapping($feed,$info); } ?> </div> </div>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件