|
|
|
@ -1292,7 +1292,10 @@ function datenblatt_validate() {
@@ -1292,7 +1292,10 @@ function datenblatt_validate() {
|
|
|
|
|
bericht = document.getElementById('select_tablestylesheet').value; |
|
|
|
|
ausgfor = document.getElementById('select_Ausgabeformat').value; |
|
|
|
|
if ((bericht != "" && ausgfor != "")) { |
|
|
|
|
if (bericht == "tabelle_html.xsl" && ausgfor != "text/html") { |
|
|
|
|
if ( |
|
|
|
|
(bericht == "tabelle_html.xsl" || bericht == "tabelle_html_datenblatt.xsl") |
|
|
|
|
&& ausgfor != "text/html")
|
|
|
|
|
{ |
|
|
|
|
return false; |
|
|
|
|
} else { |
|
|
|
|
return true; |
|
|
|
|