2011-08-10 Javier Lanz <javier.lanz@artica.es>
* operation/agentes/exportdata.php: Fixed an ugly spelling mistake git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4708 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ca3404a8ff
commit
01fd21655e
|
@ -1,3 +1,7 @@
|
||||||
|
2011-08-10 Javier Lanz <javier.lanz@artica.es>
|
||||||
|
|
||||||
|
* operation/agentes/exportdata.php: Fixed an ugly spelling mistake
|
||||||
|
|
||||||
2011-08-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
2011-08-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* include/functions_config.php: Fixed premature warning message about db
|
* include/functions_config.php: Fixed premature warning message about db
|
||||||
|
|
|
@ -394,7 +394,7 @@ $(document).ready (function () {
|
||||||
success: function(msg){
|
success: function(msg){
|
||||||
if (msg.length == 0) {
|
if (msg.length == 0) {
|
||||||
$("#text-agent").css ('background-color', '#FF8080');
|
$("#text-agent").css ('background-color', '#FF8080');
|
||||||
$("#text-agent").val("<?php echo __("None agent in this category");?>");
|
$("#text-agent").val("<?php echo __("No agents in this category");?>");
|
||||||
$("#text-agent").attr("disabled", true);
|
$("#text-agent").attr("disabled", true);
|
||||||
$("#text-agent").css ('color', '#000000');
|
$("#text-agent").css ('color', '#000000');
|
||||||
inputActive = false;
|
inputActive = false;
|
||||||
|
|
Loading…
Reference in New Issue