Preview: admin-posts.php
Size: 2.12 KB
/var/www/globalinfrastructuresite.wpress.dk/httpdocs/wp-content/plugins/bb-plugin/includes/admin-posts.php
<div class="fl-builder-admin">
<?php if ( FLBuilderUserAccess::current_user_can( 'builder_access' ) ) : ?>
<div class="fl-builder-admin-tabs">
<?php wp_nonce_field( 'fl-enable-editor', '_fl_enable_editor' ); ?>
<a href="javascript:void(0);" onclick="return false;" class="fl-enable-editor<?php echo ( ! $enabled ) ? ' fl-active' : ''; ?>"><?php _e( 'Text Editor', 'fl-builder' ); ?></a>
<a href="javascript:void(0);" onclick="return false;" class="fl-enable-builder<?php echo ( $enabled ) ? ' fl-active' : ''; ?>"><?php echo FLBuilderModel::get_branding(); ?></a>
</div>
<?php endif; ?>
<div class="fl-builder-admin-ui">
<?php /* translators: 1: branded builder name: 2: post type name */ ?>
<h3><?php printf( _x( '%1$s is currently active for this %2$s.', 'The first %s stands for custom branded "Page Builder" name. The second %s stands for the post type name.', 'fl-builder' ), FLBuilderModel::get_branding(), $post_type_name ); ?></h3>
<?php if ( FLBuilderUserAccess::current_user_can( 'builder_access' ) ) : ?>
<?php /* translators: %s: branded builder name */ ?>
<a href="<?php echo FLBuilderModel::get_edit_url(); ?>" class="fl-launch-builder button button-primary button-large"><?php printf( _x( 'Launch %s', '%s stands for custom branded "Page Builder" name.', 'fl-builder' ), FLBuilderModel::get_branding() ); ?></a>
<?php else : ?>
<?php /* translators: %s: post type name */ ?>
<a href="<?php echo get_permalink(); ?>" class="button button-large"><?php printf( _x( 'View %s', '%s stands the post type name.', 'fl-builder' ), $post_type_name ); ?></a>
<?php endif; ?>
</div>
<div class="fl-builder-loading"></div>
</div>
<script type="text/javascript">
FLBuilderAdminPostsStrings = {
<?php /* translators: %1$s: branded builder name */ ?>
switchToEditor: "<?php esc_attr_e( sprintf( __( 'Switching to Text Editor mode will disable your %1$s layout until it is enabled again. Any edits made while in Text Editor mode will not be made on your %1$s layout. Do you want to continue?', 'fl-builder' ), FLBuilderModel::get_branding() ) ); ?>"<?php //phpcs:ignore WordPress.WP.I18n.NonSingularStringLiteralText ?>
};
</script>
Directory Contents
Dirs: 3 × Files: 99