Quellcode durchsuchen

Update module_main.php

tags/6.1.9
xushubieli vor 2 Jahren
Ursprung
Commit
f9e32760c9
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. +5
    -5
      src/admin/module_main.php

+ 5
- 5
src/admin/module_main.php Datei anzeigen

@@ -215,7 +215,7 @@ else if ($action == 'setup') {
</td>
</tr>
</table>";
$win->AddMsgItem("<div style='padding-left:10px;line-height:26px'>$msg</div>");
$win->AddMsgItem("<div style='line-height:26px'>$msg</div>");
$winform = $win->GetWindow("ok", "");
$win->Display();
$dm->Clear();
@@ -327,7 +327,7 @@ else if ($action == 'del') {
<td height='26' colspan='2'>删除模块仅删除这个模块的安装包文件,如果您已经安装,请执行<a href='module_main.php?hash={$hash}&action=uninstall'>卸载程序</a>来删除</td>
</tr>
</table>";
$win->AddMsgItem("<div style='padding-left:10px;line-height:26px'>$msg</div>");
$win->AddMsgItem("<div style='line-height:26px'>$msg</div>");
$winform = $win->GetWindow("ok", "");
$win->Display();
$dm->Clear();
@@ -405,7 +405,7 @@ else if ($action == 'uninstall') {
</td>
</tr>
</table>";
$win->AddMsgItem("<div style='padding-left:10px;line-height:26px'>$msg</div>");
$win->AddMsgItem("<div style='line-height:26px'>$msg</div>");
$winform = $win->GetWindow("ok", "");
$win->Display();
$dm->Clear();
@@ -461,7 +461,7 @@ else if ($action == 'showreadme') {
$win->Init("module_main.php", "js/blank.js", "post");
$wecome_info = "模块管理";
$win->AddTitle("<a href='module_main.php'>模块管理</a> &gt; 使用说明:");
$win->AddMsgItem("<div style='padding-left:10px;line-height:26px'>$msg</div>");
$win->AddMsgItem("<div style='line-height:26px'>$msg</div>");
$winform = $win->GetWindow("hand");
$win->Display();
exit();
@@ -539,7 +539,7 @@ else if ($action == 'view') {
</td>
</tr>
</table>";
$win->AddMsgItem("<div style='padding-left:10px;line-height:26px'>$msg</div>");
$win->AddMsgItem("<div style='line-height:26px'>$msg</div>");
$winform = $win->GetWindow('hand', '');
$win->Display();
$dm->Clear();


Laden…
Abbrechen
Speichern