Fixing style errors.
This commit is contained in:
parent
c581024c8c
commit
0427cce9b2
@ -218,7 +218,7 @@ if (!empty($conf->global->MEMBER_ENABLE_PUBLIC)) {
|
|||||||
print $form->selectyesno("MEMBER_NEWFORM_EDITAMOUNT", (!empty($conf->global->MEMBER_NEWFORM_EDITAMOUNT) ? $conf->global->MEMBER_NEWFORM_EDITAMOUNT : 0), 1);
|
print $form->selectyesno("MEMBER_NEWFORM_EDITAMOUNT", (!empty($conf->global->MEMBER_NEWFORM_EDITAMOUNT) ? $conf->global->MEMBER_NEWFORM_EDITAMOUNT : 0), 1);
|
||||||
print "</td></tr>\n";
|
print "</td></tr>\n";
|
||||||
|
|
||||||
// SHow counter of validated members publicly
|
// SHow counter of validated members publicly
|
||||||
print '<tr class="oddeven" id="tredit"><td>';
|
print '<tr class="oddeven" id="tredit"><td>';
|
||||||
print $langs->trans("MemberCountersArePublic");
|
print $langs->trans("MemberCountersArePublic");
|
||||||
print '</td><td>';
|
print '</td><td>';
|
||||||
|
|||||||
@ -776,7 +776,7 @@ if (!empty($conf->global->MEMBER_SKIP_TABLE) || !empty($conf->global->MEMBER_NEW
|
|||||||
print '<th class="center">'.$langs->trans("Amount").'</th>';
|
print '<th class="center">'.$langs->trans("Amount").'</th>';
|
||||||
print '<th class="center">'.$langs->trans("MembersNature").'</th>';
|
print '<th class="center">'.$langs->trans("MembersNature").'</th>';
|
||||||
print '<th class="center">'.$langs->trans("VoteAllowed").'</th>';
|
print '<th class="center">'.$langs->trans("VoteAllowed").'</th>';
|
||||||
if($publiccounters) print '<th class="center">'.$langs->trans("Members").'</th>';
|
if ($publiccounters) print '<th class="center">'.$langs->trans("Members").'</th>';
|
||||||
print '<th class="center">'.$langs->trans("NewSubscription").'</th>';
|
print '<th class="center">'.$langs->trans("NewSubscription").'</th>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
|
||||||
@ -817,7 +817,7 @@ if (!empty($conf->global->MEMBER_SKIP_TABLE) || !empty($conf->global->MEMBER_NEW
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td class="center">'.yn($objp->vote).'</td>';
|
print '<td class="center">'.yn($objp->vote).'</td>';
|
||||||
$membercount = $objp->membercount>0? $objp->membercount: "–";
|
$membercount = $objp->membercount>0? $objp->membercount: "–";
|
||||||
if($publiccounters) print '<td class="center">'.$membercount.'</td>';
|
if ($publiccounters) print '<td class="center">'.$membercount.'</td>';
|
||||||
print '<td class="center"><button class="button button-save reposition" name="typeid" type="submit" name="submit" value="'.$objp->rowid.'">'.$langs->trans("GetMembershipButtonLabel").'</button></td>';
|
print '<td class="center"><button class="button button-save reposition" name="typeid" type="submit" name="submit" value="'.$objp->rowid.'">'.$langs->trans("GetMembershipButtonLabel").'</button></td>';
|
||||||
print "</tr>";
|
print "</tr>";
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user