Browse Source

修改提示对话等框行高

tags/6.0.4^2
xushubieli 2 years ago
parent
commit
35dbdfa00f
4 changed files with 7 additions and 7 deletions
  1. +1
    -1
      src/dede/article_template_rand.php
  2. +4
    -4
      src/dede/dialog/select_soft.php
  3. +1
    -1
      src/dede/index_body.php
  4. +1
    -1
      src/dede/mda_main.php

+ 1
- 1
src/dede/article_template_rand.php View File

@@ -96,7 +96,7 @@ function DoRand(jobname)
</div>
<table width='98%' align='center'>
<tr>
<td height='28'>
<td height='26'>
如果您想对旧的文章应用随机模板设置,请点击此对旧文章进行处理(必须设置好模板项)
&nbsp; <a href='#' onclick='DoRand(\"makeold\")' class='btn btn-success btn-sm'>设置全部</a>
&nbsp; <a href='#' onclick='DoRand(\"clearold\")' class='btn btn-success btn-sm'>取消全部</a>


+ 4
- 4
src/dede/dialog/select_soft.php View File

@@ -122,7 +122,7 @@ table{background:#fff}
else if ($file == "..") {
if ($activepath == "") continue;
$tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath);
$line = "\n<tr height='28'>
$line = "\n<tr height='26'>
<td class='linerow'><a href='select_soft.php?f=$f&activepath=".urlencode($tmp).$addparm."'><img src='img/dir2.gif'>上级目录</a></td>
<td colspan='2' class='linerow'>当前目录:$activepath</td>
</tr>\r\n";
@@ -130,7 +130,7 @@ table{background:#fff}
} else if (is_dir("$inpath/$file")) {
if (preg_match("#^_(.*)$#i", $file)) continue;
if (preg_match("#^\.(.*)$#i", $file)) continue;
$line = "\n<tr height='28'>
$line = "\n<tr height='26'>
<td class='linerow'><a href=select_soft.php?f=$f&activepath=".urlencode("$activepath/$file").$addparm."><img src='img/dir.gif'>$file</a></td>
<td class='linerow'></td>
<td class='linerow'></td>
@@ -142,7 +142,7 @@ table{background:#fff}
$reurl = "$activeurl/$file";
$reurl = preg_replace("#^\.\.#", "", $reurl);
$reurl = $reurl;
$line = "\n<tr height='28'>
$line = "\n<tr height='26'>
<td class='linerow'><a href=\"javascript:ReturnValue('$reurl');\" $lstyle><img src='img/zip.gif'>$file</a></td>
<td class='linerow'>$filesize KB</td>
<td class='linerow'>$filetime</td>
@@ -154,7 +154,7 @@ table{background:#fff}
$reurl = "$activeurl/$file";
$reurl = preg_replace("#^\.\.#", "", $reurl);
$reurl = $reurl;
$line = "\n<tr height='28'>
$line = "\n<tr height='26'>
<td class='linerow'><a href=\"javascript:ReturnValue('$reurl');\" $lstyle><img src='img/exe.gif'>$file</a></td>
<td class='linerow'>$filesize KB</td>
<td class='linerow'>$filetime</td>


+ 1
- 1
src/dede/index_body.php View File

@@ -92,7 +92,7 @@ else if ($dopost == 'editshow') {
<input type='hidden' name='dopost' value='editsave'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height='28' background="images/tbg.gif">
<td height='26' background="images/tbg.gif">
<div style='float:left'><b>修改快捷操作项</b></div>
<div style='float:right;padding:3px 10px 0 0;'>
<a href="javascript:CloseTab('editTab')"><img src="images/close.gif" width="12" height="12" border="0"></a>


+ 1
- 1
src/dede/mda_main.php View File

@@ -417,7 +417,7 @@ function __index(){ }
</tr>
<tr>
<td colspan='2' bgcolor='#F9FCEF'><table width='270' border='0' cellpadding='0' cellspacing='0'>
<tr align='center' height='28'>
<tr align='center' height='26'>
<td width='90'><input name='imageField1' type='image' class='np' src='{$cfg_plus_dir}/img/button_ok.gif' width='60' height='22' border='0' /></td>
<td width='90'></td>
<td></td>


Loading…
Cancel
Save