Browse Source

Update archives_do.php

tags/6.2.7
叙述、别离 1 year ago
parent
commit
c6675021db
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/admin/archives_do.php

+ 3
- 3
src/admin/archives_do.php View File

@@ -549,7 +549,7 @@ else if ($dopost == 'quickEdit') {
</td> </td>
</tr> </tr>
</table> </table>
</form>
</form>
<?php <?php
//Ajax窗体结束 //Ajax窗体结束
} }
@@ -760,7 +760,7 @@ else if ($dopost == 'attsDlg') {
echo "<input type='hidden' name='dopost' value='{$dojob}'>"; echo "<input type='hidden' name='dopost' value='{$dojob}'>";
echo "<input type='hidden' name='qstr' value='{$qstr}'>"; echo "<input type='hidden' name='qstr' value='{$qstr}'>";
echo "<table>"; echo "<table>";
?>
?>
<tr> <tr>
<td width="90" class="admin-td">属性:</td> <td width="90" class="admin-td">属性:</td>
<td class="admin-td"> <td class="admin-td">
@@ -786,7 +786,7 @@ else if ($dopost == 'attsDlg') {
</td> </td>
</tr> </tr>
</table> </table>
</form>
</form>
<?php <?php
//Ajax窗体结束 //Ajax窗体结束
} else if ($dopost == 'getCatMap') { } else if ($dopost == 'getCatMap') {


Loading…
Cancel
Save