2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00

commandref_join.html: Added placeholder/links for non-existent DE

git-svn-id: https://svn.fhem.de/fhem/trunk@4806 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-02-04 13:12:02 +00:00
parent a24bf3a99d
commit 377450df92

View File

@ -103,6 +103,18 @@ foreach my $lang (@lang) {
if($dosMode);
print "*** $lang $mods{$mod}: No document text found\n"
if(!$suffix && !$docCount && !$dosMode);
if($suffix && !$docCount && !$dosMode) {
if($lang eq "DE") {
print OUT << "EOF";
<a name="$mod"></a>
<h3>$mod</h3>
<ul>
Sorry, keine deutsche Dokumentation vorhanden.
Die englische Doku gibt es hier: <a href='commandref.html#$mod'>$mod</a><br/>
</ul>
EOF
}
}
print "$lang $mods{$mod}: No <a name=\"$mod\"> link\n"
if(!$suffix && $docCount && !$hasLink);