// replace <hr> with <div>
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr style="width:100%;" /><br />
|
||||
<div class="separation"></div><br />
|
||||
|
||||
<div id="add_new_combination" style="display: none;">
|
||||
<table cellpadding="5" style="width:100%">
|
||||
@@ -90,7 +90,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr><td colspan="2"><hr style="width:100%;" /></td></tr>
|
||||
<tr><td colspan="2"><div class="separation"></div></td></tr>
|
||||
<tr>
|
||||
<td style="width:150px;vertical-align:top;text-align:right;padding-right:10px;font-weight:bold;">{l s='Reference:'}</td>
|
||||
<td style="padding-bottom:5px;">
|
||||
@@ -108,7 +108,7 @@
|
||||
<span class="hint" name="help_box">{l s='Special characters allowed:'} .-_#<span class="hint-pointer"> </span></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td colspan="2"><hr style="width:100%;" /></td></tr>
|
||||
<tr><td colspan="2"><div class="separation"></div></td></tr>
|
||||
<table cellpadding="5" id="virtual_good_attributes" style="width:100%;display:none;">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
@@ -159,7 +159,7 @@
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td colspan="2"><hr style="width:100%;" /></td></tr>
|
||||
<tr><td colspan="2"><div class="separation"></div></td></tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
@@ -250,7 +250,7 @@
|
||||
</script>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td colspan="2"><hr style="width:100%;" /></td></tr>
|
||||
<tr><td colspan="2"><div class="separation"></div></td></tr>
|
||||
<tr>
|
||||
<td style="width:150px">{l s='Image:' }</td>
|
||||
<td style="padding-bottom:5px;">
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<td><b>{if isset($id_image)}{l s='Edit this product image'}{else}{l s='Add a new image to this product'}{/if}</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr style="width: 100%;" /><br />
|
||||
<div class="separation"></div><br />
|
||||
<table cellpadding="5" style="width:100%">
|
||||
<tr>
|
||||
<td class="col-left"><label>{l s='File:'}</label></td>
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
$('#mvt_sign').show();
|
||||
}
|
||||
</script>
|
||||
<hr class="clear"/>
|
||||
<div class="separation clear"></div>
|
||||
<br />
|
||||
<table cellpadding="5" style="width: 50%; float: left; margin-right: 20px; border-right: 1px solid #E0D0B1;">
|
||||
{* global information *}
|
||||
@@ -228,7 +228,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<div class="clear"></div>
|
||||
<table cellpadding="5" cellspacing="0" border="0" style="width: 100%;"><tr><td><hr style="width:100%;" /></td></tr></table>
|
||||
<table cellpadding="5" cellspacing="0" border="0" style="width: 100%;"><tr><td><div class="separation"></div></td></tr></table>
|
||||
{* [begin] pack product *}
|
||||
<table>
|
||||
<tr>
|
||||
@@ -390,7 +390,7 @@ $(document).ready(function(){
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<table cellpadding="5" cellspacing="0" border="0" style="width: 100%;"><tr><td><hr style="width:100%;" /></td></tr></table>
|
||||
<table cellpadding="5" cellspacing="0" border="0" style="width: 100%;"><tr><td><div class="separation"></div></td></tr></table>
|
||||
<table cellpadding="5" cellspacing="0" border="0" style="width: 100%;">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
@@ -400,7 +400,7 @@ $(document).ready(function(){
|
||||
{* [begin] physical product infos *}
|
||||
<div id="physical_good" class="toggleVirtualPhysicalProduct" {if $product->productDownload->id && $product->productDownload->active}style="display:none"{/if} >
|
||||
<table cellpadding="5" cellspacing="0" border="0" style="width: 100%;">
|
||||
<tr><td><hr style="width:100%;" /></td></tr>
|
||||
<tr><td><div class="separation"></div></td></tr>
|
||||
</table>
|
||||
<table cellpadding="5" style="width: 50%; float: left; margin-right: 20px; border-right: 1px solid #E0D0B1;">
|
||||
<tr>
|
||||
@@ -571,7 +571,7 @@ $(document).ready(function(){
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" style="padding-bottom:5px;"><hr style="width:100%;" /></td>
|
||||
<td colspan="2" style="padding-bottom:5px;"><div class="separation"></div></td>
|
||||
</tr>
|
||||
|
||||
{$content}
|
||||
|
||||
Reference in New Issue
Block a user