| | |
| | | ?> |
| | | <template class="contentTable"> |
| | | <form class="table" |
| | | data-save="content" |
| | | <!-- data-save="content"--> |
| | | data-content="<?= esc_attr($this->dataType) ?>" |
| | | data-form-id="content-table-<?= esc_attr($this->dataType) ?>" |
| | | <?= $permissions?>> |
| | |
| | | ?> |
| | | <template class="contentTable"> |
| | | <form class="table" |
| | | data-save="content" |
| | | <!-- data-save="content"--> |
| | | data-content="<?= esc_attr($this->dataType) ?>" |
| | | data-form-id="content-table-<?= esc_attr($this->dataType) ?>"> |
| | | <?= jvbFormStatus() ?> |
| | |
| | | { |
| | | ob_start(); |
| | | ?> |
| | | <form class="edit-form" data-save="content" data-form-id="edit-<?=$this->dataType?>" data-autosave<?= ($this->isTimeline) ? ' data-timeline' : ''?>> |
| | | <!-- <form class="edit-form" data-save="content" data-form-id="edit---><?php //=$this->dataType?><!--" data-autosave--><?php //= ($this->isTimeline) ? ' data-timeline' : ''?><!-->--> |
| | | <form class="edit-form" data-form-id="edit-<?=$this->dataType?>" data-autosave<?= ($this->isTimeline) ? ' data-timeline' : ''?>> |
| | | <?= jvbFormStatus() ?> |
| | | <input type="hidden" name="form-id" value="<?=uniqid('new-')?>" /> |
| | | <input type="hidden" name="content" value="<?=$this->dataType?>" /> |
| | |
| | | if (empty($this->bulkActions)) return; |
| | | ob_start(); |
| | | ?> |
| | | <form class="bulk-edit-form" data-save="content" data-form-id="bulk-edit-<?=$this->dataType?>"> |
| | | <!-- <form class="bulk-edit-form" data-save="content" data-form-id="bulk-edit---><?php //=$this->dataType?><!--">--> |
| | | <form class="bulk-edit-form" data-form-id="bulk-edit-<?=$this->dataType?>"> |
| | | <?= jvbFormStatus() ?> |
| | | <div class="selected"></div> |
| | | <p class="description">You can unselect items by clicking the image here.</p> |