Fixing style errors.
This commit is contained in:
parent
5757159c30
commit
103efbbe5b
@ -6588,7 +6588,7 @@ abstract class CommonObject
|
|||||||
$out .= '<td class="';
|
$out .= '<td class="';
|
||||||
//$out .= "titlefield";
|
//$out .= "titlefield";
|
||||||
//if (GETPOST('action', 'none') == 'create') $out.='create';
|
//if (GETPOST('action', 'none') == 'create') $out.='create';
|
||||||
// BUG #11554 : For public page, use red dot for required fields, instead of bold label
|
// BUG #11554 : For public page, use red dot for required fields, instead of bold label
|
||||||
$context = isset($params["context"]) ? $params["context"] : "none";
|
$context = isset($params["context"]) ? $params["context"] : "none";
|
||||||
if ($context=="public") { // Public page : red dot instead of bold ble characters
|
if ($context=="public") { // Public page : red dot instead of bold ble characters
|
||||||
$out .= '">';
|
$out .= '">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user