From 3ad4db4a15b4ba59c65e2af797967941f2cb2ba2 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Tue, 21 Feb 2017 13:40:24 +0000
Subject: [PATCH] SessionManager angepasst

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

diff --git a/web/ui/index.html b/web/ui/index.html
index be73900..b26a150 100644
--- a/web/ui/index.html
+++ b/web/ui/index.html
@@ -20,11 +20,11 @@
     </script>
     <script id="tpl-bcr" type="x-tmpl-mustache">
       {{#files}}
-          <a class="breadcrumb-item" href="{{ relPath }}">{{ fName }}</a>
+          <a class="breadcrumb-item" rpath="{{ relPath }}" href="#">{{ fName }}</a>
       {{/files}}
     </script>
     <script id="tpl-bcr2" type="x-tmpl-mustache">
-      <span class="breadcrumb-item active">Bootstrap</span>
+      <span class="breadcrumb-item active">{{ fName }}</span>
     </script>
     <script id="tpl-bcr3" type="x-tmpl-mustache">
       <div class="pull-right align-middle">
@@ -43,6 +43,7 @@
             <div class="dropdown-menu">
               <a id="newTextFile" class="dropdown-item" href="#">Neue Text-Datei..</a>
               <a class="dropdown-item" href="#">Neues Dokument..</a>
+              <a id="newFolder" class="dropdown-item" href="#">Neuer Ordner..</a>
               <div class="dropdown-divider"></div>
               <a class="dropdown-item" href="#">Ansehen als Code</a>
               <a class="dropdown-item" href="#">Ansehen als Dokument</a>
@@ -169,7 +170,7 @@
                 </button>
               </div>
               <div class="modal-body">
-                <p>Dateiname?</p>
+                <p id="dialogfrage">Dateiname?</p>
                 <input class="form-control eingabe" type="text" size="20" maxlength="250" placeholder="Dateiname" name="dateiname" id="dateiname">
               </div>
               <div class="modal-footer">

--
Gitblit v1.9.3