Added a string to let people know to install abiword to enable import
This commit is contained in:
parent
5f46ac2b01
commit
eec22c4b70
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ var padimpexp = (function()
|
||||||
$("#exportopena").remove();
|
$("#exportopena").remove();
|
||||||
$("#importexport").css({"height":"115px"});
|
$("#importexport").css({"height":"115px"});
|
||||||
$("#importexportline").css({"height":"115px"});
|
$("#importexportline").css({"height":"115px"});
|
||||||
$("#import").html("Import is not available");
|
$("#import").html("Import is not available. To enable import please install abiword");
|
||||||
}
|
}
|
||||||
else if(clientVars.abiwordAvailable == "withoutPDF")
|
else if(clientVars.abiwordAvailable == "withoutPDF")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue