I just fixed a little error in the last image
Kartu in default value into core_zLang, shouldn't it appear "default" instead of "backslash"?
name: "dateSeparator",
title: langL("OPTION_DATE_SEPARATOR"),
defaultValue: "backslash",
values: ["default", "minus", "dot", "space", "none"],
valueTitles: {
"default": "/",
"minus": "-",
"dot": ".",
"space": langL("VALUE_SPACE"),
"none": langL("VALUE_NONE")
}
Last edited by VICTORSJG; 05-18-2010 at 05:45 AM.
|