| Server IP : 68.183.124.220 / Your IP : 216.73.216.141 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/wp-content/plugins/ninja-forms/includes/Templates/ |
Upload File : |
<input type="hidden" name="nf_edit_sub" value="1">
<div id="minor-publishing">
<ul class="nf-sub-stats">
<li class="nf-sub-info-seq">
#: <strong><?php echo $seq_num; ?></strong>
</li>
<li class="nf-sub-info-status">
Status: <strong><?php echo $status; ?></strong>
<?php do_action( 'nf_sub_edit_after_status', $post ); ?>
</li>
<li class="nf-sub-info-form">
Form: <strong><?php echo $form_title; ?></strong>
</li>
<li class="nf-sub-info-updated">
<?php _e( 'Updated on: ', 'ninja-forms' ); ?><strong><?php echo $mod_date; ?></strong>
<?php do_action( 'nf_sub_edit_date_modified', $post ); ?>
</li>
<li class="nf-sub-info-created">
<?php _e ( 'Submitted on: ', 'ninja-forms' ); ?><strong><?php echo $sub_date; ?></strong>
<?php do_action( 'nf_sub_edit_date_submitted', $post ); ?>
</li>
<li class="nf-sub-info-user"><?php _e( 'Submitted by: ', 'ninja-forms' ); ?><strong><?php echo $user; ?></strong></li>
</ul>
</div>
<div id="major-publishing-actions" class="nf-sub-actions">
<div id="delete-action"><a class="submitdelete deletion" style="color:red;" href="<?php echo get_delete_post_link( $post->ID ); ?>"><?php _e( 'Move to Trash', 'ninja-forms' ); ?></a></div>
<input name="save" type="submit" class="button button-primary button-large nf-sub-actions-save" id="publish" accesskey="p" value="<?php _e( 'Update', 'ninja-forms' ); ?>">
<span class="spinner"></span>
</div>
<!-- TODO: Move to Stylesheet. -->
<style>
.nf-sub-stats li {
padding: 5px 10px 5px;
}
.nf-sub-info-seq:before,
.nf-sub-info-form:before,
.nf-sub-info-status:before,
.nf-sub-info-created:before,
.nf-sub-info-updated:before,
.nf-sub-info-user:before {
color: #82878c;
font: 400 1.4em dashicons;
vertical-align: top;
padding-right: 5px;
}
.nf-sub-info-seq:before,
.nf-sub-info-form:before,
.nf-sub-info-status:before {
/* Dashicon: Post Screen - Status */
content: "\f173";
}
.nf-sub-info-created:before,
.nf-sub-info-updated:before {
/* Dashicon: Post Screen - Calendar */
content: "\f145";
}
.nf-sub-info-user:before {
/* Dashicon: Admin Menu - Users */
content: "\f110";
}
.nf-sub-actions {
margin: 10px -12px -12px;
}
.nf-sub-actions:after {
content: "";
display: table;
clear: both;
}
.nf-sub-actions .nf-sub-actions-save {
text-align: right;
float: right;
}
</style>