Procházet zdrojové kódy

修正自定义字段发布布局问题

tags/6.2.7
叙述、别离 před 1 rokem
rodič
revize
8ac04d86e5
16 změnil soubory, kde provedl 72 přidání a 91 odebrání
  1. +1
    -3
      src/admin/templets/album_add.htm
  2. +1
    -3
      src/admin/templets/album_edit.htm
  3. +1
    -3
      src/admin/templets/archives_add.htm
  4. +1
    -3
      src/admin/templets/archives_edit.htm
  5. +1
    -3
      src/admin/templets/archives_sg_add.htm
  6. +1
    -3
      src/admin/templets/archives_sg_edit.htm
  7. +1
    -3
      src/admin/templets/article_add.htm
  8. +1
    -3
      src/admin/templets/article_edit.htm
  9. +1
    -3
      src/admin/templets/soft_add.htm
  10. +1
    -3
      src/admin/templets/soft_edit.htm
  11. +1
    -3
      src/admin/templets/spec_add.htm
  12. +1
    -3
      src/admin/templets/spec_edit.htm
  13. +15
    -7
      src/static/web/css/admin.css
  14. +1
    -1
      src/static/web/css/style.css
  15. +34
    -41
      src/system/typelink/typeunit.class.admin.php
  16. +10
    -6
      src/theme/system/custom_fields_admin.htm

+ 1
- 3
src/admin/templets/album_add.htm Zobrazit soubor

@@ -266,9 +266,7 @@
</table>
</td>
</tr>
<tr>
<td><?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield');?></td>
</tr>
<?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield');?>
<tr>
<td class="admin-td">
<table cellspacing="0" cellpadding="0">


+ 1
- 3
src/admin/templets/album_edit.htm Zobrazit soubor

@@ -194,9 +194,7 @@
</td>
</tr>
<?php }?>
<tr>
<td><?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield');?></td>
</tr>
<?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield');?>
<tr>
<td class="admin-td">
<table cellspacing="0" cellpadding="0">


+ 1
- 3
src/admin/templets/archives_add.htm Zobrazit soubor

@@ -221,9 +221,7 @@
</table>
</td>
</tr>
<tr>
<td class="admin-td"><?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']));?></td>
</tr>
<?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']));?>
<tr>
<td class="admin-td">
<table cellspacing="0" cellpadding="0">


+ 1
- 3
src/admin/templets/archives_edit.htm Zobrazit soubor

@@ -195,9 +195,7 @@
</td>
</tr>
<?php }}?>
<tr>
<td class="admin-td"><?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow);?></td>
</tr>
<?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow);?>
<tr>
<td class="admin-td">
<table cellspacing="0" cellpadding="0">


+ 1
- 3
src/admin/templets/archives_sg_add.htm Zobrazit soubor

@@ -134,9 +134,7 @@
</table>
</td>
</tr>
<tr>
<td><?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield');?></td>
</tr>
<?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield');?>
<tr bgcolor="#f5f5f5">
<td align="center" class="admin-td">
<button type="submit" class="btn btn-success btn-sm">保存</button>


+ 1
- 3
src/admin/templets/archives_sg_edit.htm Zobrazit soubor

@@ -133,9 +133,7 @@
</td>
</tr>
<?php }?>
<tr>
<td><?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield');?></td>
</tr>
<?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield');?>
<tr bgcolor="#f5f5f5">
<td align="center" class="admin-td">
<button type="submit" class="btn btn-success btn-sm">保存</button>


+ 1
- 3
src/admin/templets/article_add.htm Zobrazit soubor

@@ -229,9 +229,7 @@
</table>
</td>
</tr>
<tr>
<td><?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield');?></td>
</tr>
<?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield');?>
<tr>
<td class="admin-td"><?php GetEditor("body",$body,400);?></td>
<td id="mPic" style="display:none"></td>


+ 1
- 3
src/admin/templets/article_edit.htm Zobrazit soubor

@@ -193,9 +193,7 @@
</table>
</td>
</tr>
<tr>
<td><?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield');?></td>
</tr>
<?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield');?>
<tr>
<td class="admin-td">
<table cellspacing="0" cellpadding="0">


+ 1
- 3
src/admin/templets/soft_add.htm Zobrazit soubor

