@@ -182,6 +182,8 @@ The user interface is regenerated by the function *install_web_admin* within *sr
Although it's tempting and easy, avoid adding javascript into the html files. The policy is to /keep the web interface free from javascript/, so that if you're using noscript or have javascript turned off then the interface can still be used without any loss of functionality.
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.
** 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*".
@@ -473,6 +473,10 @@ The user interface is regenerated by the function <b>install_web_admin</b> withi
<p>
Although it's tempting and easy, avoid adding javascript into the html files. The policy is to <i>keep the web interface free from javascript</i>, so that if you're using noscript or have javascript turned off then the interface can still be used without any loss of functionality.
</p>
<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.