From 0bc3073a6c5c8512184fd8d0e0044eee7e8d47d0 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Wed, 01 Feb 2017 17:31:30 +0000
Subject: [PATCH] auskommentierte Teile entfernt

---
 web/ui/index.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/web/ui/index.html b/web/ui/index.html
index 498839c..d07633f 100644
--- a/web/ui/index.html
+++ b/web/ui/index.html
@@ -6,11 +6,11 @@
     <title>Benutzer</title>
     <link rel="stylesheet" type="text/css" href="/jslib/bootstrap/css/bootstrap.min.css">
     <link rel="stylesheet" type="text/css" href="stile.css">
-    <script id="tpl-user-list" type="x-tmpl-mustache">
+    <script id="tpl-list" type="x-tmpl-mustache">
       {{#List}}
-      {{#UserData}}
-        <option value="{{ id }}">{{ id }}</option>'
-      {{/UserData}}
+      {{#List}}
+        <option value="{{ String }}">{{ String }}</option>'
+      {{/List}}
       {{/List}}
     </script>
   </head>

--
Gitblit v1.9.3