| Current Path : /home/ereika83/public_html/wp-content/plugins/snapshot/views/destinations/add/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/snapshot/views/destinations/add/dropbox-error.php |
<?php /** @var WPMUDEVSnapshot_New_Ui_Tester $this */ ?> <div class="form-content"> <div id="wps-destination-type" class="form-row"> <div class="form-col-left"> <label><?php esc_html_e( 'Type', SNAPSHOT_I18N_DOMAIN ); ?></label> </div> <div class="form-col"> <i class="wps-typecon dropbox"></i> <label><?php esc_html_e( 'Dropbox', SNAPSHOT_I18N_DOMAIN ); ?></label> </div> </div> <div id="wps-destination-name" class="form-row"> <div class="form-col-left"> <label for="snapshot-destination-name"> <?php esc_html_e( 'Name', SNAPSHOT_I18N_DOMAIN ); ?> <span class="required">*</span> </label> </div> <div class="form-col"> <input readonly="readonly" type="text" class="inline<?php $this->input_error_class( 'name' ); ?>" name="snapshot-destination[name]" id="snapshot-destination-name" value="<?php echo !empty($item['name']) ? esc_attr( stripslashes( $item['name'] ) ) : '' ; ?>"> <?php $this->input_error_message( 'name' ); ?> </div> </div> <div id="wps-destination-auth" class="form-row"> <div class="wps-auth-message error"> <p><?php esc_html_e( 'Due to the new requirement from Dropbox API V2, you need to use PHP 5.5 or newer to be able to add Dropbox destination.', SNAPSHOT_I18N_DOMAIN ); ?></p> </div> </div> </div>