Initial COmmit WIP
This commit is contained in:
15
templates/part.settings.php
Normal file
15
templates/part.settings.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<div id="app-settings">
|
||||
<div id="app-settings-header">
|
||||
<button class="settings-button"
|
||||
data-apps-slide-toggle="#app-settings-content"
|
||||
></button>
|
||||
</div>
|
||||
<div id="app-settings-content">
|
||||
We will provide some options here!
|
||||
<br />
|
||||
<input type="checkbox" /> Show labels on cards<br />
|
||||
<input type="checkbox" /> Show summary on cards<br />
|
||||
<input type="checkbox" /> Show members on cards<br />
|
||||
<input type="checkbox" /> Show archived cards
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user