Browse Source

图标统一调整成font-awesome

tags/6.1.8
tianya 2 years ago
parent
commit
637ca8588a
29 changed files with 46 additions and 41 deletions
  1. +1
    -1
      src/admin/inc/inc_menu.php
  2. +2
    -2
      src/admin/inc/inc_menu_func.php
  3. +1
    -1
      src/admin/inc/inc_menu_map.php
  4. +2
    -2
      src/admin/templets/album_add.htm
  5. +2
    -2
      src/admin/templets/album_edit.htm
  6. +2
    -2
      src/admin/templets/archives_add.htm
  7. +2
    -2
      src/admin/templets/archives_edit.htm
  8. +1
    -1
      src/admin/templets/archives_sg_add.htm
  9. +1
    -1
      src/admin/templets/archives_sg_edit.htm
  10. +2
    -2
      src/admin/templets/article_add.htm
  11. +2
    -2
      src/admin/templets/article_edit.htm
  12. +2
    -2
      src/admin/templets/diy_list.htm
  13. +3
    -1
      src/admin/templets/index_menu.htm
  14. +2
    -2
      src/admin/templets/mychannel_edit.htm
  15. +15
    -12
      src/admin/templets/mychannel_main.htm
  16. +2
    -2
      src/admin/templets/soft_add.htm
  17. +2
    -2
      src/admin/templets/soft_edit.htm
  18. +1
    -1
      src/admin/templets/spec_add.htm
  19. +1
    -1
      src/admin/templets/spec_edit.htm
  20. BIN
      src/static/web/img/gtk-copy.png
  21. BIN
      src/static/web/img/gtk-del.png
  22. BIN
      src/static/web/img/gtk-edit.png
  23. BIN
      src/static/web/img/gtk-ex.png
  24. BIN
      src/static/web/img/gtk-sadd.png
  25. BIN
      src/static/web/img/gtk-search.png
  26. BIN
      src/static/web/img/gtk-tmp.png
  27. BIN
      src/static/web/img/menusearch.gif
  28. BIN
      src/static/web/img/menusearch2.gif
  29. BIN
      src/static/web/img/sdd.gif

+ 1
- 1
src/admin/inc/inc_menu.php View File

@@ -79,7 +79,7 @@ $menusMain = "<m:top item='1_' name='常用操作' display='block'>
<m:item name='等审核的档案' link='content_list.php?arcrank=-1' rank='a_Check,a_AccCheck' target='main' />
<m:item name='我发布的文档' link='content_list.php?mid=".$cuserLogin->getUserID()."' rank='a_List,a_AccList,a_MyList' target='main' />
<m:item name='评论管理' link='feedback_main.php' rank='sys_Feedback' target='main' />
<m:item name='文档回收站' link='recycling.php' ischannel='1' addalt='清空回收站' addico='../static/web/img/gtk-del.png' linkadd='archives_do.php?dopost=clear&aid=no&recycle=1' rank='a_List,a_AccList,a_MyList' target='main' />
<m:item name='文档回收站' link='recycling.php' ischannel='1' addalt='清空回收站' addico='fa-minus-square' linkadd='archives_do.php?dopost=clear&aid=no&recycle=1' rank='a_List,a_AccList,a_MyList' target='main' />
</m:top>
<m:top item='1_' name='内容管理' display='block'>
$addset


+ 2
- 2
src/admin/inc/inc_menu_func.php View File

