* Fix bug #17130,17129,17128.

This commit is contained in:
tanghucheng
2021-12-06 15:28:53 +08:00
parent fb84d28b4a
commit ac12590b03
3 changed files with 7 additions and 3 deletions
+5 -2
View File
@@ -15,7 +15,10 @@
<div id="mainContent" class="main-content fade">
<div class="center-block">
<div class="main-header">
<h2><?php echo $lang->programplan->edit;?></h2>
<h2>
<span class='prefix label-id'><strong><?php echo $plan->id;?></strong></span>
<?php echo "<span title={$plan->name}>{$plan->name}</span>";?>
</h2>
</div>
<form class="load-indicator main-form form-ajax" method='post' enctype='multipart/form-data' id='dataform'>
<table class="table table-form">
@@ -81,7 +84,7 @@
</tr>
<?php endif;?>
<tr>
<td colspan='4' class='form-actions text-center'><?php echo html::submitButton() . html::backButton()?></td>
<td colspan='3' class='form-actions text-center'><?php echo html::submitButton() . html::backButton()?></td>
</tr>
</tbody>
</table>