diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 5291f79e..cf316d21 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -996,6 +996,14 @@ Have fun!
Version specific upgrade instructions +
+ 5.4 -> 5.5 + + LAM Pro requires a license key. You can find it in your customer + profile. +
+
5.1 -> 5.4 @@ -1356,6 +1364,27 @@ Have fun! The default password for new installations is "lam". Now you can edit the general settings. +
+ License (LAM Pro only) + + This is only required when you run LAM Pro. Please enter the + license key from your customer + profile. In case you have purchased multiple licenses please + only enter one license key block per installation. + + When you entered the license key then the license details can be + seen on LAM configuration overview page. + + + + + + + + +
+
Security settings diff --git a/lam/docs/manual-sources/images/configGeneral7.png b/lam/docs/manual-sources/images/configGeneral7.png new file mode 100644 index 00000000..a06c3241 Binary files /dev/null and b/lam/docs/manual-sources/images/configGeneral7.png differ diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index 994555b1..a51964a8 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -135,6 +135,11 @@ input { padding: 1em; } +.spacing5 { + border-spacing: 5px; + border-collapse: separate; +} + .hoverHighlight { border: 1px solid transparent; }