Files
control-pane/public/dialogs/helpers-add.php
olevole e4c2ee15ae remove all ^M Dos carraige returns
better late than never, #55
2024-11-24 17:41:50 +03:00

14 lines
579 B
PHP

<dialog id="helpers-add" class="window-box new">
<h1>
<span class="new"><?php echo $this->translate('Helpers add');?></span>
</h1>
<h2><?php echo $this->translate('Select helpers for install');?></h2>
<form class="win" method="post" id="helpersAddSettings" onsubmit="return false;">
<div class="window-content"></div>
</form>
<div class="buttons">
<input type="button" value="<?php echo $this->translate('Add');?>" class="new button ok-but" />
<input type="button" value="<?php echo $this->translate('Cancel');?>" class="button red cancel-but" />
</div>
</dialog>