migrating vendor frontend to new architecture
This commit is contained in:
11
app/templates/vendor/admin/customers.html
vendored
Normal file
11
app/templates/vendor/admin/customers.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Customer management</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Customer management -->
|
||||
</body>
|
||||
</html>
|
||||
11
app/templates/vendor/admin/inventory.html
vendored
Normal file
11
app/templates/vendor/admin/inventory.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Inventory management - catalog products</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Inventory management - catalog products -->
|
||||
</body>
|
||||
</html>
|
||||
11
app/templates/vendor/admin/marketplace/browse.html
vendored
Normal file
11
app/templates/vendor/admin/marketplace/browse.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Browse marketplace products - staging</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Browse marketplace products - staging -->
|
||||
</body>
|
||||
</html>
|
||||
11
app/templates/vendor/admin/marketplace/config.html
vendored
Normal file
11
app/templates/vendor/admin/marketplace/config.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Marketplace configuration</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Marketplace configuration -->
|
||||
</body>
|
||||
</html>
|
||||
11
app/templates/vendor/admin/marketplace/imports.html
vendored
Normal file
11
app/templates/vendor/admin/marketplace/imports.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Import jobs and history</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Import jobs and history -->
|
||||
</body>
|
||||
</html>
|
||||
11
app/templates/vendor/admin/marketplace/selected.html
vendored
Normal file
11
app/templates/vendor/admin/marketplace/selected.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Selected products - pre-publish</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Selected products - pre-publish -->
|
||||
</body>
|
||||
</html>
|
||||
11
app/templates/vendor/admin/media.html
vendored
Normal file
11
app/templates/vendor/admin/media.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Media library</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Media library -->
|
||||
</body>
|
||||
</html>
|
||||
11
app/templates/vendor/admin/notifications.html
vendored
Normal file
11
app/templates/vendor/admin/notifications.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Notification templates and logs</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Notification templates and logs -->
|
||||
</body>
|
||||
</html>
|
||||
11
app/templates/vendor/admin/orders.html
vendored
Normal file
11
app/templates/vendor/admin/orders.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Order management</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Order management -->
|
||||
</body>
|
||||
</html>
|
||||
11
app/templates/vendor/admin/payments.html
vendored
Normal file
11
app/templates/vendor/admin/payments.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Payment configuration</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Payment configuration -->
|
||||
</body>
|
||||
</html>
|
||||
11
app/templates/vendor/admin/products.html
vendored
Normal file
11
app/templates/vendor/admin/products.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Catalog management - Product table</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Catalog management - Product table -->
|
||||
</body>
|
||||
</html>
|
||||
11
app/templates/vendor/admin/settings.html
vendored
Normal file
11
app/templates/vendor/admin/settings.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Vendor settings</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Vendor settings -->
|
||||
</body>
|
||||
</html>
|
||||
11
app/templates/vendor/admin/teams.html
vendored
Normal file
11
app/templates/vendor/admin/teams.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Team management</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Team management -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user