Open Source Billing
This commit is contained in:
15
modules/product/views/product/admin/ajaxtranslateform.php
Normal file
15
modules/product/views/product/admin/ajaxtranslateform.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php echo Form::hidden('product_translate[id]',$pto->id); ?>
|
||||
<table>
|
||||
<tr>
|
||||
<td style="width: 40%;">Product Name</td>
|
||||
<td style="width: 60%;" style="data"><?php echo Form::input('product_translate[name]',$pto->name); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Product Short Description</td>
|
||||
<td style="data"><?php echo Form::input('product_translate[description_short]',$pto->description_short); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Product Long Description</td>
|
||||
<td style="data"><?php echo Form::textarea('product_translate[description_full]',$pto->description_full); ?></td>
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user