* change productplan/edit view.
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user