コード例 #1
0
ファイル: index.php プロジェクト: patrickcurl/monks
        default:
            include '_codes.php';
    }
    ?>
                                </tbody>
                            </table>
                        </div>
                    </div>
                </div>
            </div>
        <?php 
}
?>
        <div class="ab-notifications">
            <?php 
echo '<i>' . __('To send scheduled notifications please execute the following script hourly with your cron:', 'bookly') . '</i><br />';
echo '<b>php -f ' . realpath(AB_PATH . '/lib/utils/send_notifications_cron.php') . '</b>';
?>
        </div>
    </div>
    <div class="panel-footer">
        <?php 
AB_Utils::submitButton();
?>
        <?php 
AB_Utils::resetButton();
?>
    </div>
</div>
</form>
コード例 #2
0
ファイル: _hoursForm.php プロジェクト: patrickcurl/monks
                </td>
                <td>
                    <?php 
    echo $form->renderField('ab_settings_' . $day);
    ?>
                    <span>&nbsp;<?php 
    _e('to', 'bookly');
    ?>
&nbsp;</span>
                    <?php 
    echo $form->renderField('ab_settings_' . $day, false);
    ?>
                </td>
            </tr>
        <?php 
}
?>
        </tbody>
        <tr>
            <td></td>
            <td>
                <?php 
AB_Utils::submitButton();
?>
                <?php 
AB_Utils::resetButton('ab-hours-reset');
?>
            </td>
        </tr>
    </table>
</form>
コード例 #3
0
ファイル: _paymentsForm.php プロジェクト: patrickcurl/monks
    ?>
</option>
                    <?php 
}
?>
                </select>
            </td>
        </tr>
        <tr class="ab-stripe">
            <td><label for="ab_stripe_secret_key"><?php 
_e('Secret Key', 'bookly');
?>
</label></td>
            <td><input id="ab_stripe_secret_key" class="form-control" type="text" size="33" name="ab_stripe_secret_key" value="<?php 
echo get_option('ab_stripe_secret_key');
?>
"/></td>
        </tr>
        <tr>
            <td colspan="2">
                <?php 
AB_Utils::submitButton();
?>
                <?php 
AB_Utils::resetButton('ab-payments-reset');
?>
            </td>
            <td></td>
        </tr>
    </table>
</form>
コード例 #4
0
ファイル: schedule.php プロジェクト: patrickcurl/monks
                                        <a class="ab-popup-close ab-popup-close-icon" href="javascript:void(0)"></a>
                                    </div>
                                </div>
                            </div>
                        </td>
                        <td class="breaks">
                            <?php 
    include '_breaks.php';
    ?>
                        </td>
                    </tr>
                <?php 
}
?>
                <tr class="staff-schedule-item-row ab-last-row">
                    <td></td>
                    <td colspan="3">
                        <input type="hidden" name="action" value="ab_staff_schedule_update"/>
                        <?php 
AB_Utils::submitButton('ajax-send-staff-schedule');
?>
                        <?php 
AB_Utils::resetButton('ab-schedule-reset');
?>
                    </td>
                </tr>
                </tbody>
            </table>
        </div>
    </form>
</div>
コード例 #5
0
ファイル: _companyForm.php プロジェクト: patrickcurl/monks
            </td>
            <td><input id="ab_settings_company_phone" class="form-control" type="text" name="ab_settings_company_phone" value="<?php 
echo esc_attr(get_option('ab_settings_company_phone'));
?>
" /></td>
        </tr>
        <tr>
            <td>
                <label for="ab_settings_company_website"><?php 
_e('Website', 'bookly');
?>
</label>
            </td>
            <td><input id="ab_settings_company_website" class="form-control" type="text" name="ab_settings_company_website" value="<?php 
echo esc_attr(get_option('ab_settings_company_website'));
?>
" /></td>
        </tr>
        <tr>
            <td></td>
            <td>
                <?php 
AB_Utils::submitButton();
?>
                <?php 
AB_Utils::resetButton('ab-settings-company-reset');
?>
            </td>
        </tr>
    </table>
</form>