* change productplan/edit view.

This commit is contained in:
Catouse
2018-05-15 11:22:40 +08:00
parent 165aa001a0
commit fe87258268
+1 -5
View File
@@ -17,11 +17,7 @@
<div id='mainContent' class='main-content'>
<div class='center-block'>
<div class='main-header'>
<h2>
<span class='prefix'><?php echo html::icon($lang->icons['plan']);?></span>
<strong><?php echo html::a(inlink('view', "id=$plan->id"), $plan->title);?></strong>
<small><?php echo $lang->arrow . ' ' . $lang->productplan->edit;?></small>
</h2>
<h2><?php echo html::a(inlink('view', "id=$plan->id"), $plan->title);?></strong></h2>
</div>
<form class='load-indicator main-form form-ajax' method='post' target='hiddenwin' id='dataform'>
<table class='table table-form'>