Popravki manjsih bugov pri evoli
This commit is contained in:
parent
f125d4a9f2
commit
ac8ef13043
@ -42,7 +42,7 @@
|
||||
dateFormat: "dd.mm.yy",
|
||||
showAnim: "slideDown",
|
||||
showOn: "button",
|
||||
buttonImage: "../../script/calendar/calendar.gif",
|
||||
buttonImage: "../../../script/calendar/calendar.gif",
|
||||
buttonImageOnly: true,
|
||||
buttonText: ""
|
||||
});
|
||||
@ -55,7 +55,7 @@
|
||||
dateFormat: "dd.mm.yy",
|
||||
showAnim: "slideDown",
|
||||
showOn: "button",
|
||||
buttonImage: "../../script/calendar/calendar.gif",
|
||||
buttonImage: "../../../script/calendar/calendar.gif",
|
||||
buttonImageOnly: true,
|
||||
buttonText: ""
|
||||
});
|
||||
|
@ -42,7 +42,7 @@
|
||||
dateFormat: "dd.mm.yy",
|
||||
showAnim: "slideDown",
|
||||
showOn: "button",
|
||||
buttonImage: "../../script/calendar/calendar.gif",
|
||||
buttonImage: "../../../script/calendar/calendar.gif",
|
||||
buttonImageOnly: true,
|
||||
buttonText: ""
|
||||
});
|
||||
@ -55,7 +55,7 @@
|
||||
dateFormat: "dd.mm.yy",
|
||||
showAnim: "slideDown",
|
||||
showOn: "button",
|
||||
buttonImage: "../../script/calendar/calendar.gif",
|
||||
buttonImage: "../../../script/calendar/calendar.gif",
|
||||
buttonImageOnly: true,
|
||||
buttonText: ""
|
||||
});
|
||||
|
@ -42,7 +42,7 @@
|
||||
dateFormat: "dd.mm.yy",
|
||||
showAnim: "slideDown",
|
||||
showOn: "button",
|
||||
buttonImage: "../../script/calendar/calendar.gif",
|
||||
buttonImage: "../../../script/calendar/calendar.gif",
|
||||
buttonImageOnly: true,
|
||||
buttonText: ""
|
||||
});
|
||||
@ -55,7 +55,7 @@
|
||||
dateFormat: "dd.mm.yy",
|
||||
showAnim: "slideDown",
|
||||
showOn: "button",
|
||||
buttonImage: "../../script/calendar/calendar.gif",
|
||||
buttonImage: "../../../script/calendar/calendar.gif",
|
||||
buttonImageOnly: true,
|
||||
buttonText: ""
|
||||
});
|
||||
|
@ -42,7 +42,7 @@
|
||||
dateFormat: "dd.mm.yy",
|
||||
showAnim: "slideDown",
|
||||
showOn: "button",
|
||||
buttonImage: "../../script/calendar/calendar.gif",
|
||||
buttonImage: "../../../script/calendar/calendar.gif",
|
||||
buttonImageOnly: true,
|
||||
buttonText: ""
|
||||
});
|
||||
@ -55,7 +55,7 @@
|
||||
dateFormat: "dd.mm.yy",
|
||||
showAnim: "slideDown",
|
||||
showOn: "button",
|
||||
buttonImage: "../../script/calendar/calendar.gif",
|
||||
buttonImage: "../../../script/calendar/calendar.gif",
|
||||
buttonImageOnly: true,
|
||||
buttonText: ""
|
||||
});
|
||||
|
@ -985,11 +985,16 @@ class JsController extends Controller
|
||||
|
||||
if($evoli_teammeter){
|
||||
echo ' var obj = document.forms[\'vnos\'].elements[\'evoli_tm_department\']; ' . "\n";
|
||||
echo ' if (obj.value == 0) { ' . "\n";
|
||||
echo ' hard = false; ' . "\n";
|
||||
echo ' submitAlert(\'#spremenljivka_evoli_tm_department\', \'add\', \'require\', \'hard\', validation, false, false, false, false); ' . "\n";
|
||||
echo ' } else { ' . "\n";
|
||||
echo ' submitAlert(\'#spremenljivka_evoli_tm_department\', \'remove\', \'require\', \'hard\', validation, false, false, false, false); ' . "\n";
|
||||
|
||||
echo ' if (typeof(obj) != "undefined" && obj != null) { ' . "\n";
|
||||
|
||||
echo ' if (obj.value == 0) { ' . "\n";
|
||||
echo ' hard = false; ' . "\n";
|
||||
echo ' submitAlert(\'#spremenljivka_evoli_tm_department\', \'add\', \'require\', \'hard\', validation, false, false, false, false); ' . "\n";
|
||||
echo ' } else { ' . "\n";
|
||||
echo ' submitAlert(\'#spremenljivka_evoli_tm_department\', \'remove\', \'require\', \'hard\', validation, false, false, false, false); ' . "\n";
|
||||
echo ' } ' . "\n";
|
||||
|
||||
echo ' } ' . "\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user