First upload
This commit is contained in:
15
shop/source/Application/views/admin/tpl/manufacturer.tpl
Executable file
15
shop/source/Application/views/admin/tpl/manufacturer.tpl
Executable file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>[{oxmultilang ident="GENERAL_ADMIN_TITLE"}]</title>
|
||||
</head>
|
||||
|
||||
<!-- frames -->
|
||||
<frameset rows="40%,*" border="0" onload="document.getElementById('edit').src='[{$oViewConf->getSelfLink()}]&[{$editurl}][{if $oxid}]&oxid=[{$oxid}][{/if}]';">
|
||||
<frame src="[{$oViewConf->getSelfLink()}]&[{$listurl}][{if $oxid}]&oxid=[{$oxid}][{/if}]" name="list" id="list" frameborder="0" scrolling="auto" noresize marginwidth="0" marginheight="0">
|
||||
<frame src="" name="edit" id="edit" frameborder="0" scrolling="auto" noresize marginwidth="0" marginheight="0">
|
||||
</frameset>
|
||||
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user