reformatting
This commit is contained in:
parent
e6a5a5ad28
commit
52d7572a39
|
@ -9,13 +9,14 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="style/layout.css"></head><body>
|
||||
<div style="text-align: center;">
|
||||
<h1>Upgrade notes</h1></div>
|
||||
|
||||
|
||||
<h2>2.1.0 -> 2.2.0</h2>
|
||||
|
||||
<h3>Account lists</h3>
|
||||
Account lists now support to define tools. These are displayed as linked images like the edit and delete links in the list.<br>
|
||||
|
||||
Overwrite <span style="font-weight: bold;">lamList::getAdditionalTools()</span> to use this feature.<br>
|
||||
|
@ -27,11 +28,16 @@ The definition of account list options changed. The function <span style="font-w
|
|||
All options are now saved in cookies for one year.<br>
|
||||
|
||||
<br>
|
||||
<h3>Base module</h3>
|
||||
|
||||
|
||||
The <span style="font-weight: bold;">baseModule</span> class has a new protected option: <span style="font-weight: bold;">$autoAddObjectClasses </span>You can set it to false if you do not want that your module's object classes are added when creating or loading an account.<br>
|
||||
|
||||
<br>
|
||||
|
||||
Account modules can now have icons. See <span style="font-weight: bold;">baseModule->getIcon()</span>.<br>
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
<h2>2.0.0 -> 2.1.0</h2>
|
||||
|
|
Loading…
Reference in New Issue