updater
11 years ago
admin-posts.php
11 years ago
admin-settings.php
11 years ago
column-css.php
11 years ago
column-group.php
11 years ago
column-settings.php
11 years ago
field-code.php
11 years ago
field-color.php
11 years ago
field-editor.php
11 years ago
field-form.php
11 years ago
field-icon.php
11 years ago
field-layout.php
11 years ago
field-multiple-photos.php
11 years ago
field-photo-sizes.php
11 years ago
field-photo.php
11 years ago
field-post-type.php
11 years ago
field-select.php
11 years ago
field-suggest.php
11 years ago
field-text.php
11 years ago
field-textarea.php
11 years ago
field-video.php
11 years ago
field.php
11 years ago
global-settings.php
11 years ago
icon-selector.php
11 years ago
jquery.php
11 years ago
js-config.php
11 years ago
loop-settings.php
11 years ago
module-settings.php
11 years ago
module.php
11 years ago
row-css.php
11 years ago
row-js.php
11 years ago
row-settings.php
11 years ago
row-video.php
11 years ago
row.php
11 years ago
settings.php
11 years ago
ui.php
11 years ago
updater-config.php
11 years ago
user-template-settings.php
11 years ago
admin-posts.php
11 lines
| 1 | <div class="fl-builder-admin"> |
| 2 | <div class="fl-builder-admin-tabs"> |
| 3 | <a href="javascript:void(0);" onclick="return false;" class="fl-enable-editor<?php if(!$enabled) echo ' fl-active'; ?>"><?php _e('Text Editor', 'fl-builder'); ?></a> |
| 4 | <a href="javascript:void(0);" onclick="return false;" class="fl-enable-builder<?php if($enabled) echo ' fl-active'; ?>"><?php echo FLBuilderModel::get_branding(); ?></a> |
| 5 | </div> |
| 6 | <div class="fl-builder-admin-ui"> |
| 7 | <h3><?php echo FLBuilderModel::get_branding() . ' ' . __('is currently active for this page.', 'fl-builder'); ?></h3> |
| 8 | <a href="<?php echo FLBuilderModel::get_edit_url(); ?>" class="fl-launch-builder button button-primary button-large"><?php echo __('Launch', 'fl-builder'). ' ' . FLBuilderModel::get_branding(); ?></a> |
| 9 | </div> |
| 10 | <div class="fl-builder-loading"></div> |
| 11 | </div> |