PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
vafpress-framework
/
views
/
option
<div class="vp-field vp-textarea" data-vp-type="vp-textarea"> <div class="label"> <label> <?php _e('Import', 'rehub_framework') ?> </label> <div class="description"> <p><?php _e('Import Options', 'rehub_framework') ?></p> </div> </div> <div class="field"> <div class="input"> <textarea id="vp-js-import_text"></textarea> <div class="buttons"> <input id="vp-js-import" class="vp-button button" type="button" value="<?php _e('Import', 'rehub_framework') ?>" /> <span style="margin-left: 10px;"> <span id="vp-js-import-loader" class="vp-field-loader" style="display: none;"><img src="<?php VP_Util_Res::img_out('ajax-loader.gif', ''); ?>" style="vertical-align: middle;"></span> <span id="vp-js-import-status" style="display: none;"></span> </span> </div> </div> </div> </div> <div class="vp-field vp-textarea" data-vp-type="vp-textarea"> <div class="label"> <label> <?php _e('Export', 'rehub_framework') ?> </label> <div class="description"> <p><?php _e('Export Options', 'rehub_framework') ?></p> </div> </div> <div class="field"> <div class="input"> <textarea id="vp-js-export_text" onclick="this.focus();this.select()" readonly="readonly"></textarea> <div class="buttons"> <input id="vp-js-export" class="vp-button button" type="button" value="<?php _e('Export', 'rehub_framework') ?>" /> <span style="margin-left: 10px;"> <span id="vp-js-export-loader" class="vp-field-loader" style="display: none;"><img src="<?php VP_Util_Res::img_out('ajax-loader.gif', ''); ?>" style="vertical-align: middle;"></span> <span id="vp-js-export-status" style="display: none;"></span> </span> </div> </div> </div> </div>
[+]
..
[-] restore.php
[edit]
[-] impexp.php
[edit]
[-] section.php
[edit]
[-] menu.php
[edit]
[-] set.php
[edit]