Init(Core): create and add project
This commit is contained in:
15
admin/views/rules-list.php
Normal file
15
admin/views/rules-list.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Prevent direct access
|
||||
if (!defined('ABSPATH')) {
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
<div class="wrap">
|
||||
<h1><?php _e('قوانین قیمتگذاری', 'sodino'); ?></h1>
|
||||
|
||||
<a href="<?php echo admin_url('admin.php?page=sodino-add-rule'); ?>" class="page-title-action"><?php _e('افزودن قانون جدید', 'sodino'); ?></a>
|
||||
|
||||
<form method="post">
|
||||
<?php $rulesTable->display(); ?>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user