2020-05-04 04:53:28 +02:00
|
|
|
<div class='pool-merge'>
|
|
|
|
<form>
|
|
|
|
<ul class='input'>
|
|
|
|
<li class='target'>
|
|
|
|
<%= ctx.makeTextInput({name: 'target-pool', required: true, text: 'Target pool', pattern: ctx.poolNamePattern}) %>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
2020-05-04 09:09:33 +02:00
|
|
|
<p>Posts in the two pools will be combined.
|
2020-05-04 04:53:28 +02:00
|
|
|
Category needs to be handled manually.</p>
|
|
|
|
|
|
|
|
<%= ctx.makeCheckbox({required: true, text: 'I confirm that I want to merge this pool.'}) %>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<div class='messages'></div>
|
|
|
|
|
|
|
|
<div class='buttons'>
|
|
|
|
<input type='submit' value='Merge pool'/>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|