Code

Updated elements
[gosa.git] / gosa-core / html / main.php
index f9e19fa341a9299e1d01dd558d2d8b7b107829e3..2017cd73ed984a384048d55449b874b0ca730144 100644 (file)
@@ -268,7 +268,7 @@ if (isset($_GET['reset'])){
 $smarty->assign ("logo", "<div style='float:left'>".image("themes/modern/images/logo.png")."</div>");
 $smarty->assign ("date", date("l, dS F Y H:i:s O"));
 $smarty->assign ("lang", preg_replace('/_.*$/', '', $lang));
-$smarty->assign ("must", "<font class=\"must\">*</font>");
+$smarty->assign ("must", "<span class='required'>*</span>");
 if (isset($plug)){
   $plug= "?plug=$plug";
 } else {