@@ -60,11 +60,11 @@ function GetMenus($userrank, $topos = 'main')
if ($ctag2->GetAtt('addico') != '') {
$addico = $ctag2->GetAtt('addico');
} else {
$addico = '../static/web/img/gtk-sadd.png';
$addico = 'fa-plus-square';
}
$link = "<div class='items'>
<div class='fllct'>$link</div>
<div class='flrct'><a href='".$ctag2->GetAtt('linkadd')."' target='".$ctag2->GetAtt('target')."'><img src='$addico' alt='$addalt' title='$addalt'/></a></div>
<div class='flrct'><a href='".$ctag2->GetAtt('linkadd')."' target='".$ctag2->GetAtt('target')."'><i class='fa $addico' aria-hidden='true' alt='$addalt' title='$addalt'></i></a></div>
</div>";
} else {
$link .= "";


+ 1
- 1
src/admin/inc/inc_menu_map.php View File

@@ -36,7 +36,7 @@ $menusMain = "<m:top mapitem='1' item='1_' name='常用操作' display='block'>
<m:item name='等审核的档案' link='content_list.php?arcrank=-1' rank='a_Check,a_AccCheck' target='main' />
<m:item name='我发布的文档' link='content_list.php?mid=".$cuserLogin->getUserID()."' rank='a_List,a_AccList,a_MyList' target='main' />
<m:item name='评论管理' link='feedback_main.php' rank='sys_Feedback' target='main' />
<m:item name='文档回收站' link='recycling.php' ischannel='1' addalt='清空回收站' addico='../static/web/img/gtk-del.png' linkadd='archives_do.php?dopost=clear&aid=no' rank='a_List' target='main' />
<m:item name='文档回收站' link='recycling.php' ischannel='1' addalt='清空回收站' addico='fa-minus-square' linkadd='archives_do.php?dopost=clear&aid=no' rank='a_List' target='main' />
</m:top>
<m:top mapitem='1' item='1_7_' name='频道模型' display='block' rank='t_List,t_AccList,c_List,temp_One'>
<m:item name='内容模型管理' link='mychannel_main.php' rank='c_List' target='main' />


+ 2
- 2
src/admin/templets/album_add.htm View File

@@ -199,7 +199,7 @@ table{border-collapse:separate}
echo "</select>";
?>
</span>
<img src='../static/web/img/menusearch.gif' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid')" title='快捷选择' style='cursor:pointer'>
<i class='fa fa-search' aria-hidden='true' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid')" title='快捷选择' style='cursor:pointer'>
<?php
if($cfg_need_typeid2=='Y')
{
@@ -221,7 +221,7 @@ table{border-collapse:separate}
<td>
<span id='typeid2ct'></span>
<input type='text' name='typeid2' id='typeid2' value='' style='width:160px'>
<img src='../static/web/img/menusearch2.gif' style='cursor:pointer' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2')" title='选择副栏目'>
<i class='fa fa-search' aria-hidden='true' style='cursor:pointer' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2')" title='选择副栏目'>
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/album_edit.htm View File

@@ -194,7 +194,7 @@ table{border-collapse:separate}
echo $typeOptions;
echo '</select>';
?>
<img src='../static/web/img/menusearch.gif' style='cursor:pointer' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid','<?php echo $arcRow['typeid']; ?>')" title='快捷选择'>
<i class='fa fa-search' aria-hidden='true' style='cursor:pointer' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid','<?php echo $arcRow['typeid']; ?>')" title='快捷选择'>
</td>
<td width="90">消费金币:</td>
<td><input name="money" type="text" id="money" value="<?php echo $arcRow['money']?>" style="width:160px"></td>
@@ -213,7 +213,7 @@ table{border-collapse:separate}
<td>
<span id='typeid2ct'></span>
<input type='text' name='typeid2' id='typeid2' value='<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']); ?>' style='width:160px'>
<img src='../static/web/img/menusearch2.gif' style='cursor:pointer' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2','<?php echo $arcRow['typeid2']; ?>')" title='选择副栏目'>
<i class='fa fa-search' aria-hidden='true' style='cursor:pointer' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2','<?php echo $arcRow['typeid2']; ?>')" title='选择副栏目'>
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/archives_add.htm View File

@@ -186,7 +186,7 @@ table{border-collapse:separate}
echo "</select>";
?>
</span>
<img src='../static/web/img/menusearch.gif' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid')" title='快捷选择' style='cursor:pointer'>
<i class='fa fa-search' aria-hidden='true' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid')" title='快捷选择' style='cursor:pointer'>
<?php
if($cfg_need_typeid2=='Y')
{
@@ -208,7 +208,7 @@ table{border-collapse:separate}
<td>
<span id='typeid2ct'></span>
<input type='text' name='typeid2' id='typeid2' value='' style='width:160px'>
<img src='../static/web/img/menusearch2.gif' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2')" title='选择副栏目' style='cursor:pointer'>
<i class='fa fa-search' aria-hidden='true' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2')" title='选择副栏目' style='cursor:pointer'>
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/archives_edit.htm View File

@@ -185,7 +185,7 @@ table{border-collapse:separate}
echo $typeOptions;
echo "</select>";
?>
<img src='../static/web/img/menusearch.gif' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid')" title='快捷选择' style='cursor:pointer'>
<i class='fa fa-search' aria-hidden='true' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid')" title='快捷选择' style='cursor:pointer'>
</td>
<td width="90">消费金币:</td>
<td><input name="money" type="text" id="money" value="<?php echo $arcRow['money']?>" style="width:160px"></td>
@@ -204,7 +204,7 @@ table{border-collapse:separate}
<td>
<span id='typeid2ct'></span>
<input type='text' name='typeid2' id='typeid2' value='<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']); ?>' style='width:260px;'>
<img src='../static/web/img/menusearch2.gif' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2','<?php echo $arcRow['typeid2']; ?>')" title='选择副栏目' style='cursor:pointer'>
<i class='fa fa-search' aria-hidden='true' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2','<?php echo $arcRow['typeid2']; ?>')" title='选择副栏目' style='cursor:pointer'>
</td>
</tr>
</table>