@@ -325,9 +325,7 @@
</table>
</td>
</tr>
<tr>
<td><?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield');?></td>
</tr>
<?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield');?>
<tr>
<td class="admin-td">
<table cellspacing="0" cellpadding="0">


+ 1
- 3
src/admin/templets/soft_edit.htm Zobrazit soubor

@@ -320,9 +320,7 @@
</table>
</td>
</tr>
<tr>
<td><?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield');?></td>
</tr>
<?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield');?>
<tr>
<td class="admin-td">
<table cellspacing="0" cellpadding="0">


+ 1
- 3
src/admin/templets/spec_add.htm Zobrazit soubor

@@ -173,9 +173,7 @@
</table>
</td>
</tr>
<tr>
<td><?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield');?></td>
</tr>
<?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield');?>
<tr>
<td class="admin-td p-0">
<table width="100%" cellspacing="2" cellpadding="2">


+ 1
- 3
src/admin/templets/spec_edit.htm Zobrazit soubor

@@ -175,9 +175,7 @@
</table>
</td>
</tr>
<tr>
<td><?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield');?></td>
</tr>
<?php PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield');?>
<tr>
<td class="admin-td">
<table width="100%" cellspacing="2" cellpadding="2">


+ 15
- 7
src/static/web/css/admin.css Zobrazit soubor

