文件操作 - delete-modal.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/forzabuilt/public_html/wp-content/plugins/maxbuttons/views/modals/delete-modal.php
编辑文件内容
<!-- delete modal --> <?php $id = ($id) ? $id : $this->view->button_id; // on the list, there are many ID's. ?> <div class="maxmodal-data" id="delete-modal-<?php echo $id ?>"> <span class='title'><?php _e("Removing button","maxbuttons"); ?></span> <span class="content"><p><?php _e("You are about to permanently remove this button. Are you sure?", "maxbuttons"); ?></p></span> <div class='controls'> <button type="button" class='button-primary' data-buttonaction='delete' data-buttonid='<?php echo $id ?>'> <?php _e('Yes','maxbuttons'); ?></button> <a class="modal_close button-primary"><?php _e("No", "maxbuttons"); ?></a> </div> </div>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件