@@ -184,6 +184,8 @@ Although it's tempting and easy, avoid adding javascript into the html files. Th
It is assumed that only the administrator will be accessing the web interface, so dealing with collisions between multiple users making contradicting changes to the same things at the same time isn't necessary.
The web interface operates in a strictly sequential/synchronous mode. So if you try to install multiple apps it puts them into a queue and does the installs one after another. The same applies for app removals.
** How translations happen
Translations are stored within *webadmin/translations*. When you select a language html files are copied from *webadmin/EN* and then the English strings are searched and replaced. Strings to be translated are indicated within the html files with the parameter *translate=*"*yes*".
@@ -477,6 +477,10 @@ Although it's tempting and easy, avoid adding javascript into the html files. Th
<p>
It is assumed that only the administrator will be accessing the web interface, so dealing with collisions between multiple users making contradicting changes to the same things at the same time isn't necessary.
</p>
<p>
The web interface operates in a strictly sequential/synchronous mode. So if you try to install multiple apps it puts them into a queue and does the installs one after another. The same applies for app removals.