Category:Cumulus MX: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
m
Line 751: Line 751:




(Aside: The "Success" message (with all possible alternatives) is defined in <tt>CumulusMX\interface\lib\datatableseditor\dataTables.altEditor.free.js</tt>, as this is definitely loaded for these screens, it is possible you can edit that script to make messages like "Success" appear in a different language).
(Aside: From version 3.6.1, the <tt>\CumulusMX\interface\js\datalogs.js</tt> uses a
<pre>language: {
            altEditor: {
                modalClose: 'Cancel',
                edit: {
                    title: 'Edit record',
                    button: 'Save'
                }
            }
        },</pre> construct to rename button names in <tt>CumulusMX\interface\lib\datatableseditor\dataTables.altEditor.free.js</tt>, although I would advise against editing any admin interface files, those who want to tinker with the admin interface could use this approach to get button names in their own language).


=== Data logs ===
=== Data logs ===
5,838

edits

Navigation menu