Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/themes/CleanFS/templates/admin.os.tpl
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-02-01 09:05:48 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-02-01 09:05:48 +0100
commit6854cb3f4d8219cf1829e32122eb2502a916eae9 (patch)
tree350feb504587d932e02837a1442b059759927646 /themes/CleanFS/templates/admin.os.tpl
initial checkin
Diffstat (limited to 'themes/CleanFS/templates/admin.os.tpl')
-rw-r--r--themes/CleanFS/templates/admin.os.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/CleanFS/templates/admin.os.tpl b/themes/CleanFS/templates/admin.os.tpl
new file mode 100644
index 0000000..4bbe0da
--- /dev/null
+++ b/themes/CleanFS/templates/admin.os.tpl
@@ -0,0 +1,9 @@
+<div id="toolbox">
+ <h3><?php echo Filters::noXSS(L('oslist')); ?></h3>
+
+ <?php
+ $this->assign('list_type', 'os');
+ $this->assign('rows', $proj->listOs(true));
+ $this->display('common.list.tpl');
+ ?>
+</div>