Firstly, I am using Fusion turquoiseyellow template using fusionSF.js.
I modified index.html, and fusionSF.js to achieve my goal.
Under
window.onload = function () {
//if it is first time load fusion
Fusion.initializeLocale(); //need to call this first if
String.Transl
Thanks to RenoSun and Hans for your help,
I used the Hans solution becouse it appears to be easier, and it works. Very
clever.
--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-user
Please don't misunderstand. My comment was more who else is willing so as not
to burden you...
From: mapguide-users on behalf of
Jackie Ng
Sent: Monday, January 8, 2018 10:56 PM
To: mapguide-users@lists.osgeo.org
Subject: Re: [mapguide-users] Moving to MGOS f
We moved from AIMS to MGOS about 5 years ago. Autodesk told us, to be able to
sell AIMS we had to start selling all of Autodesks products. That is when we
decided to go Open Source. Support from Autodesk was crap and just to obtain
a license took 1-2 weeks. New support personal all the time and cou
My edits:
*markupmain.php*
[...]
function SubmitCommand(cmd)
{
var commandInput = document.getElementById("commandInput");
commandInput.value = cmd;
if (cmd == CMD_EDIT) {
*markupForm.action = "editmarkup.php?LOCALE="+"";*
} else if (cmd == CMD_UPLOAD) {
marku