Updated vbutton position for 'Manage Questions' page
This commit is contained in:
parent
fb404964f8
commit
c7b7b26958
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ get_header(); ?>
|
|||
|
||||
<div class="entry-content">
|
||||
|
||||
<p><button id="quiztech-add-new-question-btn" class="quiztech-button quiztech-button-primary"><?php esc_html_e( 'Add New Question', 'quiztech' ); ?></button></p>
|
||||
|
||||
<div id="quiztech-add-edit-question-form" class="quiztech-section" style="display: none; border: 1px solid #ccc; padding: 15px; margin-bottom: 20px;">
|
||||
<h3 class="quiztech-section-title"><?php esc_html_e( 'Add/Edit Question', 'quiztech' ); ?></h3>
|
||||
|
|
@ -109,6 +108,8 @@ get_header(); ?>
|
|||
|
||||
<h2 class="quiztech-section-title"><?php esc_html_e( 'Question Library', 'quiztech' ); ?></h2>
|
||||
|
||||
<p style="margin-bottom: 20px;"><button id="quiztech-add-new-question-btn" class="quiztech-button quiztech-button-primary"><?php esc_html_e( 'Add New Question', 'quiztech' ); ?></button></p>
|
||||
|
||||
<?php
|
||||
$args = array(
|
||||
'post_type' => 'question',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue