From 491da0cc1ca0c3cac80faef5dcf2b8ade16b0d62 Mon Sep 17 00:00:00 2001 From: benweet Date: Fri, 27 Dec 2013 01:01:17 +0100 Subject: [PATCH] Prepare release --- public/res/extensions/documentManager.js | 5 +- public/res/html/bodyIndex.html | 80 +++++++++---------- .../res/html/dialogManageSharingLocation.html | 2 +- public/res/libs/ace_mode_highlight_rules.js | 20 ++--- public/res/styles/main.less | 11 ++- public/res/themes/school.less | 5 +- 6 files changed, 62 insertions(+), 61 deletions(-) diff --git a/public/res/extensions/documentManager.js b/public/res/extensions/documentManager.js index 7749c6ae..15ffd415 100644 --- a/public/res/extensions/documentManager.js +++ b/public/res/extensions/documentManager.js @@ -143,7 +143,7 @@ define([ // Root folder var documentListHtml = [ - '', + '', '', '
', _.size(orphanDocumentList), @@ -281,6 +281,9 @@ define([ // Set checkbox event listeners $(documentListElt.querySelectorAll('[type=checkbox]')).change(doActiveButtons); + + // Open root folder by default + $(documentListElt.querySelectorAll('.root-folder')).click(); }, 50); documentManager.onFileCreated = refreshManager; diff --git a/public/res/html/bodyIndex.html b/public/res/html/bodyIndex.html index d2d50c54..1beb4283 100644 --- a/public/res/html/bodyIndex.html +++ b/public/res/html/bodyIndex.html @@ -171,8 +171,8 @@ class="action-reset-input list-group-item"> Manage publication - Sharing + class="action-reset-input list-group-item"> + Sharing...