mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Remove unused languages from CGI interface.
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3697 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
963feb2288
commit
174cd5189a
2 changed files with 0 additions and 4 deletions
|
|
@ -68,8 +68,6 @@ target="_top">LinkChecker</a>)
|
|||
<td><select name="language">
|
||||
<option value="de" selected>Deutsch</option>
|
||||
<option value="C">Englisch</option>
|
||||
<option value="fr">Französisch</option>
|
||||
<option value="nl">Niederländisch</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -59,9 +59,7 @@ target="_top">LinkChecker</a>)
|
|||
<td><input type="checkbox" name="errors"></td>
|
||||
<td>Output language:</td>
|
||||
<td><select name="language">
|
||||
<option value="nl">Dutch</option>
|
||||
<option value="C" selected>English</option>
|
||||
<option value="fr">French</option>
|
||||
<option value="de">German</option>
|
||||
</select>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue