Fehler bei "nachgereicht" für Dokumentupload aus FAS behoben

This commit is contained in:
Karl Burkhart
2014-04-04 11:13:57 +00:00
parent 75d0e4d225
commit ebe804e145
3 changed files with 8 additions and 12 deletions
+1 -7
View File
@@ -20,7 +20,7 @@
* Rudolf Hangl <rudolf.hangl@technikum-wien.at>.
*/
// Oberflaeche zur Aenderung von Beispielen und Upload von Bildern
// Oberflaeche zum Upload von Dokumenten aus dem FAS
require_once('../config/vilesci.config.inc.php');
require_once('../include/functions.inc.php');
require_once('../include/person.class.php');
@@ -218,11 +218,5 @@ else
}
?>
<script type="text/javascript">
function disableTitle(dis)
{
document.getElementById('titel_intern').disabled = dis;
}
</script>
</body>
</html>