Save and use templates in pad, code and slides

This commit is contained in:
yflory
2017-04-07 18:20:03 +02:00
parent a13261abaa
commit 84d8615cf1
8 changed files with 145 additions and 6 deletions

View File

@@ -219,7 +219,7 @@ define([
// Categories dislayed in the menu
// _WORKGROUP_ : do not display unsorted
var displayedCategories = [ROOT, UNSORTED, TRASH, SEARCH];
var displayedCategories = [ROOT, UNSORTED, TRASH, SEARCH, TEMPLATE];
if (isWorkgroup()) { displayedCategories = [ROOT, TRASH, SEARCH]; }
var lastSelectTime;