Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 31, 2019
1 parent 4c31749 commit a0c0b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/adherents/admin/website.php
Expand Up @@ -136,7 +136,7 @@ function initfields()
}


print $langs->trans("BlankSubscriptionFormDesc").'<br><br>';
print '<span class="opacitymedium">'.$langs->trans("BlankSubscriptionFormDesc").'</span><br><br>';


$enabledisablehtml = $langs->trans("EnablePublicSubscriptionForm").' ';
Expand Down
2 changes: 1 addition & 1 deletion htdocs/core/tpl/admin_extrafields_view.tpl.php
Expand Up @@ -39,7 +39,7 @@
<!-- BEGIN PHP TEMPLATE admin_extrafields_view.tpl.php -->
<?php

print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";
print '<span class="opacitymedium">'.$langs->trans("DefineHereComplementaryAttributes",$textobject).'</span><br>'."\n";
print '<br>';

// Load attribute_label
Expand Down

0 comments on commit a0c0b37

Please sign in to comment.