Browse Source

Update list_diyform.htm

tags/6.2.5
叙述、别离 1 year ago
parent
commit
ab3ad5897b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/theme/plus/list_diyform.htm

+ 2
- 2
src/theme/plus/list_diyform.htm View File

@@ -28,8 +28,8 @@
if (!empty($fields))
{
echo '<tbody>';
echo '<tr><td bgcolor="#eeeeee" width="20%">id</td>';
echo '<td bgcolor="#eeeeee"><div class="left">'.$fields['id'].'</div><div class="right"><a href="diy.php?action=view&diyid='.$diy->diyid.'&id='.$fields['id'].'" target="_blank">详细</a></div></td></tr>';
echo '<tr><td width="30%" bgcolor="#f5f5f5">id</td>';
echo '<td bgcolor="#f5f5f5">'.$fields['id'].'<a href="diy.php?action=view&diyid='.$diy->diyid.'&id='.$fields['id'].'" target="_blank">详细</a></td></tr>';
foreach($fieldlist as $field=>$fielddata)
{
if ($fields[$field]=='') continue;


Loading…
Cancel
Save