12、把后台顶部没用的两个快捷图标 发送邮件和帮助中心 改成 修改风格和修改模板
方便修改风格和模板时的点击
制作新模板里,边制作边调试,后台操作特别烦,特想此法来,减少操作,不知对大家有没有用!
【修改项目】:后台
【适用版本】:2006
【修改内容】:打开admin/Admin_Index_Top.asp文件,
修改紫色和红色为你当前风格及模板的地址即可,
Response.Write " <td width=60><img onclick='switchBar(this)' src='Images/admin_top_close.gif' title='关闭左边管理导航菜单' style='cursor:hand'></td>" & vbCrLf
If AdminPurview = 1 Or CheckPurview_Other(AdminPurview_Others, "ModifyPwd") = True Then
Response.Write " <td width=92><a href='Admin_ModifyPwd.asp'><img src='Images/top_an_1.gif' border='0'></a></td>" & vbCrLf
End If
If AdminPurview = 1 Or CheckPurview_Other(AdminPurview_Others, "MailList") = True Then
Response.Write " <td width=92><a href='Admin_Skin.asp?Action=Modify&ProjectName=xymj&SkinID=1'><img src='Images/top_an_7.gif' border='0'></a></td>" & vbCrLf
End If
Response.Write " <td width=104><a href='../User/User_Message.asp' target='_blank'><img src='Images/top_an_4.gif' border='0'></a></td>" & vbCrLf
If AdminPurview = 1 Or CheckPurview_Other(AdminPurview_Others, "Cache") = True Then
Response.Write " <td width=92><a href='Admin_Cache.asp'><img src='Images/top_an_5.gif' border='0'></a></td>" & vbCrLf
End If
Response.Write " <td width=92><a href='Admin_CreateIndex.asp'><img src='Images/top_an_8.gif' border='0'></a></td>" & vbCrLf
Response.Write " <td align='right' class='spa'>" & vbCrLf
If CMS_Edition = 0 And eShop_Edition = -1 Then
【效果截图】:
20071281716295224.jpg (大小:84.7 K 下载次数:509)

【注意事项】:无
附修改好的图片 上传至 /Admin/Images/ 覆盖源文件即可
20071210154661866.gif (大小:2.6 K 下载次数:515)
200712101542154626.gif (大小:2.6 K 下载次数:513)