BonimaScore/src/Application/views/admin/frame.tpl

15 lines
650 B
Smarty
Raw Normal View History

2022-06-14 12:06:58 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2023-01-03 15:17:20 +01:00
<html lang="de">
2022-06-14 12:06:58 +02:00
<head>
<title>[{oxmultilang ident="GENERAL_ADMIN_TITLE"}]</title>
</head>
<!-- frames -->
<frameset rows="1px,*" border="0" onload="document.getElementById('edit').src='[{$oViewConf->getSelfLink()}]&[{$editurl}]&oxid=[{$currentadminshop}]';">
<frame src="[{$oViewConf->getSelfLink()}]&[{$listurl}]&oxid=[{$currentadminshop}]" name="list" id="list" frameborder="0" scrolling="no" noresize marginwidth="0" marginheight="0">
<frame src="" name="edit" id="edit" frameborder="0" scrolling="auto" noresize marginwidth="0" marginheight="0">
</frameset>
</html>