Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Bakkegaard <nickbakkegaard@gmail.com>2017-06-26 00:59:38 +0300
committerNick Bakkegaard <nickbakkegaard@gmail.com>2017-06-26 00:59:38 +0300
commit2133b39bce917466f3ebad6d2b5b8344b8105942 (patch)
treed9535db96417efac0f083d1f36d6ab7a39016800 /templates
parenta3c7860e659c62a6d1409b40cc6608c621cfbd06 (diff)
simple working design
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 8709ba8..a876018 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -5,6 +5,7 @@
<ul id="appsorter" data-type="<?php p($_['type']); ?>">
<?php foreach($_['nav'] as $entry) { ?>
<li>
+<input type="checkbox">
<img class="app-icon svg" alt="" src="<?php print_unescaped($entry['icon']); ?>">
<a href="<?php print_unescaped($entry['href']); ?>">
<?php echo $entry['name']; ?>