<h2><?php_e('Update Import','wp_all_import_plugin')?></h2><?phpif($this->errors->get_error_codes()):?><?php$this->error()?><?phpendif?><?phpif($item->path):?><formmethod="post"><p><?phpprintf(__('Are you sure you want to update <strong>%s</strong> import?','wp_all_import_plugin'),$item->name)?></p><p><?phpprintf(__('Source path is <strong>%s</strong>','wp_all_import_plugin'),$item->path)?></p><pclass="submit"><?phpwp_nonce_field('update-import','_wpnonce_update-import')?><inputtype="hidden"name="is_confirmed"value="1"/><inputtype="submit"class="button-primary ajax-update"value="Create Posts"/></p></form><?phpelse:?><divclass="error"><p><?php_e('Update feature is not available for this import since it has no external path linked.')?></p></div><?phpendif?>