| Server IP : 89.108.64.180 / Your IP : 216.73.217.92 Web Server : Apache/2.4.41 (Ubuntu) System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-root ( 1010) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,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 : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/www-root/data/www/rzaimka.ru/wp-content/plugins/maxbuttons/views/modals/ |
Upload File : |
<!-- copy modal -->
<?php
$id = ($id) ? $id : $this->view->button_id; // on the list, there are many ID's.
?>
<div class='maxmodal-data' id='copy-modal-<?php echo $id ?>' data-load='window.maxFoundry.maxadmin.checkCopyModal'>
<span class='title'><?php _e("Copy this button","maxbuttons"); ?></span>
<span class="content">
<div class='copy-warning'>
<h3><?php _e('You probably don\'t want to copy your button!', 'maxbuttons'); ?></h3>
<p><?php _e( sprintf("Changing %sText%s and %sURL%s can be done with the same button. %s This will save you time in the near future", "<b>","</b>","<b>","</b>","<br>"),'maxbuttons'); ?> </p>
<p class="example">
<strong><?php _e("Add the same button with different link","maxbuttons"); ?></strong><br>
[maxbutton id="<?php echo $id ?>" url="http://yoururl"]
</p>
<p class="example"><strong><?php _e("Use the same button but change the text","maxbuttons"); ?> </strong><br />
[maxbutton id="<?php echo $id ?>" text="yourtext"]
</p>
<p class="example"><strong><?php _e("Both","maxbuttons"); ?> </strong><br />
[maxbutton id="<?php echo $id ?>" text="yourtext" url="http://yoururl"]
</p>
<p class="example"><strong><?php _e('All Options', 'maxbuttons'); ?></strong><br />
[maxbutton id="<?php echo $id ?>" text="yourtext" url="http://yoururl" linktitle="tooltip" window="new" nofollow="true"] </p>
</div>
<div class='mb-message mb-notice copy-notice hidden'><p><?php _e('Your button has not been saved. Any changes will be lost!','maxbuttons'); ?></p>
</div>
<p><?php _e("Do you want to copy this button to a new button?","maxbuttons"); ?></p>
</span>
<span class="controls">
<button type="button" class='button-primary' data-buttonaction='copy' data-buttonid='<?php echo $id ?>'>
<?php _e('Copy','maxbuttons'); ?></button>
<a class='button modal_close'><?php _e("Cancel",'maxbuttons'); ?></a>
</span>
</div>