Console: Split up /help page, prep for translation (ticket #2298) (WIP)

Summary bar -> sidebar
Remove static translated help pages
Add jsp for LICENSE.txt
This commit is contained in:
zzz
2019-07-19 20:30:22 +00:00
parent d73058fd65
commit 365820172a
30 changed files with 189 additions and 1118 deletions

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "";