closes #2302
parent
e791ed9002
commit
c758f59014
@ -0,0 +1,18 @@
|
||||
<br />
|
||||
<label>Title:</label>
|
||||
<input type="text" class="form-control" name="title" placeholder="Title (only shown on some containers)" /><br />
|
||||
|
||||
<label>Container:</label>
|
||||
<textarea rows="4" class="form-control container-html" name="container" placeholder="Drag and drop a container or enter HTML here."></textarea>
|
||||
|
||||
<div class="checkbox">
|
||||
<label><input name="hide-guests" type="checkbox"> Hide from anonymous users?</label>
|
||||
</div>
|
||||
|
||||
<div class="checkbox">
|
||||
<label><input name="hide-registered" type="checkbox"> Hide from registered users?</input></label>
|
||||
</div>
|
||||
|
||||
<div class="checkbox">
|
||||
<label><input name="hide-mobile" type="checkbox"> Hide on mobile?</input></label>
|
||||
</div>
|
Loading…
Reference in New Issue