Changes to AgileBill
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
{/if}
|
||||
|
||||
<!-- Display the form to collect the input values -->
|
||||
<form id="product_translate_add" name="product_translate_add" method="post" action="">
|
||||
<form id="add" method="post" action="" enctype="multipart/form-data">
|
||||
|
||||
<table width=100% border="0" cellspacing="0" cellpadding="0" class="table_background">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
||||
|
@@ -24,19 +24,19 @@ function viewTranslations(product_id)
|
||||
}
|
||||
</script>{/literal}
|
||||
|
||||
<!-- Loop through each record -->
|
||||
{foreach from=$product_translate item=product_translate}
|
||||
<!-- Display each record -->
|
||||
<form id="view" method="post" action="" enctype="multipart/form-data">
|
||||
|
||||
<!-- Display each record -->
|
||||
<form name="product_translate_view" method="post" action="">
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
||||
<tr valign="top">
|
||||
<td width="65%" class="row1"><b> </b>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="5">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
||||
<tr valign="top">
|
||||
<td class="table_heading"> </td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td class="row1">
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr>
|
||||
<td class="body"><b>
|
||||
{ $list->menu_files("1", "language_id", $smarty.const.DEFAULT_LANGUAGE, "language", "", "_core.xml", "\" onChange=\"viewTranslations(`$product_translate.product_id`);") }
|
||||
@@ -131,6 +131,4 @@ function viewTranslations(product_id)
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
Reference in New Issue
Block a user