This commit is contained in:
Gerald Raab
2007-12-04 14:20:36 +00:00
parent 262892f058
commit 3173ea2681
2 changed files with 4 additions and 7 deletions
+3 -6
View File
@@ -198,7 +198,7 @@
</table>
</td>
</tr>
<!--Menu Eintrag Freifächer-->
<!--Menu Eintrag Freifächer-->
<tr>
<td nowrap><a href="?Freifach" class="MenuItem1" onClick="return(js_toggle_container('Freifach'));"><img src="../skin/images/menu_item.gif" width="7" height="9">&nbsp;Freifach</a>
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Freifach" style="display: block;">
@@ -213,11 +213,8 @@
</table>
</td>
</tr>
<!-- <tr>
<td nowrap><a class="MenuItem1" href="lehre/freifach.php" target="main"><img src="../skin/images/menu_item.gif" width="7" height="9">&nbsp;Freif&auml;cher</a></td>
</tr>
</table> -->
</table>
</div>
<HR>
+1 -1
View File
@@ -134,7 +134,7 @@ function selectAll()
foreach ($emailarr as $mail)
$emailstr .= $mail."@technikum-wien.at, ";
echo "<a href='mailto:".$emailstr."'>Mail an alle Lektoren</a><br>(".$emailstr.")";
echo "<a href='mailto:".$emailstr."'>Mail an alle LektorInnen</a><br>(".$emailstr.")";
echo "</form>";
?>