mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
donate custom td colspan 2
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ JS;
|
||||
begin_main_frame();
|
||||
$total = (clone $query)->count();
|
||||
list($pagertop, $pagerbottom, $limit, $offset, $pageSize) = pager(50, $total, $pagerParam);
|
||||
$list = (clone $query)->with(['user', 'torrent', 'snatch'])->get();
|
||||
$list = (clone $query)->with(['user', 'torrent', 'snatch'])->offset($offset)->limit($pageSize)->orderBy('id', 'desc')->get();
|
||||
print("<table id='claim-table' width='100%'>");
|
||||
print("<tr>
|
||||
<td class='colhead' align='center'>".nexus_trans('claim.th_id')."</td>
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@ else
|
||||
print("<table width=100%>");
|
||||
print("<tr><td colspan=2 class=text align=left>".$lang_donate['text_donation_note']."</td></tr>");
|
||||
if ($custom) {
|
||||
echo sprintf('<tr><td class="text" align="left">%s</td></tr>', format_comment($custom));
|
||||
echo sprintf('<tr><td class="text" align="left" colspan="2">%s</td></tr>', format_comment($custom));
|
||||
}
|
||||
print("<tr>");
|
||||
if ($showpaypal){
|
||||
|
||||
Reference in New Issue
Block a user