@@ -243,8 +243,8 @@ body.hidemenu .body-right {
margin-left:5px
}
.top-item ul li {
position:relative;
float:left;
position:relative;
padding-left:30px;
height:60px;
line-height:60px
@@ -269,8 +269,8 @@ body.hidemenu .body-right {
}
.search-input {
width:160px;
height:26px;
line-height:26px;
height:28px;
line-height:28px;
font-size:12px;
background:#fff;
border:0
@@ -373,6 +373,7 @@ body.hidemenu .body-right {
}
.coolbg2 {
height:28px;
line-height:28px;
background:#dfddd2;
border:1px solid #dee2e6
}
@@ -392,6 +393,7 @@ body.hidemenu .body-right {
.coolbg3 {
width:140px;
height:28px;
line-height:28px;
background:#dfddd2;
border:1px solid #bdc5b4;
text-align:right
@@ -432,7 +434,8 @@ body.hidemenu .body-right {
}
.pubdlg .title {
padding-left:.65rem;
line-height:30px;
height:28px;
line-height:28px;
font-weight:600;
color:#545b62;
background:#f5f5f5;
@@ -546,14 +549,19 @@ body.hidemenu .body-right {
}
.admin-win {
background:#f5f5f5;
border:1px solid #dee2e6
border:1px solid #dee2e6!important
}
.admin-win-iframe {
width:100%;
height:360px
}
.admin-border {
border:1px solid #dee2e6
border:1px solid #dee2e6!important
}
.admin-main-sort {
margin-left:1rem;
width:30px;
text-align:center
}
.admin-td {
padding:.65rem;
@@ -565,7 +573,7 @@ body.hidemenu .body-right {
}
.admin-textarea-sm {
width:360px;
height:50px
height:60px
}
.admin-input-lg {
width:380px


+ 1
- 1
src/static/web/css/style.css Zobrazit soubor

@@ -34,7 +34,7 @@ ul,ol,li {
}
h1,h2,h3,h4,h5,h6 {
margin:0;
line-height:1.5;
line-height:1.6;
font-weight:600;
color:#393d49
}


+ 34
- 41
src/system/typelink/typeunit.class.admin.php Zobrazit soubor

@@ -65,7 +65,7 @@ class TypeUnit
}
}
/**
* 读出所有分类,在栏目管理页list_type中使用
* 读出所有分类在栏目管理页list_type中使用
*
* @access public
* @param int $channel 栏目id
@@ -108,42 +108,40 @@ class TypeUnit
$nss = '';
}
echo "<table width='100%' cellspacing='0' cellpadding='2'>";
//普通列表
if ($ispart == 0) {
//列表栏目
echo "<tr>";
echo "<td class='admin-td'><table width='98%' cellspacing='0' cellpadding='0'><tr><td width='50%'><i id='img".$id."' onClick=\"LoadSuns('suns".$id."',$id);\" class='fa fa-plus-square'></i><input type='checkbox' name='tids[]' value='{$id}' class='mr-3 ml-3'><span class='btn btn-success btn-xs'>列表</span>{$nss}<a href='catalog_do.php?cid=".$id."&dopost=listArchives' class='mr-3 ml-3'>".$typeName."</a>[id:".$id."](文档数:".$this->GetTotalArc($id).")";
echo "</td><td align='right'>";
echo "<a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览' class='btn btn-light btn-sm'><i class='fa fa-eye'></i></a>";
echo "</td>";
echo "<td align='right'><a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览' class='btn btn-light btn-sm'><i class='fa fa-eye'></i></a>";
echo "<a href='catalog_do.php?cid={$id}&dopost=listArchives' title='文档' class='btn btn-light btn-sm'><i class='fa fa-file-text'></i></a>";
echo "<a href='catalog_add.php?id={$id}' title='添加' class='btn btn-light btn-sm'><i class='fa fa-plus-circle'></i></a>";
echo "<a href='catalog_edit.php?id={$id}' title='修改' class='btn btn-light btn-sm'><i class='fa fa-pencil-square'></i></a>";
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动' class='btn btn-light btn-sm'><i class='fa fa-share-square'></i></a>";
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i></a>";
echo "<input type='text' name='sortrank{$id}' value='{$rank}' style='margin-left:1rem;width:30px;text-align:center'></td></tr></table></td></tr>";
}
//带封面的栏目
else if ($ispart == 1) {
echo "<input type='text' name='sortrank{$id}' value='{$rank}' class='admin-main-sort'></td></tr></table></td></tr>";
} else if ($ispart == 1) {
//封面栏目
echo "<tr>";
echo "<td class='admin-td'><table width='98%' cellspacing='0' cellpadding='0'><tr><td width='50%'><i id='img".$id."' onClick=\"LoadSuns('suns".$id."',$id);\" class='fa fa-plus-square'></i><input type='checkbox' name='tids[]' value='{$id}' class='mr-3 ml-3'><span class='btn btn-warning btn-xs'>封面</span>{$nss}<a href='catalog_do.php?cid=".$id."&dopost=listArchives' class='mr-3 ml-3'>".$typeName."</a>[id:".$id."]";
echo "</td><td align='right'>";
echo "<a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览' class='btn btn-light btn-sm'><i class='fa fa-eye'></i></a>";
echo "</td>";
echo "<td align='right'><a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览' class='btn btn-light btn-sm'><i class='fa fa-eye'></i></a>";
echo "<a href='catalog_do.php?cid={$id}&dopost=listArchives' title='文档' class='btn btn-light btn-sm'><i class='fa fa-file-text'></i></a>";
echo "<a href='catalog_add.php?id={$id}' title='添加' class='btn btn-light btn-sm'><i class='fa fa-plus-circle'></i></a>";
echo "<a href='catalog_edit.php?id={$id}' title='修改' class='btn btn-light btn-sm'><i class='fa fa-pencil-square'></i></a>";
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动' class='btn btn-light btn-sm'><i class='fa fa-share-square'></i></a>";
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i></a>";
echo "<input type='text' name='sortrank{$id}' value='{$rank}' style='margin-left:1rem;width:30px;text-align:center'></td></tr></table></td></tr>";
}
//独立页面
else if ($ispart == 2) {
echo "<input type='text' name='sortrank{$id}' value='{$rank}' class='admin-main-sort'></td></tr></table></td></tr>";
} else if ($ispart == 2) {
//外部栏目
echo "<tr>";
echo "<td class='admin-td'><table width='98%' cellspacing='0' cellpadding='0'><tr><td width='50%'><i id='img".$id."' onClick=\"LoadSuns('suns".$id."',$id);\" class='fa fa-plus-square'></i><input type='checkbox' name='tids[]' value='{$id}' class='mr-3 ml-3'><span class='btn btn-primary btn-xs'>外部</span>{$nss}<a href='catalog_edit.php?id=".$id."' class='mr-3 ml-3'>".$typeName."</a>[id:".$id."]";
echo "</td><td align='right'>";
echo "<a href='{$typeDir}' target='_blank' title='预览' class='btn btn-light btn-sm'><i class='fa fa-eye'></i></a>";
echo "</td>";
echo "<td align='right'><a href='{$typeDir}' target='_blank' title='预览' class='btn btn-light btn-sm'><i class='fa fa-eye'></i></a>";
echo "<a href='catalog_edit.php?id={$id}' title='修改' class='btn btn-light btn-sm'><i class='fa fa-pencil-square'></i></a>";
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动' class='btn btn-light btn-sm'><i class='fa fa-share-square'></i></a>";
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i></a>";
echo "<input type='text' name='sortrank{$id}' value='{$rank}' style='margin-left:1rem;width:30px;text-align:center'></td></tr></table></td></tr>";
echo "<input type='text' name='sortrank{$id}' value='{$rank}' class='admin-main-sort'></td></tr></table></td></tr>";
}
echo "<tr><td colspan='2' id='suns".$id."' class='p-0'>";
$lastid = GetCookie('lastCid');
@@ -155,7 +153,7 @@ class TypeUnit
echo "</td></tr></table>";
$i++;
} if ($i === 0) {
echo "<div class='text-center py-3'>暂无栏目,请添加栏目</div>";
echo "<div class='text-center py-2'>暂无栏目,请添加栏目</div>";
}
}
/**
@@ -192,46 +190,43 @@ class TypeUnit
$nss = "<span class='btn btn-secondary btn-xs'>隐藏</span>";
} else {
$nss = '';
}
//普通列表
if ($ispart == 0) {
} if ($ispart == 0) {
//列表栏目
echo "<tr>";
echo "<td class='admin-td'><table width='98%' cellspacing='0' cellpadding='0'><tr><td width='50%'>";
echo "$step<i id='img".$id."' onClick=\"LoadSuns('suns".$id."',$id);\" class='fa fa-plus-square'></i><input type='checkbox' name='tids[]' value='{$id}' class='mr-3 ml-3'><span class='btn btn-success btn-xs'>列表</span>{$nss}<a href='catalog_do.php?cid=".$id."&dopost=listArchives' class='mr-3 ml-3'>".$typeName."</a>[id:".$id."](文档数:".$this->GetTotalArc($id).")";
echo "</td><td align='right'>";
echo "<a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览' class='btn btn-light btn-sm'><i class='fa fa-eye'></i></a>";
echo "</td>";
echo "<td align='right'><a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览' class='btn btn-light btn-sm'><i class='fa fa-eye'></i></a>";
echo "<a href='catalog_do.php?cid={$id}&dopost=listArchives' title='文档' class='btn btn-light btn-sm'><i class='fa fa-file-text'></i></a>";
echo "<a href='catalog_add.php?id={$id}' title='添加' class='btn btn-light btn-sm'><i class='fa fa-plus-circle'></i></a>";
echo "<a href='catalog_edit.php?id={$id}' title='修改' class='btn btn-light btn-sm'><i class='fa fa-pencil-square'></i></a>";
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动' class='btn btn-light btn-sm'><i class='fa fa-share-square'></i></a>";
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i></a>";
echo "<input type='text' name='sortrank{$id}' value='{$rank}' style='margin-left:1rem;width:30px;text-align:center'></td></tr></table></td></tr>";
}
//封面栏目
else if ($ispart == 1) {
echo "<input type='text' name='sortrank{$id}' value='{$rank}' class='admin-main-sort'></td></tr></table></td></tr>";
} else if ($ispart == 1) {
//封面栏目
echo "<tr>";
echo "<td class='admin-td'><table width='98%' cellspacing='0' cellpadding='0'><tr><td width='50%'>";
echo "$step<i id='img".$id."' onClick=\"LoadSuns('suns".$id."',$id);\" class='fa fa-plus-square'></i><input type='checkbox' name='tids[]' value='{$id}' class='mr-3 ml-3'><span class='btn btn-warning btn-xs'>封面</span>{$nss}<a href='catalog_do.php?cid=".$id."&dopost=listArchives' class='mr-3 ml-3'>".$typeName."</a>[id:".$id."]";
echo "</td><td align='right'>";
echo "<a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览' class='btn btn-light btn-sm'><i class='fa fa-eye'></i></a>";
echo "</td>";
echo "<td align='right'><a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览' class='btn btn-light btn-sm'><i class='fa fa-eye'></i></a>";
echo "<a href='catalog_do.php?cid={$id}&dopost=listArchives' title='文档' class='btn btn-light btn-sm'><i class='fa fa-file-text'></i></a>";
echo "<a href='catalog_add.php?id={$id}' title='添加' class='btn btn-light btn-sm'><i class='fa fa-plus-circle'></i></a>";
echo "<a href='catalog_edit.php?id={$id}' title='修改' class='btn btn-light btn-sm'><i class='fa fa-pencil-square'></i></a>";
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动' class='btn btn-light btn-sm'><i class='fa fa-share-square'></i></a>";
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i></a>";
echo "<input type='text' name='sortrank{$id}' value='{$rank}' style='margin-left:1rem;width:30px;text-align:center'></td></tr></table></td></tr>";
}
//独立页面
else if ($ispart == 2) {
echo "<input type='text' name='sortrank{$id}' value='{$rank}' class='admin-main-sort'></td></tr></table></td></tr>";
} else if ($ispart == 2) {
//外部栏目
echo "<tr>";
echo "<td class='admin-td'><table width='98%' cellspacing='0' cellpadding='0'><tr><td width='50%'>";
echo "$step<i id='img".$id."' onClick=\"LoadSuns('suns".$id."',$id);\" class='fa fa-plus-square'></i><input type='checkbox' name='tids[]' value='{$id}' class='mr-3 ml-3'><span class='btn btn-primary btn-xs'>外部</span>{$nss}<a href='catalog_do.php?cid=".$id."&dopost=listArchives' class='mr-3 ml-3'>".$typeName."</a>[id:".$id."]";
echo "</td><td align='right'>";
echo "<a href='{$typeDir}' target='_blank' title='预览' class='btn btn-light btn-sm'><i class='fa fa-eye'></i></a>";
echo "</td>";
echo "<td align='right'><a href='{$typeDir}' target='_blank' title='预览' class='btn btn-light btn-sm'><i class='fa fa-eye'></i></a>";
echo "<a href='catalog_edit.php?id={$id}' title='修改' class='btn btn-light btn-sm'><i class='fa fa-pencil-square'></i></a>";
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动' class='btn btn-light btn-sm'><i class='fa fa-share-square'></i></a>";
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i></a>";
echo "<input type='text' name='sortrank{$id}' value='{$rank}' style='margin-left:1rem;width:30px;text-align:center'></td></tr></table></td></tr>";
echo "<input type='text' name='sortrank{$id}' value='{$rank}' class='admin-main-sort'></td></tr></table></td></tr>";
}
echo "<tr><td id='suns".$id."' style='".($GLOBALS['exallct']? "" : "display:none")."'><table width='100%' cellspacing='0' cellpadding='0'>";
$this->LogicListAllSunType($id, $step." ");
@@ -240,7 +235,7 @@ class TypeUnit
}
}
/**
* 返回某个相关下级目录的栏目id列表删除栏目或文档时调用
* 返回某个相关下级目录的栏目id列表删除栏目或文档时调用
*
* @access public
* @param int $id 栏目id
@@ -302,8 +297,7 @@ class TypeUnit
}
}
}
//删除目录和目录里的所有文件 ### 禁止了此功能
//删除单独页面
//删除单独页面,删除目录和目录里的所有文件,禁止了此功能
if ($myrow['ispart'] == 2 && $myrow['typedir'] == '') {
if (is_file($this->baseDir.'/'.$myrow['defaultname'])) {
@unlink($this->baseDir.'/'.$myrow['defaultname']);
@@ -319,8 +313,7 @@ class TypeUnit
$this->dsql->ExecuteNoneQuery("DELETE FROM $addtable WHERE typeid='$id'");
}
}
//删除目录和目录里的所有文件 ### 禁止了此功能
//删除单独页面
//删除单独页面,删除目录和目录里的所有文件,禁止了此功能
if ($ispart == 2 && $indir == "") {
if (is_file($this->baseDir."/".$defaultname)) {
@unlink($this->baseDir."/".$defaultname);


+ 10
- 6
src/theme/system/custom_fields_admin.htm Zobrazit soubor

@@ -1,6 +1,10 @@
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="90" class="admin-td">~name~:</td>
<td class="admin-td">~form~</td>
</tr>
</table>
<tr>
<td class="admin-td">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="90">~name~:</td>
<td>~form~</td>
</tr>
</table>
</td>
</tr>

Načítá se…
Zrušit
Uložit