mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-10-30 01:22:24 +00:00
wip
This commit is contained in:
13
public/dialogs/helpers-add.php
Normal file
13
public/dialogs/helpers-add.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user