_e('Check files and directories write permissions', GMP_LANG_CODE); ?> </li> </ul> <p><?php printf(__('So check full features list <a target="_blank" href="%s">here</a>.', GMP_LANG_CODE), 'http://worgmpess.org/plugins/supsystic-secure/'); ?> </p> </div> <div class="clear"></div> <?php echo htmlGmp::hidden('pl', array('value' => GMP_CODE)); ?> <?php echo htmlGmp::hidden('page', array('value' => 'supsystic_promo')); ?> <?php echo htmlGmp::hidden('action', array('value' => 'welcomePageSaveInfo')); ?> <?php echo htmlGmp::submit('gonext', array('value' => 'Thank for check info. Start using plugin.', 'attrs' => 'class="button button-primary button-hero"')); ?> <?php echo htmlGmp::hidden('original_page', array('value' => $this->originalPage)); ?> <span id="toeWelcomePageFindUsMsg"></span> </form> </div> </div>
echo htmlGmp::textarea('message', array('attrs' => 'placeholder="' . langGmp::_('Type your meassage here. If you have any troubles, please describe it accurately. If it`s possibe send us: (text of the errors, print screen of errors, link to the webpages where you try to insert products, and any other information)') . '"')); ?> </td></tr> <tr> <td valign="top"> <?php echo htmlGmp::hidden('mod', array('value' => 'adminmenu')); ?> <?php echo htmlGmp::hidden('action', array('value' => 'sendMailToDevelopers')); ?> <?php echo htmlGmp::hidden('reqType', array('value' => 'ajax')); ?> <?php echo htmlGmp::submit('send', array('value' => langGmp::_('Send e-mail'))); ?> </td> <td><div id="msg"></div></td> </tr> </table> </form> </div> </div> <div id="id4" class="postbox" style="display: block"> <div class="handlediv" title="Click to toggle"><br></div> <h3 class="hndle"><?php langGmp::_e('News and Info'); ?> </h3> <div class="inside">
: <?php echo htmlGmp::selectbox('shortcodeType', array('optionsGmp' => $this->shortcodesSelectOptions)); ?> </div> <div class="toeInsertShortcodeAtts"></div> </div> <h3><a href="#" title="category"><?php langGmp::_e('Category'); ?> </a></h3> <div> <div class="toeInsertShortcodeAtts"></div> </div> <h3><a href="#" title="product"><?php langGmp::_e('Product'); ?> </a></h3> <div> <div class="toeInsertShortcodeAtts"></div> </div> </div> <div> <?php echo htmlGmp::hidden('newContent'); ?> <?php echo htmlGmp::submit('insert', array('value' => langGmp::_('Insert'))); ?> </div> <?php echo htmlGmp::formEnd();
foreach ($formData as $key => $val) { if (is_array($val)) { foreach ($val as $subKey => $subVal) { echo htmlGmp::hidden($key . '[' . $subKey . ']', array('value' => $subVal)); } } else { echo htmlGmp::hidden($key, array('value' => $val)); } } ?> <table width="100%"> <tr> <td><?php langGmp::_e('Delete All data include Maps and Markers'); ?> :</td> <td><?php echo htmlGmp::radiobuttons('deleteAllData', array('options' => array('No', 'Yes'))); ?> </td> </tr> </table> <?php echo htmlGmp::submit('toeGo', array('value' => langGmp::_('Done'))); ?> <?php echo htmlGmp::formEnd(); ?> </div> </body> </html>