+ 1
- 1
src/admin/templets/archives_sg_add.htm View File

@@ -126,7 +126,7 @@ table{border-collapse:separate}
echo $typeOptions;
echo "</select>";
?></span>
<img src='../static/web/img/menusearch.gif' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid')" title='快捷选择' style='cursor:pointer'>
<i class='fa fa-search' aria-hidden='true' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid')" title='快捷选择' style='cursor:pointer'>
</td>
</tr>
</table>


+ 1
- 1
src/admin/templets/archives_sg_edit.htm View File

@@ -148,7 +148,7 @@ table{border-collapse:separate}
echo $typeOptions;
echo "</select>";
?>
<img src='../static/web/img/menusearch.gif' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid','<?php echo $addRow['typeid']; ?>')" title='快捷选择' style='cursor:pointer'>
<i class='fa fa-search' aria-hidden='true' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid','<?php echo $addRow['typeid']; ?>')" title='快捷选择' style='cursor:pointer'>
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/article_add.htm View File

@@ -189,7 +189,7 @@ table{border-collapse:separate}
echo "</select>";
?>
</span>
<img src="../static/web/img/menusearch.gif" style="cursor:pointer" onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid')" title="快捷选择">
<i class='fa fa-search' aria-hidden='true' style="cursor:pointer" onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid')" title="快捷选择">
<?php
if($cfg_need_typeid2=='Y')
{
@@ -211,7 +211,7 @@ table{border-collapse:separate}
<td>
<span id="typeid2ct"></span>
<input type="text" name="typeid2" id="typeid2" value="" style="width:260px">
<img src="../static/web/img/menusearch2.gif" style="cursor:pointer" onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2')" title="选择副栏目">
<i class='fa fa-search' aria-hidden='true' style="cursor:pointer" onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2')" title="选择副栏目">
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/article_edit.htm View File

@@ -188,7 +188,7 @@ table{border-collapse:separate}
echo $typeOptions;
echo "</select>";
?>
<img src="../static/web/img/menusearch.gif" onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid','<?php echo $arcRow['typeid']; ?>')" title="快捷选择" style="cursor:pointer">
<i class='fa fa-search' aria-hidden='true' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid','<?php echo $arcRow['typeid']; ?>')" title="快捷选择" style="cursor:pointer">
</td>
<td width="90">消费金币:</td>
<td><input name="money" type="text" id="money" value="<?php echo $arcRow['money']?>" style="width:160px"></td>
@@ -207,7 +207,7 @@ table{border-collapse:separate}
<td>
<span id="typeid2ct"></span>
<input type="text" name="typeid2" id="typeid2" value="<?php echo ($arcRow['typeid2']=='0'?'':$arcRow['typeid2']); ?>" style="width:160px">
<img src="../static/web/img/menusearch2.gif" style="cursor:pointer" onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2','<?php echo $arcRow['typeid2']; ?>')" title="选择副栏目">
<i class='fa fa-search' aria-hidden='true' style="cursor:pointer" onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2','<?php echo $arcRow['typeid2']; ?>')" title="选择副栏目">
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/diy_list.htm View File

@@ -14,7 +14,7 @@
<tr>
<td colspan="3" height="26" background="../static/web/img/tbg.gif">
<div style="float:left"><a href="diy_main.php">自定义表单管理</a> &gt; <?php echo $diy->name; ?></div>
<div style="float:right;padding-right:10px"><a href="/apps/diy.php?action=list&diyid=<?php echo $diy->diyid; ?>" target="_blank"><img src="../static/web/img/gtk-tmp.png" align="left" title="前台预览">前台预览</a></div>
<div style="float:right;padding-right:10px"><a href="/apps/diy.php?action=list&diyid=<?php echo $diy->diyid; ?>" target="_blank"><i class='fa fa-globe' aria-hidden='true' alt='前台预览' title='前台预览'></i> 前台预览</a></div>
</td>
</tr>
{dede:datalist}
@@ -23,7 +23,7 @@
{
$allowhtml = array('htmltext');
$fields['sta'] = $fields['ifcheck'] == 1 ? '已审核':'未审核';
echo '<tr bgcolor="#F8FDE3" height="26"><td width="18%"><input type="checkbox" name="id[]" value="'.$fields['id'].'" class="np"></td><td><a href="diy_list.php?action=edit&diyid='.$diy->diyid.'&id='.$fields['id'].'">'.$fields['id'].'</a> '.$fields['sta'].'</td><td width="12%" align="center"><a href="diy_list.php?action=edit&diyid='.$diy->diyid.'&id='.$fields['id'].'"><img src="../static/web/img/feedback-edit.gif" width="46" height="18"></a></td></tr>';
echo '<tr bgcolor="#F8FDE3" height="26"><td width="18%"><input type="checkbox" name="id[]" value="'.$fields['id'].'" class="np"></td><td><a href="diy_list.php?action=edit&diyid='.$diy->diyid.'&id='.$fields['id'].'">'.$fields['id'].'</a> '.$fields['sta'].'</td><td width="12%" align="center"><a href="diy_list.php?action=edit&diyid='.$diy->diyid.'&id='.$fields['id'].'"><i class="fa fa-pencil-square-o" aria-hidden="true" title="修改" alt="修改"></i></a></td></tr>';
foreach($fieldlist as $field=>$fielddata)
{
if($fields[$field]=='') continue;


+ 3
- 1
src/admin/templets/index_menu.htm View File

@@ -4,6 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>DedeBIZ menu</title>
<link rel="stylesheet" href="../static/web/css/admin.css">
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<script src="../static/web/js/webajax.js"></script>
<script src="../static/web/js/jquery.min.js"></script>
<?php echo "<script>var curopenItem = '$openitem';</script>"; ?>
@@ -23,7 +24,8 @@ a.mmac div{padding:6px 4px 4px 10px;height:40px;color:#4f7632;background:url(../
#mainct{padding-top:12px;background:url(../static/web/img/idnbg1.gif)repeat-y}
.sitemu li{padding:0 0 0 20px;height:26px;line-height:26px;background:url(../static/web/img/arr4.gif)no-repeat 6px 10px}
.fllct{float:left;width:80px}
.flrct{float:left;padding-top:4px}
.flrct{float:left;padding-top:7px}
.fa{font-size: 14px;}
</style>
<base target="main">
</head>


+ 2
- 2
src/admin/templets/mychannel_edit.htm View File

@@ -334,9 +334,9 @@ foreach($dtp->CTags as $ctag)
if($ft==1)
{
?>
<a href='mychannel_field_edit.php?id=<?php echo $id; ?>&fname=<?php echo $ctag->GetTagName(); ?>&issystem=<?php echo $row['issystem']; ?>'><img src='../static/web/img/gtk-edit.png' alt='修改' title='修改'></a>
<a href='mychannel_field_edit.php?id=<?php echo $id; ?>&fname=<?php echo $ctag->GetTagName(); ?>&issystem=<?php echo $row['issystem']; ?>'><i class='fa fa-pencil-square-o' aria-hidden='true' title='修改' alt='修改'></i></a>
<?php if($row['issystem']!=1){ ?>
| <a href='javascript:;' onClick='javascript:DelNote("mychannel_field_edit.php?id=<?php echo $id; ?>&fname=<?php echo $ctag->GetTagName(); ?>&action=delete");'><img src='../static/web/img/gtk-del.png' alt='删除' title='删除'></a>
| <a href='javascript:;' onClick='javascript:DelNote("mychannel_field_edit.php?id=<?php echo $id; ?>&fname=<?php echo $ctag->GetTagName(); ?>&action=delete");'><i class='fa fa-trash' aria-hidden='true' alt='删除' title='删除'></i></a>
<?php } ?>
<?php
} else {


+ 15
- 12
src/admin/templets/mychannel_main.htm View File

@@ -7,6 +7,9 @@
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">
<style>
.fa{font-size: 14px;}
</style>
</head>
<body>
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3 mb-3">
@@ -44,12 +47,12 @@
<td>{dede:field.isshow function="GetSta(@me,$fields['id'])" /}</td>
<td>{dede:field.issystem function='IsSystem(@me)'/}</td>
<td>
<a href='mychannel_edit.php?id={dede:field.id/}&dopost=copystart'><img src='../static/web/img/gtk-copy.png' title='复制' alt='复制'></a>
<a href='mychannel_edit.php?id={dede:field.id/}&dopost=gettemplets'><img src='../static/web/img/gtk-tmp.png' title='模板' alt='模板'></a>
<a href='mychannel_edit.php?id={dede:field.id /}&dopost=export'><img src='../static/web/img/gtk-ex.png' title='导出' alt='导出'></a>
<a href='mychannel_edit.php?id={dede:field.id/}&dopost=edit'><img src='../static/web/img/gtk-edit.png' alt='修改' title='修改'></a>
<a href='mychannel_edit.php?mid={dede:field.id/}&dopost=modifysearch'><img src='../static/web/img/gtk-search.png' alt='自定义搜索' title='自定义搜索'></a>
<a href='mychannel_edit.php?id={dede:field.id/}&dopost=delete'><img src='../static/web/img/gtk-del.png' alt='删除' title='删除'></a>
<a href='mychannel_edit.php?id={dede:field.id/}&dopost=copystart'><i class='fa fa-clone' aria-hidden='true' title='复制' alt='复制'></i></a>
<a href='mychannel_edit.php?id={dede:field.id/}&dopost=gettemplets'><i class='fa fa-file-text-o' aria-hidden='true' title='模板' alt='模板'></i></a>
<a href='mychannel_edit.php?id={dede:field.id /}&dopost=export'><i class='fa fa-download' aria-hidden='true' title='导出' alt='导出'></i></a>
<a href='mychannel_edit.php?id={dede:field.id/}&dopost=edit'><i class='fa fa-pencil-square-o' aria-hidden='true' title='修改' alt='修改'></i></a>
<a href='mychannel_edit.php?mid={dede:field.id/}&dopost=modifysearch'><i class='fa fa-search' aria-hidden='true' title='自定义搜索' alt='自定义搜索'></i></a>
<a href='mychannel_edit.php?id={dede:field.id/}&dopost=delete'><i class='fa fa-trash' aria-hidden='true' alt='删除' title='删除'></i></a>
</td>
</tr>
{/dede:datalist}
@@ -58,12 +61,12 @@
</tr>
<tr align="center" height="36">
<td colspan="7">图标说明:
<img src='../static/web/img/gtk-copy.png' title='复制' alt='复制'> 复制
<img src='../static/web/img/gtk-tmp.png' title='模板' alt='模板'> 模板
<img src='../static/web/img/gtk-ex.png' title='导出' alt='导出'> 导出
<img src='../static/web/img/gtk-edit.png' alt='修改' title='修改'> 修改
<img src='../static/web/img/gtk-search.png' alt='自定义搜索' title='自定义搜索'> 自定义搜索
<img src='../static/web/img/gtk-del.png' alt='删除' title='删除'> 删除
<i class='fa fa-clone' aria-hidden='true' title='复制' alt='复制'></i> 复制
<i class='fa fa-file-text-o' aria-hidden='true' title='模板' alt='模板'></i> 模板
<i class='fa fa-download' aria-hidden='true' title='导出' alt='导出'></i> 导出
<i class='fa fa-pencil-square-o' aria-hidden='true' title='修改' alt='修改'></i> 修改
<i class='fa fa-search' aria-hidden='true' title='自定义搜索' alt='自定义搜索'></i> 自定义搜索
<i class='fa fa-trash' aria-hidden='true' alt='删除' title='删除'></i> 删除
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/soft_add.htm View File

@@ -191,7 +191,7 @@ table{border-collapse:separate}
echo "</select>";
?>
</span>
<img src='../static/web/img/menusearch.gif' style='cursor:pointer' onClick="ShowCatMap(event, this, <?php echo $channelid; ?>, 'typeid')" title='快捷选择'>
<i class='fa fa-search' aria-hidden='true' style='cursor:pointer' onClick="ShowCatMap(event, this, <?php echo $channelid; ?>, 'typeid')" title='快捷选择'>
<?php
if($cfg_need_typeid2=='Y')
{
@@ -213,7 +213,7 @@ table{border-collapse:separate}
<td>
<span id='typeid2ct'></span>
<input type='text' name='typeid2' id='typeid2' value='' style='width:260px;'>
<img src='../static/web/img/menusearch2.gif' onClick="ShowCatMap(event, this, <?php echo $channelid; ?>, 'typeid2')" title='选择副栏目' style='cursor:pointer'>
<i class='fa fa-search' aria-hidden='true' onClick="ShowCatMap(event, this, <?php echo $channelid; ?>, 'typeid2')" title='选择副栏目' style='cursor:pointer'>
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/soft_edit.htm View File

@@ -189,7 +189,7 @@ table{border-collapse:separate}
echo $typeOptions;
echo "</select>";
?>
<img src='../static/web/img/menusearch.gif' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid','<?php echo $arcRow['typeid']; ?>')" title='快捷选择' style='cursor:pointer'>
<i class='fa fa-search' aria-hidden='true' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid','<?php echo $arcRow['typeid']; ?>')" title='快捷选择' style='cursor:pointer'>
</td>
<td width="90">消费金币:</td>
<td><input name="needmoney" type="text" id="needmoney" value="<?php echo $needmoney; ?>" style="width:160px"></td>
@@ -208,7 +208,7 @@ table{border-collapse:separate}
<td>
<span id="typeid2ct"></span>
<input type="text" name="typeid2" id="typeid2" value="<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']); ?>" style="width:160px">
<img src='../static/web/img/menusearch2.gif' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2','<?php echo $arcRow['typeid2']; ?>')"title='选择副栏目' style='cursor:pointer'></td>
<i class='fa fa-search' aria-hidden='true' onClick="ShowCatMap(event,this,<?php echo $channelid; ?>,'typeid2','<?php echo $arcRow['typeid2']; ?>')"title='选择副栏目' style='cursor:pointer'></td>
</tr>
</table>
</td>


+ 1
- 1
src/admin/templets/spec_add.htm View File

@@ -191,7 +191,7 @@ table{border-collapse:separate}
echo $typeOptions;
echo "</select>";
?>
<img src='../static/web/img/menusearch.gif' onClick="ShowCatMap(event,this,0,'typeid')" title='快捷选择' style='cursor:pointer'>
<i class='fa fa-search' aria-hidden='true' onClick="ShowCatMap(event,this,0,'typeid')" title='快捷选择' style='cursor:pointer'>
</td>
</tr>
</table>


+ 1
- 1
src/admin/templets/spec_edit.htm View File

@@ -196,7 +196,7 @@ table{border-collapse:separate}
echo $typeOptions;
echo "</select>";
?>
<img src='../static/web/img/menusearch.gif' onClick="ShowCatMap(event,this,0,'typeid')" title='快捷选择' style='cursor:pointer'>
<i class='fa fa-search' aria-hidden='true' onClick="ShowCatMap(event,this,0,'typeid')" title='快捷选择' style='cursor:pointer'>
</td>
</tr>
</table>


BIN
src/static/web/img/gtk-copy.png View File

Before After
Width: 16  |  Height: 16  |  Size: 432B

BIN
src/static/web/img/gtk-del.png View File

Before After
Width: 16  |  Height: 16  |  Size: 715B

BIN
src/static/web/img/gtk-edit.png View File

Before After
Width: 16  |  Height: 16  |  Size: 612B

BIN
src/static/web/img/gtk-ex.png View File

Before After
Width: 16  |  Height: 16  |  Size: 595B

BIN
src/static/web/img/gtk-sadd.png View File

Before After
Width: 16  |  Height: 16  |  Size: 733B

BIN
src/static/web/img/gtk-search.png View File

Before After
Width: 16  |  Height: 16  |  Size: 530B

BIN
src/static/web/img/gtk-tmp.png View File

Before After
Width: 16  |  Height: 16  |  Size: 812B

BIN
src/static/web/img/menusearch.gif View File

Before After
Width: 16  |  Height: 16  |  Size: 570B

BIN
src/static/web/img/menusearch2.gif View File

Before After
Width: 84  |  Height: 16  |  Size: 694B

BIN
src/static/web/img/sdd.gif View File

Before After
Width: 13  |  Height: 13  |  Size: 171B

Loading…
Cancel
Save